Posted by ebot on September 24, 2008 at 8:25am
Jump to:
| Project: | Favorite Nodes |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Thanks for this module. I'm wondering if it's possible to:
1) Show the # of favorites next to the entry name (#)
2) Have a page for each user that shows their favorites
3) Have a page in the site that shows a running list/leaderboard of favorites ranked by popularity/recency
Comments
#1
subscribing
#2
I've tried creating a My Favorites view using the argument that is available for Favorite Nodes but my argument is not being applied. Any tips from someone that has successfully created this view in 6.x are welcomed.
#3
Seems what is needed for #3 is for "count" to be sortable in Views
#4
subscribing
#5
for point 2 it is working for me brilliant, that is what i wanted thank you
but however there is one thing that could be added: when i create a view and i wanted to add a link to favourite node: delete link - that was missing, and this would be a big bonus man if u manage to add this!!
#6
How did you do you it?
I'm looking for this kind of page too!
I'm trying to have a "My favorites" page where each user can see all the favorites he has sorted by category.
Thank you
#7
here's how I used Views to make a block listing "My Favorites" based on the signed in user:
1) make a new view
2) click + next to Fields, select "Favorite Nodes: Count" and "Node: Title", and hit Add. I left "Favorite Nodes: Count" as is (hit Update), for "Node: Title", checked the box to "Link this field to its node"
3) click + next to Filters, select "Favorite Nodes: User ID" and hit Add, then select "True" for "Is the logged in user" and hit Update.
but yea, seems like in order to hit the first question 3 "Have a page in the site that shows a running list/leaderboard of favorites ranked by popularity/recency" you'd need to be able to have "Favorite Nodes: Count" as a Sort Criteria in the view, and right now (at least in drupal 6 views 2?) the only Sort option is Favorite Nodes: Time Added
#8
Hello, for some reason this is not working for me.
Do you mind installing this for me, for a small fee?
Thanks!
#9
Thank you for the tip! Got my own working now thanks to you.