Quote:
Originally Posted by Boofo
You're lucky I'm a nice guy. 
|
Hey man that's great.
I've been trying to figure out how to fix my little clock mod.
It works fine except for the search/new post part where it shows on every thread.
I'm wondering if that code could be modified to work on this as well?
threadbit code for clock..
PHP Code:
<!-- ---------------------- clock ------------------------------- -->
<if condition="$thread['dateline']<(TIMENOW-86400*180) AND THIS_SCRIPT <> 'search'"><img class="inlineimg" src="http://yourdomain.com/forum/images/smilies/clock.gif" alt="This thread was started more than 6 months ago"></if>
<if condition="THIS_SCRIPT === 'search' AND (TIMENOW-86400*180)"><img class="inlineimg" src="http://yourdomain.com/forum/images/smilies/clock.gif" alt="This thread was started more than 6 months ago"></if>
<!-- ---------------------- /clock ------------------------------- -->