The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Make popup always open the forum
anyone know how? in my forum, mostly user guest doesnt want to register. How to makes them to "want" to register?i want to make a popup that quiet big so every guest whos opened my forum there will be show up that popup and there is no choise for them to not register. is there any module like that? or anyone that have amy idea or suggestion how to makes guest to register?
|
#2
|
||||
|
||||
Any standard popup code will work, simply search google for "Javascript Popup" or something along those lines. And if you want it to appear only for unresgistered, you will need use a conditional as follows:
<if condition="$show['guest']"> popup code </if> And if you want it to open up automatically you will need to add the javascript function to the body "onload". You can google this as well to know how to do it. |
#3
|
||||
|
||||
Quote:
Quote:
hey geevest , why not spend some time in creating a beautiful welcome header instead of thinking ways to forcefully get them registered. This would instead reduce your registration rates. People register only if they want to, and if they find it worth registering.. for this all you need is REAL CONTENT. |
#4
|
|||
|
|||
Quote:
maybe i have to use another facility like livepal (human speaking) but it was an animation. but it was very expensive price for people like me who is started from the begining. thank you very much. --------------- Added [DATE]1211630047[/DATE] at [TIME]1211630047[/TIME] --------------- im using popup automatic software. the guide : paste this code in to ur page before the </head> tag <script src=http://www.namedomain.com/forum/popup/awesomepopup.js"></script> paste this code in to ur body tag <body> onLoad="checkCount(3)" in forum home i put this code : Code:
1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> <script src=http://www.namedomain.com/forum/popup/awesomepopup.js"></script> </head> Code:
<body onLoad="checkCount(3)"> |
#5
|
|||
|
|||
What template(s) are you modifying to add the onload attribute to the body tag?
|
#6
|
|||
|
|||
Forumhome / header page.
|
#7
|
|||
|
|||
The FORUM HOME would certainly be the right place to find the body tag for the main forum page. Deeper into the site, of course, you'd modify the body tag from a different template, like FORUMDISPLAY or SHOWTHREAD, for example.
You've got a reference to a .js file in your header template. I might have put it in my headinclude template, but it should work in the header template, just so long as it's in place before the body tag. However: in this code: Quote:
Have you uploaded that file? Should be on the site where you got the code. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|