The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
New Threads Bold?
On my Jeep forums, new (recent) thread titles are not bolded for some reason. Is there a setting in the Admin CP to tell it to do that? Or is it that I have already viewed the post and don't realize it?
thanks, John |
#2
|
||||
|
||||
Make sure that you have the code in red intact in the threadbit template:
Code:
<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if> $thread[movedprefix] $thread[typeprefix] $thread[moderatedprefix] <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> |
#3
|
|||
|
|||
You may want to check your Thread/Forum Read Marking Type settings in vBulletin Options > General Settings.
|
#4
|
||||
|
||||
Thanks both. I will check my general settings first and then start hacking if need be. Thanks.
john |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|