You are here

README.txt in Favorites 6

Same filename and directory in other branches
  1. 7.2 README.txt
  2. 7 README.txt
--------------------------------------------------------------------------------
  Favorites Module for Drupal
  http://drupal.org/project/favorites

  Drupal 6.x Version by:
    Ezra Barnet Gildesgame | ezra-g | http://growingventuresolutions.com
    David Herminghaus | http://drupal.org/user/833794
--------------------------------------------------------------------------------

CONTENTS
========

1. ABOUT
2. INSTALLATION/SETUP
3. USAGE
4. KNOWN ISSUES

1. ABOUT
========
The Favorites allows users with the appropriate permission to add any page on
the site to "user favorites" block. Favorites are stored as a path (such as
'search') with the query string (such as '?abc=123&def=234'). 

2. INSTALLATION/SETUP
=====================
Just install the module as usual, set the user permissions and place the block
into the region of your choice. Done.

3. USAGE
========
* Adding a page:
  Open the "add this page" section, eventually modify the proposed page title
  and click "add".
* Removing a page:
  Click on the trailing "x".
* Altering an item's title:
  Navigate to the target and simply add it again.

4. KNOW ISSUES
==============
If you are using any extensions which modify form submit buttons or otherwise
dynamically act on block content (e.g. http://drupal.org/project/blajax ),
make sure they will not interfere with the "add favorites" form.

E.g. for the "hide submit" module, make sure you add

favorites_add_favorite_form

to the "Form-id exclusion list" which can be found at admin/settings/hide-submit
within the "advanced" section near the page bottom. Otherwise, strange results
might occur.

Alternatively to all this, you may disable Ajax support in the favorites block settings
(see admin/build/block/configure/favorites/0).

File

README.txt
View source
  1. --------------------------------------------------------------------------------
  2. Favorites Module for Drupal
  3. http://drupal.org/project/favorites
  4. Drupal 6.x Version by:
  5. Ezra Barnet Gildesgame | ezra-g | http://growingventuresolutions.com
  6. David Herminghaus | http://drupal.org/user/833794
  7. --------------------------------------------------------------------------------
  8. CONTENTS
  9. ========
  10. 1. ABOUT
  11. 2. INSTALLATION/SETUP
  12. 3. USAGE
  13. 4. KNOWN ISSUES
  14. 1. ABOUT
  15. ========
  16. The Favorites allows users with the appropriate permission to add any page on
  17. the site to "user favorites" block. Favorites are stored as a path (such as
  18. 'search') with the query string (such as '?abc=123&def=234').
  19. 2. INSTALLATION/SETUP
  20. =====================
  21. Just install the module as usual, set the user permissions and place the block
  22. into the region of your choice. Done.
  23. 3. USAGE
  24. ========
  25. * Adding a page:
  26. Open the "add this page" section, eventually modify the proposed page title
  27. and click "add".
  28. * Removing a page:
  29. Click on the trailing "x".
  30. * Altering an item's title:
  31. Navigate to the target and simply add it again.
  32. 4. KNOW ISSUES
  33. ==============
  34. If you are using any extensions which modify form submit buttons or otherwise
  35. dynamically act on block content (e.g. http://drupal.org/project/blajax ),
  36. make sure they will not interfere with the "add favorites" form.
  37. E.g. for the "hide submit" module, make sure you add
  38. favorites_add_favorite_form
  39. to the "Form-id exclusion list" which can be found at admin/settings/hide-submit
  40. within the "advanced" section near the page bottom. Otherwise, strange results
  41. might occur.
  42. Alternatively to all this, you may disable Ajax support in the favorites block settings
  43. (see admin/build/block/configure/favorites/0).