PDA

View Full Version : How can I sort by thread prefix, ascending?


abashiri
11-10-2010, 10:48 PM
<font color="Blue">Within 3 of my forum boards I sort the threads by Thread Title, Ascending. This I found easy to set up via the Forum Manager.

What I would like to do, within these 3 forums boards, is to sort by Thread Prefix, Ascending, then Thread Title, Ascending.

Could anyone explain how I can do this please? Sorry, I'm not technical.</font>

Lynne
11-11-2010, 02:38 PM
You'd have to hook into the query around line 895 in forumdisplay.php to sort by thread.prefixid. You're biggest problem will be if sorting on thread.prefixid is not the same as sorting on the actual prefix, which is a phrase. Then you're gonna have problems. But, take a look at that query and you should get some ideas of what to do.