Community & Support

Proper way to accomplish private collection of

Hey all,

Assume a user can add content_type_of_X to his private collection, so each user has kind of a notebook he can browse latter (like a wish list).

What would be the proper way to let the user browse it? Is it possible to do it by views? Or a new module would be better?

Ill be glad to get some points on how to accomplish it....

regards,

Comments

Have a look at Favorite nodes

Have a look at Favorite nodes http://drupal.org/project/favorite_nodes which integrates with views.

I also like the Flag module

I also like the Flag module for this sort of thing.

-Corey