I'm trying to do something along the lines of this:

Someone sees some content that they like and I want to have a button for them to add that content to a "Todo List" or "Toread List" If you will.

I'd preferrably like it to be something like this:

User Logs in
User sees content they like
Adds Content to "Their Todo List"

Any ideas for how todo something like that?

Comments

nevets’s picture

You could use the Flag to implement a per user flag that uses something like "Add to my to read list" to add and "Remove from my to read list" to remove. Then using views you can make a view that shows the flagged items for the current user, you could make a page and/or block display.

Jordash’s picture

That looks to be almost exactly what I'm looking for, i'll let you know how it goes thanks.

Jordan