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

syscrusher’s picture

I 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)