The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
auto popup on sign in
I have a auto popup code which i put inside my navbar, however this way whenever someone clicks on home this popup shows up....is there a way to make it only popup when a user signs in?
Thanks. |
#2
|
|||
|
|||
This is possible.
You need to specify IF condition in navbar template on what menu you want to disable for unregistered. Something like: Code:
<if condition="$bbuserinfo['userid']"> Here's the menu you want to hide from unregistered </if> |
#3
|
|||
|
|||
Its not a menu, its a popup window with an mp3 player inside it....it want it load as soon as someone signs in.......
If i was too use that snippet of code, anything someone clicks on the home button that popup will load again.......i just want it to load at the initial signin Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|