![]() |
vB3.6 Only Edit for threadbit template problem
I use the 'New Posts' feature of vBulletin all the time, but when I make this template edit, the new posts that it finds aren't bolded like they usually are.
Is there a fix for this? What's that template edit do exactly anyway? |
I know i'm not the only person getting this as I checked the main thread.
https://vborg.vbsupport.ru/showpost....postcount=3526 So, what exactly is the template edit doing? Because it's not been bolding the thread titles when I search for new posts, i've removed that template edit for now. Quote:
|
Yep. I also confirm this problem.
|
Yeah it happens with me too...any solution? can i revert back to original and would it harm my VBPlaza?
|
I believe you can revert that bit of code.
It will bring back bold new posts, but you won't see thread changes made by users in VbPlaza. |
Ah, so it's like glow/coloured thread titles that people can buy?
I never needed that template edit then because I have them turned off. |
Maybe this will allow the bold to remain when it's a new post - so long as there are no options selected from vbPlaza to modify the look of the thread title?
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"<else /><if condition="$show['gotonewpost']"> style="font-weight:bold"</if></if>>$thread[threadtitle]</a> |
same problem.. forumdisplay threads aren't highlighted with new posts.. it still works for forums, just not threads.
peterska2 came up with this quick fix which should let you use vbplaza thread styles and still see new posts in the threads. 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']"><strong>New: </strong></if>$thread[threadtitle]</a> New: unread thread title New: unread thread title with style read thread title read thread title with style |
Thanks God Im not alone!!! ufff!!
\lets see if someone can find a fix for this Quote:
Thanks! |
Quote:
|
All times are GMT. The time now is 10:08 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|