Back to vBulletin 5.x Template Modifications

New way to force guests to register
Mod Version: 1.00, by dszuecs

vB Version: 5.0.1 Rating: (2 votes - 5.00 average) Installs: 17
Released: 08 May 2013 Last Update: Never Downloads: 95
Not Supported Template Edits Additional Files  

If you want me to do the setup for you and create a unique character for your site please check my fiverr.com Gig and spend those 5 bucks
http://fiverr.com/dszuecs/create-a-cool-register-now-avatar-for-your-vbulletin-site-and-implement-it

ABOUT THIS MOD

My idea was to place a fix characater on the bottom right, which 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 4.X.X CHECK THIS THREAD
IF YOU RUN VBULLETIN 3.X.X CHECK THIS THREAD

1. Upload your desired image to "/images/misc/register.png" (if you want my samples, feel free to use them, they are all attached below)

2. Open your "css_additional.css" and add the following lines:

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;
}
3. Open your "footer" template and add the following line on top:

To show it on every page add this on bottom right before the </body> tag in footer:
<vb:if condition="$bbuserinfo['userid'] == 0"><a href="/register"><div class="forcetoregister"></div></a></vb:if>
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 "css_additional.css" instead of the code provided on top:

div.forcetoregister {
background:url(rotate.php);
background-repeat: no-repeat;
width:300px;
height:200px;
position:fixed;
right:1px;
bottom:0px;
z-index:1;
}
2. Download the file "rotate.php" wich is attached below

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!

Download

File Type: %1$s rotate.php (1.5 KB, 104 downloads)

Screenshots

Click image for larger version
Name:	register.png
Views:	337
Size:	72.5 KB
ID:	144883   Click image for larger version
Name:	registerv2.png
Views:	201
Size:	60.9 KB
ID:	144884   Click image for larger version
Name:	registerV3.png
Views:	231
Size:	40.7 KB
ID:	144885   Click image for larger version
Name:	registerV4.png
Views:	211
Size:	67.6 KB
ID:	144886  

Click image for larger version
Name:	registerV5.png
Views:	149
Size:	64.5 KB
ID:	144887  

Similar Mods

Mini Mods New way to force guests to register vBulletin 4.x Template Modifications
Mini Mods New way to force guests to register vBulletin 3.8 Template Modifications

vblts.ru supports vBulletin®, 2022-2024