Changes between Version 3 and Version 4 of faq/drupal/sftp-permission-denied
- Timestamp:
- Aug 27, 2010, 1:32:40 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/drupal/sftp-permission-denied
v3 v4 7 7 This restriction prevents you from editing the core Drupal code (if you could edit these files, your changes might be over-written with the next Drupal update). 8 8 9 Drupal has a system that allows you to make your own modification to your themes and modules directories without interfering with this core Drupal code. In your web directory, along with themes, modules, and others, there is a directory called sites. This directory is where you should put all of your customizations. The sites directory has a sub-directory called default . You can create a modules and themes directory here. Any module or theme you place in this directorywill appear in your modules and themes admin pages just as if it was placed in your main modules or themes directory.9 Drupal has a system that allows you to make your own modification to your themes and modules directories without interfering with this core Drupal code. In your web directory, along with themes, modules, and others, there is a directory called sites. This directory is where you should put all of your customizations. The sites directory has a sub-directory called default (it may also have one called all). You can create a modules and themes directory in either default or all. Any module or theme you place in these directories will appear in your modules and themes admin pages just as if it was placed in your main modules or themes directory. 10 10 11 11 When customizing your own theme, a common approach is to: