Log in

View Full Version : Sorting forum titles alphabetically


jkp
05-08-2008, 05:01 PM
Hi,

I have a lot of forums and categories. I'd like them to be shown up alphabetically in order to make it look a bit more tidier.

Now I know that this can be simply done by modifying the SQL query which fetches the forum information (title), but I can not find it. Could someone tell me where I should dig?

I already checked includes/functions_forumlist.php, but I do not find anything appropriate.

Thanks!

Lynne
05-08-2008, 05:09 PM
maybe functions_databuild.php? Look around like 92 for the function cache_forums . Only line 111 is the ORDER BY displayorder line.