PDA

View Full Version : How to hide a feature


Cybertims
05-26-2006, 08:24 PM
How can I hide a feature but only on a specific page in the Forum?

I have a sliding menu throughout the Forum but dont want it to show in the smiliepopup page?

Any idea how to do this?

Cheers.

Adrian Schneider
05-26-2006, 10:59 PM
Try wrapping it in:<if condition="THIS_SCRIPT != 'misc'"> ... </if>

Cybertims
05-27-2006, 09:06 AM
Try wrapping it in:<if condition="THIS_SCRIPT != 'misc'"> ... </if>

Thanks, I will try that now....

:D