By manasiv on
I have a site with user posts stories. I want other users to be able to tag the stories as favorite. There should be some integration with views so that the users see 'My Favorites' listed on their home page .
I tried community tags and am to check profile modules as well. Any other suggestions ?
Thanks
Comments
Check out
Check out http://drupal.org/project/flag
Yup, Flag and views
Use the Flag module with the Views module to create the my favorites.
flag module
use the flag module
http://drupal.org/project/flag
Thanks to all !
Flag is indeed a wonderful module.