954,190 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Simplify Registration Process in vBulletin

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.

BamaStangGuy
Master of the Web
Team Colleague
143 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

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.

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

Thanks I will do that

BamaStangGuy
Master of the Web
Team Colleague
143 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

[HTML][/HTML]

Is this correct?

Also I can't seem to find the timezone inputs.

BamaStangGuy
Master of the Web
Team Colleague
143 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

That's right.

For the timezone, use:

<input type="hidden" name="timezoneoffset" id="sel_timezoneoffset" value="$timezonesel" />
<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).

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

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.

big_k105
PFO Founder
Team Colleague
357 posts since May 2003
Reputation Points: 36
Solved Threads: 2
 

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.

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 
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 :)

BamaStangGuy
Master of the Web
Team Colleague
143 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You