Changes between Version 1 and Version 2 of faq/drupal/add-module-theme
- Timestamp:
- Apr 4, 2008, 1:14:47 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/drupal/add-module-theme
v1 v2 11 11 * SFTP into your web site (see [wiki:sftp sftp help page] for more information). 12 12 13 * CD into your domain.org/web/sites/default/ directory (note: if your primary host is viewsic, cd into your domain.org/drupal directory instead).13 * Enter your domain.org/web/sites/default/ directory (note: if your primary host is viewsic, cd into your domain.org/drupal directory instead). You should see a "modules" and a "themes" directory. In your domain.org/web directory, there is also a "modules" and "themes" directory which can be confusing. These directories are ''not'' the ones to put your modules or themes in. If you try you will get a [wiki:drupal_sftp_permission_denied access denied message]. Instead be sure to use the "modules" and "themes" directories in your domain.org/web/sites/default directory. 14 14 15 15 * Copy module directories into the modules directory and themes into the themes directory.