The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Visited threads unbolded
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> to bold only unvisited threads ? In lite (archive) version of forumdisplay it works like i want ! |
#2
|
|||
|
|||
That is not controlled by a if condition, its controlled via css.
a:visited, body_avisited Would be the correct css to control that. |
#3
|
|||
|
|||
and it remember users visit all the time, event if they log in from other computer or device ?
|
#4
|
|||
|
|||
Yes, it has nothing to do with a users computer, its code on your site.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|