Changes between Version 3 and Version 4 of faq/drupal/sftp-permission-denied


Ignore:
Timestamp:
Aug 27, 2010, 1:32:40 PM (15 years ago)
Author:
Jamie McClelland
Comment:

minor modification to include "all" directory

Legend:

Unmodified
Added
Removed
Modified
  • faq/drupal/sftp-permission-denied

    v3 v4  
    77This 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).
    88
    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 directory will appear in your modules and themes admin pages just as if it was placed in your main modules or themes directory.
     9Drupal 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.
    1010
    1111When customizing your own theme, a common approach is to: