PDA

View Full Version : Category order Alphabetical


gurn
10-23-2006, 08:53 PM
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

gurn
11-06-2006, 05:55 AM
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);