[REQ] Description Advanced Forum and Clickable, Sortable Prefixes

Clickable, Sortable Prefixes

First of all, go to your AdminCP -> Styles & Templates -> Style Manager -> Select Style -> Edit Templates -> threadbit.

Good now your editing the threadbit template.
Find:

Code:
$thread[prefix_rich]

And replace it with:

Code:
<if condition="$thread['prefix_rich']"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]&prefixid=$thread[prefixid]"> $thread[prefix_rich]</a></if>
 
Back
Top