Log in

View Full Version : New Threads Bold?


coopdad
10-30-2007, 12:53 PM
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

Freesteyelz
10-31-2007, 04:30 AM
Make sure that you have the code in red intact in the threadbit template:


<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;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>

Awjvail
10-31-2007, 04:39 AM
You may want to check your Thread/Forum Read Marking Type settings in vBulletin Options > General Settings.

coopdad
11-07-2007, 06:58 PM
Thanks both. I will check my general settings first and then start hacking if need be. Thanks.
john