To make prefix visible and sortible:
Edit the
threadbit template
find:
PHP Code:
$thread[prefix_rich]
replace with:
PHP Code:
<if condition="$thread['prefix_rich']"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]&prefixid=$thread[prefixid]"> $thread[prefix_rich]</a></if>
All done... Prefix is now visible and this template modification will allow you to click any prefix and sort them by that criteria.
Thanx to Magnumutz