| 47 |
|
|
| 48 |
1. Extract the tarball into the modules folder of your Drupal install. |
1. Extract the tarball into the modules folder of your Drupal install. |
| 49 |
|
|
| 50 |
2. Download BadBehavior 2.0.13 from |
2. Download BadBehavior 2.0.28 from |
| 51 |
http://www.ioerror.us/software/bad-behavior/bad-behavior-download/, |
http://www.bad-behavior.ioerror.us/download/, |
| 52 |
unzip and copy the resulting bad-behavior directory into |
unzip and copy the bad-behavior directory that is located with the |
| 53 |
modules/badbehavior folder. |
bad-behavior directory into sites/all/libraries. The parent |
| 54 |
|
bad-behavior directory contains connectors for other applications |
| 55 |
|
and is not needed by Drupal. |
| 56 |
|
|
| 57 |
|
Here is the recommended steps to do this from the command line: |
| 58 |
|
|
| 59 |
|
cd /[path/to/site]/sites/all/libraries/ |
| 60 |
|
wget http://downloads.wordpress.org/plugin/bad-behavior.2.0.28.zip |
| 61 |
|
unzip -j bad-behavior.2.0.28.zip bad-behavior/bad-behavior/* -d bad-behavior |
| 62 |
|
|
| 63 |
3. Enable the module as usual from the Drupal admin>>modules page. |
3. Enable the module as usual from the Drupal admin>>modules page. |
| 64 |
|
|