The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
I use the following conditional only because it worked for me after trial and error.
There may be a better way to do it though. Code:
<if condition="$show['member'] & THIS_SCRIPT != 'login'"> How mine works: <if condition="$show['member'] & THIS_SCRIPT != 'login'"> -any logged in member code goes here- <else /> -this is where my login box code goes- </if> I also use vBadvanced with my CMPS index file in the root of the domain and my forum index file in domain/forum. To solve the login.php location on a page being a level up in the domain, I added $vboptions[bburl]/login.php |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|