The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want it so when a guest visits the webpage, a box or something opens with a message with 2 options. EG: Yes or No and depending on which one you click you get taken to somewhere else. Also the box should only show once were visit.
Or any similar mods. Thanks a bunch for reading and I hope you can help me out! |
#2
|
|||
|
|||
![]() Code:
<if condition="is_member_of($vbulletin->userinfo, 0)"> your code here </if> |
#3
|
|||
|
|||
![]()
Thanks but I guess the bit im actually looking for is the "your code here" part as I dont know what code to put there.
|
#4
|
|||
|
|||
![]()
Your pop up code you can find on the net. Search google for "java popup".
|
#5
|
|||
|
|||
![]()
There is no need to use that condition, you can do a simple one like:
Code:
<if condition="$show['guest']"> POP-UP CODE HERE </if> |
#6
|
|||
|
|||
![]()
Hello Everyone,
Where do we post this code for the pop up? In the PostBit? Please advise. Thanks! |
#7
|
|||
|
|||
![]()
Oh right ok thankyou guys
And yes RRicart god question, I would also like to know! |
#8
|
||||
|
||||
![]()
Depending on what pages you want it to appear on you edit that template.
If you want it to appear on all pages, edit the headinclude template |
#9
|
||||
|
||||
![]()
Isn't this going to be incredibly annoying, and useless to anyone who blocks popups?
|
#10
|
|||
|
|||
![]()
Instead of making a pop-up why don't you just make a kind of "splash"/"landing" page where users start browsing from, (like your site index.html file or something) then use that to redirect users to where-ever you need to.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|