Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
New way to force guests to register Details »
New way to force guests to register
Mod Version: 2.00, by dszuecs (Designer) dszuecs is offline
Developer Last Online: Mar 2018 I like it Show Printable Version Email this Page

vB Version: 4.2.x Rating: (63 votes - 4.83 average) Installs: 391
Released: 18 Oct 2011 Last Update: 05 Jan 2012 Downloads: 744
Not Supported Template Edits Additional Files  

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:

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 "header" template and add the following line on top:

To show it on EVERY PAGE add this:
<vb:if condition="$show['guest']"><a href="/register.php"><div class="forcetoregister"></div></a></vb:if>
To show it only on FIRST PAGE (forum home) add this (thx @ Whity):
<vb:if condition="THIS_SCRIPT == 'index'">
<vb:if condition="$show['guest']"><a href="/register.php"><div class="forcetoregister"></div></a></vb:if>
</vb:if>
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>
If you want the image to show up only for SPECIFIC USERGROUP(S), for example User who need to verify their e-mail adress - use this code:
<vb:if condition="is_member_of($bbuserinfo, 3)"><a href="/register.php"><div class="forcetoregister"></div></a></vb:if>
Make sure to check your Usergroup ID in the ADMINCP as these may differ!



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:

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!

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

Only licensed members can download files, Click Here for more information.

Screenshots

Click image for larger version

Name:	register.png
Views:	2303
Size:	72.5 KB
ID:	133931   Click image for larger version

Name:	registerv2.png
Views:	1562
Size:	60.9 KB
ID:	133935   Click image for larger version

Name:	registerV3.png
Views:	2069
Size:	40.7 KB
ID:	133936   Click image for larger version

Name:	registerV4.png
Views:	1697
Size:	67.6 KB
ID:	133937  

Click image for larger version

Name:	registerV5.png
Views:	1354
Size:	64.5 KB
ID:	133938  

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Comments
  #2  
Old 18 Oct 2011, 18:02
abonk abonk is offline
 
Join Date: Sep 2011
great trick
Reply With Quote
  #3  
Old 18 Oct 2011, 18:12
dszuecs's Avatar
dszuecs dszuecs is offline
 
Join Date: Oct 2011
thank you
Reply With Quote
  #4  
Old 18 Oct 2011, 18:18
Davey-UK's Avatar
Davey-UK Davey-UK is offline
 
Join Date: Feb 2003
Location: Sheffield-UK
Real name: Dave
Great stuff!
Looks sweet. Thankyou. Im just gunna make one to make people upgrade to premium.
__________________
==========================================
If it aint broke -------------------- Don't fix it!!
==========================================
Reply With Quote
  #5  
Old 18 Oct 2011, 18:21
dszuecs's Avatar
dszuecs dszuecs is offline
 
Join Date: Oct 2011
Originally Posted by Davey-UK View Post
Great stuff!
Looks sweet. Thankyou. Im just gunna make one to make people upgrade to premium.

Definitly another good idea! ty
Reply With Quote
  #6  
Old 18 Oct 2011, 20:32
jaffaman jaffaman is offline
 
Join Date: Nov 2004
Thanks just put on my test site looks nice
Reply With Quote
  #7  
Old 18 Oct 2011, 22:15
Pvtiste Pvtiste is offline
 
Join Date: Nov 2005
Real name: Mathieu
Excellent job!
Reply With Quote
  #8  
Old 18 Oct 2011, 23:27
Crow's Avatar
Crow Crow is offline
 
Join Date: Jan 2005
Real name: Crow
nice, thanks
Reply With Quote
  #9  
Old 19 Oct 2011, 03:23
Pvtiste Pvtiste is offline
 
Join Date: Nov 2005
Real name: Mathieu
installed 5 stars!
Reply With Quote
  #10  
Old 19 Oct 2011, 03:24
dszuecs's Avatar
dszuecs dszuecs is offline
 
Join Date: Oct 2011
Originally Posted by Pvtiste View Post
installed 5 stars!
Thank you! much appreciated.
Reply With Quote
  #11  
Old 19 Oct 2011, 06:11
WEBDosser's Avatar
WEBDosser WEBDosser is offline
 
Join Date: Oct 2001
like it.. tagged
Reply With Quote
  #12  
Old 19 Oct 2011, 09:57
Sforums Sforums is offline
 
Join Date: Dec 2010
Nice, thank you.
Here is the nice registration image for sport sites
Attached Images
File Type: png register.png (82.2 KB, 342 views)
Reply With Quote
  #13  
Old 19 Oct 2011, 16:54
Mr_Running Mr_Running is offline
 
Join Date: May 2010
Excellent !
Now all I need is a

Register or Run

and

maybe a image for a sports "running" site.

Thank you from Mr_Running
Reply With Quote
  #14  
Old 19 Oct 2011, 18:05
stator's Avatar
stator stator is offline
 
Join Date: Jan 2009
Real name: Mohammad
Could you add more images to suit various niches ?
Reply With Quote
  #15  
Old 19 Oct 2011, 19:21
dszuecs's Avatar
dszuecs dszuecs is offline
 
Join Date: Oct 2011
Originally Posted by stator View Post
Could you add more images to suit various niches ?
Hi Stator

Could you please explain what you mean? like different images so you could add them also on the top left and so on?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 15:14.

Layout Options | Width: Wide Color: