I posted this on your thread at vb.com:
Go to the file /includes/adminfunctions.php around line 3077. There is a query called $newforumcache and it is ORDER BY displayorder. Change that line to ORDER BY title. Save. Upload file. You may have to go to Forum Manager and hit Save Display Order to get the datastore cache rebuilt. See if that works. Warning though!!! That will put it all in alphabetical order including the Main Categories. You would have to tweak that area in the code to do it differently.
|