Aide et support, annonces, thèmes et plugins, discussions.
Vous n'êtes pas identifié.
can any one tell me how to sort sites in "ascending order" in the category's instead of showing latest first.
Hors ligne
Hello,
in include/functions/main.php
exactly here :
$criteria_compo->setOrder('DESC');
$criteria_compo->setSort(array('prio' => 'DESC','vote' => 'DESC'));You can change "DESC" by "ASC"![]()
Dernière modification par Uniktrue (13-04-2010 07:14:12)
Hors ligne