Log in

View Full Version : If condition = Member Public Profile


medicalforums
01-27-2011, 02:51 PM
I've added Google Ad in the navbar template to be shown just below the navbar.

I want to prevent it from display when a member public profile is displayed

I tried this
<if condition="THIS_SCRIPT != 'MEMBERINFO'">

and it failed.

Can anybody help me with that?

Boofo
01-27-2011, 03:22 PM
<if condition="THIS_SCRIPT != 'member'">

medicalforums
01-27-2011, 03:25 PM
<if condition="THIS_SCRIPT != 'member'">
Thanks, that worked :)