hi:
I was checking this great module and was wondering how would you show the bookmarks a user has bookmarked on their profile.
I would like an anonymous user to be able to do like this:
Visit Jack's profile and see his bookmarks
Visit John's profile and see his bookmarks
Now It seems that I can only see my own bookmarks while logged in.
It may be possible using views and some arguments but dont know how to set it up.
Thanks for any help.
Comments
Comment #1
ezichko commentedsorry to ask again but I dont know how to make this work.
any help?
Comment #2
tvoorter commentedI'm trying to achieve the same with a bookmark view for certain users, visible to everybody. A hint about an argument is given in the readme file, but i can't put my fingers behind it. More clues about this would be much appreciated. Pls let me now if you have any succes getting this to work.
The views module is fantastic! Thank you merlin.
Comment #3
quicksketchAll output must be done with the view views module. Create a view displaying the nodes for a certain bookmark then display it as a block on the profile page. This instructions for a view in this post might help you http://drupal.org/node/132941.