Log in

View Full Version : Is Thread A Sticky


Dave Hawley
03-13-2008, 07:39 AM
How can I edit the code below so checks if the Thread is a Sticky? Thanks;

<if condition="$GLOBALS[threadcount] < 7">

Dismounted
03-13-2008, 11:33 AM
<if condition="$thread['sticky']">
Or
<if condition="$threadinfo['sticky']">

Do you want the existing conditional added in as well?

Dave Hawley
03-16-2008, 05:38 AM
Perfect, thanks yet again Dismounted :)