Aide et support, annonces, thèmes et plugins, discussions.
Vous n'êtes pas identifié.
Hi, how can i change index.php to show Most Voted Sites instead Latest Sites?
when you join the site you see latest sites by default but i want that default view be sorted by votes.
help me please
Hors ligne
find
function lastWebsites($root)
in include/common.php
change
$criteria->setSort('vote');for top votes
$criteria->setSort('hits');for top hits
main page will show top voted sites.
but use your own risk. I have not checked it for any error it may cause.
Hors ligne
hey the_white thanks its perfect ![]()
Hors ligne