Quote:
Originally Posted by teedizz
Was wondering if someone can make a hack that would put a line thru closed topics.
|
In the threadbit template, find this:
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if></a>
replace it with:
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><if condition="!$thread[open]"><span style="text-decoration: line-through;"></if><if condition="$show['gotonewpost']"><strong>$thread[threadtitle]</strong><else />$thread[threadtitle]</if><if condition="!$thread[open]"></span></if></a>
you're done, closed topics are now with a line-through. I don't see why you would want to do this, though. Normally i want closed topic to have less focus, not more