The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
New way to force guests to register Details »» | |||||||||||||||||||||||||||||||||||||||||||
ABOUT THIS MOD
My idea was to place a fix characater on the bottom right, wich forces guests to register an account, because i was sick of those standard "hello guest, register" mods. So with this little modification, you are able to display a nice and flashy character to all guests - forcing them to register All examples on the bottom are free to use. ----------------------------------------------------------------------------------------------------------------- LIVE-DEMO: http://www.srowned.org ----------------------------------------------------------------------------------------------------------------- IF YOU RUN VBULLETIN 3.X.X CHECK THIS THREAD 1. Upload your desired image to "/images/misc/register.png" (if you want my symples, feel free to use them, they are all attached below) 2. Open your "additional.css" and add the following lines: Quote:
To show it on EVERY PAGE add this: Quote:
Quote:
Quote:
Quote:
4. Mark as installed 5. You are done! ----------------------------------------------------------------------------------------------------------------- NEW FEATURE: RANDOM IMAGE ON EVERY PAGERELOAD Since some one at the forum came up with the wish, to have random images on every pagereload, i can now provide you a solution: 1. Add this code to your "additional.css" instead of the code provided on top: Quote:
3. Upload the file "rotate.php" to your FORUMROOT 4. Open "images/misc" via FTP and create a new folder called "ftr" (Complete path should look like this: /images/misc/ftr) 5. Upload your desired images to the "ftr" folder (supported file extensions are: PNG, GIF & JPG) 6. Your done! SPEND ME A BUCK If you like my Mod feel free to check my fiverr.com gig: http://fiverr.com/dszuecs/create-a-c...d-implement-it Download Now
Screenshots
Show Your Support
|
21 благодарности(ей) от: | ||
ajhalls, alhidaya, crazyboy1661, Da-Vinci, dandanch, Digital Jedi, doctorsexy, jaffaman, livenetc, Macgiber, Mopar1973Man, Mдяc, NoMatt3r, Ohmer, Savage Circuits, socialteenz, steve1966, SWSUSA, t-j, vijayninel, Worgen |
Comments |
#302
|
||||
|
||||
wow wonderful i have done it
|
#303
|
|||
|
|||
Installed it. Works great!
Here is a png I made. Anyone is welcome to use it. I am using it right now, well see if it gets any new people to register, lol. |
#304
|
||||
|
||||
How do i make this go away after 5 seconds ?
Thanks |
#305
|
|||
|
|||
I am interested to know this as well. is it possible to make it go away for example in 30secs after it appear on everypage.
|
#306
|
||||
|
||||
Quote:
Code:
<script type="text/javascript"> <!-- // When page loads ... window.addEventListener("load", function() { // Run in 5 seconds setTimeout(function() { // Put div into variable and show it var div = window.document.querySelector("#forcetoregister"); div.style.display = "block"; // Run in 5 seconds setTimeout(function() { // Hide div div.style.display = "none"; }, 5000); }, 5000); }, false); //--> </script> <a href="/register.php"><div id = "forcetoregister" class="forcetoregister"></div></a> You will still need to wrap the following: Code:
<a href="/register.php"><div id = "forcetoregister" class="forcetoregister"></div></a> |
#308
|
||||
|
||||
Not a problem, glad to help.
|
#309
|
||||
|
||||
Just got an idea , i was thinking when this pop-up and sometime can be annoying for users that visit the forum for the first time,is it possible to show some "timer" on the display? like:
5 sec , 4 sec ,3 sec...to 0 sec ,then the image to go away and the timer also!? can this be achieved? Thanks, |
#310
|
||||
|
||||
Not that I know of.
|
#311
|
||||
|
||||
Hmm, i have this code in:
Code:
<script type="text/javascript"> <!-- // When page loads ... window.addEventListener("load", function() { // Run in 5 seconds setTimeout(function() { // Put div into variable and show it var div = window.document.querySelector("#forcetoregister"); div.style.display = "block"; // Run in 5 seconds setTimeout(function() { // Hide div div.style.display = "none"; }, 5000); }, 5000); }, false); //--> </script> <a href="/register.php"><div id = "forcetoregister" class="forcetoregister"></div></a> hmm,interesting. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|