View Full Version : Category order Alphabetical
Is it possible to make the categories sort alphabetically but still have the links sort by a different method (PageRank or Hits or alphabetic)?
thanks
yes, to sort sub cats alphabetically
open index.php line 293
& remove text in bold red
$rs2 = $db->SelectLimit("SELECT * FROM `{$tables['category']['name']}` WHERE `STATUS` = '2' AND `SYMBOLIC` <> '1' AND `PARENT_ID` = ".$db->qstr($row['ID'])." ORDER BY `HITS` DESC, `TITLE` ", CATS_PREVIEW);
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.