Quote:
Originally Posted by peterska2
Rik,
Have a look at instructions in this post. They explain how to not have it on the register page. You add more pages by using the same variable and getting the script name from the top of the php file and adding an or to your conditional so you might end up with a conditional like this (well actually you won't but I just picked some pages that I kow the script names of)
Code:
<if condition="THIS_SCRIPT!='register' || THIS_SCRIPT!='index' || THIS_SCRIPT!='private' || THIS_SCRIPT!='adv_index'">
Whatever you do don't actually use that conditional as it will not display on your vBAdvanced (if you use it), your forumhome, private messaging, and registration pages. That is just a sample to show how to put more pages into the conditional.
|
Can you tell how to disable this left bar in User CP? I am already using a conditional for disabling it on vbadvanced CMPS Homepage:
Code:
<if condition="VB_AREA != VBA_PORTAL">
</if>