Closed (fixed)
Project:
Vote Up/Down
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2007 at 04:22 UTC
Updated:
25 Jun 2010 at 08:40 UTC
I know that you can enable the vote up/down widget for teasers, but what I want to do is to enable it for my table view so that users can conveniently vote on multiple nodes on the views page rather than click on each node voting and clicking backwards. Any thoughts or possible alternatives?
Comments
Comment #1
awong commentedyou can use the theme_views_view function to overwrite the view's theme in template.php, then you can put the vote up/down widget in the table view. And theme the view page to display as what you want.
Comment #2
marvil07 commented