| 1 |
$Id: |
$Id:$ |
| 2 |
|
|
| 3 |
Wishlist Module Installation |
Wishlist Module Installation |
| 4 |
---------------------------- |
---------------------------- |
| 5 |
|
|
| 6 |
1. Place the contents of the tarball (or CVS checkout) in your sites/xxx/modules/wishlist directory. |
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 > configuration > modules. This will install the |
2. Enable the wishlist module under Administer > Site building > Modules. This will install the |
| 9 |
database tables. Note that I only test with and run MySQL. I do not test any |
database tables. |
|
other database. I will incorporate patches from users who do. |
|
| 10 |
|
|
| 11 |
4. Grant the proper access to user accounts under administer > accounts > |
4. Grant the proper access to user accounts under Administer > User management > |
| 12 |
permissions. |
Permissions. |
| 13 |
|
|
| 14 |
5. Optionally enable the Wishlists block. The block will only appear after wishlist |
5. Optionally enable the Wishlists block. The block will only appear after wishlist |
| 15 |
nodes have been created. |
nodes have been created. |
| 17 |
If your theme includes blocks on the right hand side of the display, I highly recommend removing |
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. |
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) |
Author: Scott McLewin (drupal AT mclewin DOT com) |
| 23 |
|
|
| 24 |
|
|