Quote:
Originally Posted by yellowbird
Great. Thanks mystics. Could you help me with my other problem? I'd like to click on the prefix name and have it show only those prefixes.
|
Just edit the threadbit template and replace:
Code:
$prefixmarkup[0]$thread[threadprefix]$prefixmarkup[1]
with:
Code:
<a href="$sorturl&threadprefix=$thread[threadprefix]">$prefixmarkup[0]$thread[threadprefix]$prefixmarkup[1]</a>