Hi,

I am looking for a module that could basically allow users create their own private/public lists of content (nodes). Basically, the users could create their own set of terms and add them to whichever nodes they want. Private lists should be visible by themselves only. Public ones by everyone. Do you know of any module doing this? I searched but found nothing that could do that...

Regards.

Comments

dnewkerk’s picture

For creating their own set of terms, check out Community Tags, which might do what you need. You could use Flag module to give users an option on every node they view: "Show in my public lists". Supposing the user has added their own personal tag(s) to a node, then in conjunction with their Flag preference for the node, you can determine whether to show the node in their public list or private list. You'd use Views to handle the listings. Flags can be either per-user or universal, so you'd choose the per-user flag type in your case.

Korchkidu’s picture

Thanks for your answer. I will look into this.

Regards.

m13’s picture