| 1 |
$Id:$
|
| 2 |
|
| 3 |
Wishlist Module Installation
|
| 4 |
----------------------------
|
| 5 |
|
| 6 |
1. Place the contents of the tarball (or CVS checkout) in your sites/xxx/modules/wishlist directory.
|
| 7 |
|
| 8 |
2. Enable the wishlist module under Administer > Site building > Modules. This will install the
|
| 9 |
database tables.
|
| 10 |
|
| 11 |
4. Grant the proper access to user accounts under Administer > User management >
|
| 12 |
Permissions.
|
| 13 |
|
| 14 |
5. Optionally enable the Wishlists block. The block will only appear after wishlist
|
| 15 |
nodes have been created.
|
| 16 |
|
| 17 |
If your theme includes blocks on the right hand side of the display, I highly recommend removing
|
| 18 |
them for wishlist/*. The wishlist table view is wide.
|
| 19 |
|
| 20 |
I write and test against MySQL 5 and PHP 5.1. I will accept patches against other PHP versions and databases.
|
| 21 |
|
| 22 |
Author: Scott McLewin (drupal AT mclewin DOT com)
|
| 23 |
|
| 24 |
|