PDA

View Full Version : Sort Links by Rating


Think
01-07-2007, 09:25 PM
I want to be able to have links sorted by rating (NOT RANKING) by default on the website. I want to remove the sort by ranking option and replace it with rating. How can I do this. I also want to make the sort by rating option shown in the administrators configuration panel in place of ranking.

Also, developers. Ya'll should just remove the ranking system and make the rating system the prevalent one.

Dave Baker
01-08-2007, 05:07 PM
***Open table yourPrefix_config in your database and find row with name "links_sorting", in my database it has id="45". Edit this row, replace value multiple_values with the following:***

'alphabetic','date','rating','clicks'

***Save Changes***
That's all
In Admin Panel you can find it here: » Configuration » Page Navigation and Listings » Links order by » rating