Log in

View Full Version : Visited threads unbolded


bartek24m
09-03-2013, 02:55 PM
in vbulletin 3.8.x bold threads are when someone answer in thread since youre last visit.

https://vborg.vbsupport.ru/external/2013/09/27.jpg

I would like change the way of display bolded titles.
Only unvisited threads (ever) were bold.

in template: threadbit

i have

<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 !

snakes1100
09-03-2013, 03:30 PM
That is not controlled by a if condition, its controlled via css.

a:visited, body_avisited

Would be the correct css to control that.

bartek24m
09-03-2013, 05:58 PM
and it remember users visit all the time, event if they log in from other computer or device ?

snakes1100
09-04-2013, 12:10 AM
Yes, it has nothing to do with a users computer, its code on your site.