| 1 |
INSTALL
|
| 2 |
=======
|
| 3 |
|
| 4 |
Installation instructions for Drupal 4.6.
|
| 5 |
|
| 6 |
Required:
|
| 7 |
|
| 8 |
1. Unpack the archive into your modules directory
|
| 9 |
2. Copy *.class.inc to the drupal includes directory
|
| 10 |
(cp *.class.inc /your/drupal/dir/includes/)
|
| 11 |
Note: Snoopy.class.inc is optional
|
| 12 |
3. Install the mysql file
|
| 13 |
(mysql -u user -p database < amazon_items.sql)
|
| 14 |
4. Go to administer > modules and enable the amazon_items module
|
| 15 |
5. Go to administer > settings > amazon_items and fill in your affiliate ID
|
| 16 |
and display preferences
|
| 17 |
6. If you use Drupal 4.6, Go to administer > content > configure and click "configure" for the node
|
| 18 |
types you want to enable to display Amazon products. Under "Workflow"
|
| 19 |
you will see a blank check box with no label and no indication whatsoever
|
| 20 |
of what that checkbox does. Check this box. If you use Drupal 4.5, Go to administer > content > configure > default workflow and put a check
|
| 21 |
in the "amazon item" column for each node type that will accept Amazon
|
| 22 |
products
|
| 23 |
7. Go to administer > users > configure > permissions and apply the "access
|
| 24 |
amazon items" permission to at least one role
|
| 25 |
|
| 26 |
Optional:
|
| 27 |
|
| 28 |
* Go to administer > users > configure > permissions and apply the "administer
|
| 29 |
amazon items" permission to the desired role(s) so they may add products to
|
| 30 |
nodes
|