Quote:
Originally Posted by IggyP
trying a test installation...
just noticed this step for vb3
Code:
3. Open the threadbit template and find
id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>
Add directly after
{vb:raw thread.extendedtitle}
however this instance looks instead like
Code:
id="thread_title_$thread[realthreadid]"
<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
i tried to replace the code similarly...not sure if it worked just yet as im still figuring the mod out, but to note anyway...
|
this is code for vB4, by putting $thread[extendedtitle] after that code should work fine.