Log in

View Full Version : How do I unbold threads with new posts in them?


Club3G
01-10-2006, 09:57 PM
Title says it all. I've just upgraded to 3.5.3, and any post/thread that either I haven't read or has new posts since last I viewed it shows up bold, and in my particular color/style setup it's mightly unsightly.

How do I remove this? Thanks!

Side note, Mods, I posted this in the wrong forum here, if you want to close this thread:

https://vborg.vbsupport.ru/showthread.php?t=104971

Apologies.

Club3G
01-11-2006, 10:18 PM
Obligatory 24 hour /bump.

peterska2
01-11-2006, 10:25 PM
* peterska2 goes off to play in the ACP again.

Back in a few with a fix.

Ok here we go.

In template threadbit

FIND

<if condition="$show['gotonewpost']">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
</if>

REPLACE WITH

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>

Done :)

Club3G
01-12-2006, 01:04 AM
I think 9 out of 10 of my questions here are answered by you, my friend. Thank you very much as always. :)