Log in

View Full Version : condition page != "showthread">


woostar
06-13-2007, 11:55 AM
Hi there,

Need a lil help (please) :o

I want to change the following line so it doesn't work on the showthread page.
<if condition="$show['forumdesc']">

What is the correct syntax for this:-

I'm guessing something like this...
<if condition="$show['forumdesc']" AND page != "showthread">


Regards,
W.>

Wayne Luke
06-13-2007, 12:48 PM
<if condition="$show['forumdesc'] AND (THIS_SCRIPT != 'showthread')">

woostar
06-13-2007, 01:02 PM
You beauty, cheers Wayne.