in vbulletin 3.8.x bold threads are when someone answer in thread since youre last visit.
I would like change the way of display bolded titles.
Only unvisited threads (ever) were bold.
in template: threadbit
i have
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>
What is the right condition insted: <if condition="$show['gotonewpost']">
to bold only unvisited threads ?
In lite (archive) version of forumdisplay it works like i want !