Simplify Registration Process in vBulletin

Please support our Growing an Online Community advertiser: Get a Free Web Site Analysis!
Reply

Join Date: Jun 2006
Posts: 113
Reputation: BamaStangGuy is an unknown quantity at this point 
Solved Threads: 0
Team Colleague
BamaStangGuy's Avatar
BamaStangGuy BamaStangGuy is offline Offline
Master of the Web

Simplify Registration Process in vBulletin

 
0
  #1
Dec 4th, 2006
After Dani shows me how she has reduced the steps to register here on DaniWeb I had to have it too :mrgreen:

So I set out looking at the vBulletin code to do 2 things:

1) Remove the requirement to accept the rules to be able to register
2) Simplify the fields shows to only Username, Passwords, E-Mail and Referrer.

I was able to get it

For the code you can check out this post: Simplifying vBulletin Registration Process

If you try it and run into any issues let me know! You will still be able to use image verification if you choose to do so, however I have disabled it on my board.
vBulletin Zone - Resource for vBulletin Admins
Brent Wilson - The Ramblings of a Forum Webmaster
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,041
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 128
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Simplify Registration Process in vBulletin

 
0
  #2
Dec 5th, 2006
Your php files look good but your templates are missing information about a timezone and whether or not to accept emails from the admin, etc. If you don't want to make these choices available, you at least have to make them hidden form fields with the values you want so blank data isn't passed through when creating the user.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 113
Reputation: BamaStangGuy is an unknown quantity at this point 
Solved Threads: 0
Team Colleague
BamaStangGuy's Avatar
BamaStangGuy BamaStangGuy is offline Offline
Master of the Web

Re: Simplify Registration Process in vBulletin

 
0
  #3
Dec 5th, 2006
Thanks I will do that
vBulletin Zone - Resource for vBulletin Admins
Brent Wilson - The Ramblings of a Forum Webmaster
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 113
Reputation: BamaStangGuy is an unknown quantity at this point 
Solved Threads: 0
Team Colleague
BamaStangGuy's Avatar
BamaStangGuy BamaStangGuy is offline Offline
Master of the Web

Re: Simplify Registration Process in vBulletin

 
0
  #4
Dec 5th, 2006
[HTML]<input type="hidden" name="options[adminemail]" value="1" id="cb_adminemail" />
<input type="hidden" name="options[showemail]" value="1" id="cb_showemail" />[/HTML]

Is this correct?

Also I can't seem to find the timezone inputs.
vBulletin Zone - Resource for vBulletin Admins
Brent Wilson - The Ramblings of a Forum Webmaster
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,041
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 128
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Simplify Registration Process in vBulletin

 
0
  #5
Dec 5th, 2006
That's right.

For the timezone, use:

  1. <input type="hidden" name="timezoneoffset" id="sel_timezoneoffset" value="$timezonesel" />
  2. <input type="hidden" name="dst" id="sel_dst" value="2" />

It automatically sets a user's timezone to the board's default (ie what is used for unregistered users).
Last edited by cscgal; Dec 5th, 2006 at 3:35 pm.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: May 2003
Posts: 307
Reputation: big_k105 is an unknown quantity at this point 
Solved Threads: 2
Team Colleague
big_k105's Avatar
big_k105 big_k105 is offline Offline
PFO Founder

Re: Simplify Registration Process in vBulletin

 
0
  #6
Dec 5th, 2006
Does this really make a difference on the number of registrations you get per day? I am kind of interested to find out how much it helps.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,041
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 128
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Simplify Registration Process in vBulletin

 
0
  #7
Dec 5th, 2006
I'm not sure - I've already done it. I guess it couldn't hurt? Makes things look real simpler for the end-user and it doesn't make them feel like they're signing their life away.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 113
Reputation: BamaStangGuy is an unknown quantity at this point 
Solved Threads: 0
Team Colleague
BamaStangGuy's Avatar
BamaStangGuy BamaStangGuy is offline Offline
Master of the Web

Re: Simplify Registration Process in vBulletin

 
0
  #8
Dec 5th, 2006
Originally Posted by cscgal View Post
I'm not sure - I've already done it. I guess it couldn't hurt? Makes things look real simpler for the end-user and it doesn't make them feel like they're signing their life away.
Exactly. I want to make it as simple as possible to register on my site
vBulletin Zone - Resource for vBulletin Admins
Brent Wilson - The Ramblings of a Forum Webmaster
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Growing an Online Community Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC