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 |
#232
|
||||
|
||||
Quote:
|
#233
|
|||
|
|||
|
#234
|
|||
|
|||
This is the image
|
#235
|
||||
|
||||
Quote:
You can change code in header template to this to remove it from the registration form. Code:
To show it on every page EXCEP THE REGISTER PAGE, add this code:<vb:if condition="THIS_SCRIPT != 'register'"> <vb:if condition="$show['guest']"><a href="/register.php"><div class="forcetoregister"></div></a></vb:if> </vb:if> |
#236
|
|||
|
|||
Yes, I changed the code to have the image on the left center! Just one thing: how can I make it similar to the ones you attached? I would like an image that does not create problems with the link of the forum when I pass the mouse on the same link
|
#237
|
|||
|
|||
Good idea, but- i have no mobile skin activated!
|
#238
|
||||
|
||||
Quote:
|
#239
|
|||
|
|||
Hmm...sorry: cant login via mobiletelephone (not mobile skin)!
|
#240
|
||||
|
||||
I need some help, were do you add this code?
div.forcetoregister { background:url(rotate.php); background-repeat: no-repeat; width:300px; height:200px; position:fixed; right:1px; bottom:0px; z-index:1; } I added it to style manager - edit template - css template - additonal css. Im not sure if thats the right path. No image is showing up when im logged out and showing as a guest. |
#241
|
||||
|
||||
If you're not wanting to use the random image then use this:
div.forcetoregister { background:url(images/misc/register.png); background-repeat: no-repeat; width:300px; height:200px; padding:0 5px 3px; position:fixed; right:1px; bottom:0px; z-index:1; } |
Благодарность от: | ||
ringnews24 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|