I know i'm not the only person getting this as I checked the main thread.
https://vborg.vbsupport.ru/showpost....postcount=3526
So, what exactly is the template edit doing? Because it's not been bolding the thread titles when I search for new posts, i've removed that template edit for now.
Quote:
vBulletin 3.6.x Only Edit:
Next Find:
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
Replace With:
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
|
Is the edit i'm talking about.