Changes between Version 1 and Version 2 of add_drupal_module_or_them
- Timestamp:
- Aug 27, 2007, 1:49:20 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
add_drupal_module_or_them
v1 v2 15 15 * Copy module directories into the modules directory and themes into the themes directory. 16 16 17 * If you are running Drupal 4.7 or later you can skip this step. If you are running 4.6, you may need to manually run the table creation script that came with the module (themes do not have table create scripts). Check for a file called mysql.sql in your module directory. If it exists, you will need to execute the sql statements against your Drupal. You can do this by logging into database [wiki:access_drupal_database_directly phpmyadmin] and copy the contents of the mysql.sql file into the SQL box.17 * If you are running Drupal 4.7 or later you can skip this step. If you are running 4.6, you may need to manually run the table creation script that came with the module (themes do not have table create scripts). Check for a file called mysql.sql in your module directory. If it exists, you will need to execute the sql statements against your Drupal. You can do this by logging into database [wiki:access_drupal_database_directly phpmyadmin] and copy the contents of the mysql.sql file into the SQL box. 18 18 19 19 * Next, activate your modules via Drupal. Login and click the Administer link and then click the modules or themes link