Active
Project:
Links Package
Version:
5.x-1.7
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2007 at 04:30 UTC
Updated:
4 Nov 2007 at 21:04 UTC
Is it possible to both show the user's votes (like the # of stars using fivestar for example) in the list of links and organize the links within each category by their rating?
Does views. inc allow this?
Comments
Comment #1
syscrusher commentedI can't speak for views and its related modules, but within Links this functionality doesn't exist currently, but would be possible to add without breaking the API, using an external module.
The table that connects links and nodes has a weight column that determines the order of listing the links. So you could implement an external module that manipulates just the weight column without modifying the other data, and the Links API would respect your changes afterward.
Kind regards,
Scott (Syscrusher)