The Chief
03-20-2006, 03:42 PM
I was wondering, I know i've seen this somewhere, how you can hide a part of a code from showing in a certain template...
For example, me it would be to hide the left column (code is in the navbar) from showing in the USERCP...
is there an <if condition="$show()"> statement that you need to put before or like a negative sign ( ! )?
thanks for all replies! :)
nevermind, I found the solution because of the Welcome Headers from Ted :)
thanks!
here is the solution:
<if condition="THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login'">
For example, me it would be to hide the left column (code is in the navbar) from showing in the USERCP...
is there an <if condition="$show()"> statement that you need to put before or like a negative sign ( ! )?
thanks for all replies! :)
nevermind, I found the solution because of the Welcome Headers from Ted :)
thanks!
here is the solution:
<if condition="THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login'">