You are here

README.txt in Favorites 7.2

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

  Drupal 7.x Version by:
    David Herminghaus | http://drupal.org/user/833794
--------------------------------------------------------------------------------

CONTENTS
========

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

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

This structure allows for bookmarks of virtually any page on your Drupal site,
this is the difference to modules like "flag". It simply works as a bookmark
storage in the users' browsers, but accessible from every computer from which
they log on to your site - if a user is registered.

If you set the appropriate permission, also unregistered users ("guests") may 
use the module. However, as they have no database access, their favorites
will not be stored in your Drupal database, but on their local PC. Although
this is actually just a clone of every browser's bookmark system, there
were several feature requests for this in order to implement simple check
or shopping lists.

2. INSTALLATION/SETUP
=====================
* Install the module as usual.
* Set the user permissions.
* 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 7.x Version by:
  5. David Herminghaus | http://drupal.org/user/833794
  6. --------------------------------------------------------------------------------
  7. CONTENTS
  8. ========
  9. 1. ABOUT
  10. 2. INSTALLATION/SETUP
  11. 3. USAGE
  12. 4. KNOWN ISSUES
  13. 1. ABOUT
  14. ========
  15. Favorites allows users with the appropriate permission to add any page on
  16. the site to a "user favorites" block. Favorites are stored as a path (such as
  17. 'search') with the query string (such as '?abc=123&def=234').
  18. This structure allows for bookmarks of virtually any page on your Drupal site,
  19. this is the difference to modules like "flag". It simply works as a bookmark
  20. storage in the users' browsers, but accessible from every computer from which
  21. they log on to your site - if a user is registered.
  22. If you set the appropriate permission, also unregistered users ("guests") may
  23. use the module. However, as they have no database access, their favorites
  24. will not be stored in your Drupal database, but on their local PC. Although
  25. this is actually just a clone of every browser's bookmark system, there
  26. were several feature requests for this in order to implement simple check
  27. or shopping lists.
  28. 2. INSTALLATION/SETUP
  29. =====================
  30. * Install the module as usual.
  31. * Set the user permissions.
  32. * Place the block into the region of your choice.
  33. * Done.
  34. 3. USAGE
  35. ========
  36. * Adding a page:
  37. Open the "add this page" section, eventually modify the proposed page title
  38. and click "add".
  39. * Removing a page:
  40. Click on the trailing "x".
  41. * Altering an item's title:
  42. Navigate to the target and simply add it again.
  43. 4. KNOW ISSUES
  44. ==============
  45. If you are using any extensions which modify form submit buttons or otherwise
  46. dynamically act on block content (e.g. http://drupal.org/project/blajax ),
  47. make sure they will not interfere with the "add favorites" form.
  48. E.g. for the "hide submit" module, make sure you add
  49. favorites_add_favorite_form
  50. to the "Form-id exclusion list" which can be found at admin/settings/hide-submit
  51. within the "advanced" section near the page bottom. Otherwise, strange results
  52. might occur.
  53. Alternatively to all this, you may disable Ajax support in the favorites block settings
  54. (see admin/build/block/configure/favorites/0).