Quote:
Originally Posted by kewlfoogle
New Posts Not showing up as BOLD
after installing the Point system I noticed the "New Posts" Not showing up as BOLD, it always looks like I have already read them.. Other members are also complains about the same thing.
Could you tell me where I need to look and what it needs to look like in order to be bold.
Thanks.
I tryed asking for help over at vbulletin.com and he says this:
Steve Machol
Customer Support Manager
Since this happened after installing your plugin then it's a safe bet that that is the cause of this. However we cannot provide support for non-vB code so you should try asking for help with this over at vbulletin.org.
|
i notice that too, heres the fix
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if><if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
This is for vb 3.6 edit only. The new post was taken out. This is for the threadbit portion.