Version: , by conan (Guest)
Developer Last Online: Jan 1970
Version: Unknown
Rating:
Released: 04-10-2001
Last Update: Never
Installs: 0
No support by the author.
I was wondering how can I split the sign up page, so first the user would input the required info (username, pass, and email) then he or she would go to the optional info page.
I think a lot of potential members don't register, because they think they have to fill all the fields.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
What I did was remove all the options (basically from the options separator down) and then, when they activate their membership, instead of going to the main forum page, they are taken to their edit options page. ( You can test this at my board - http://board.tubescan.com/ )
You need to edit register.php, on line 514 - change it to this:
I also created a new function in functions.php to accomodate this, as I wanted it to sit on the redirection screen for longer than normal to let people know where they were going and what they were supposed to do there, instead of just dumping them in their profile. But you could do this with the standard redirect as well (as I have shown above).
Here is my suggestion. On the first page just ask for a username, password, and email. This way people wont see all the other items and not bother registering.
They then get to the second page and finnish registering. This woulds help prevent the people whom are lazy and see all the fields and say ahh forget it lol..
This is basically what you said but I would propose putting all the other information on the second page and just making the first page have those basic things..
Sorry Brian, but I don't understand how is that different from my suggestion
quote from my first post:
Quote:
first the user would input the required info (username, pass, and email) then he or she would go to the optional info page.
The optional info page would be another page
And yes I agree a lot of lazy members would have registered if it wasn't for all the info on the first page.
Problem is that we have to make it so the optional info has a skip button, if the member does not wish to fill it out.
PS. I had no idea other people would also be interested in that hack, I thought I was gonna be flamed and yelled at, because it states optional on the optional fields
that is what i don't want - a skip button that is needed.
What some people i think do is just have a two page signup system where the first page just passes some hidden variables to the second page.
What i am going to try and do (once vb is stable probably and i have upgraded) is get the first page to register you and then the second page is a modification of user preferences/settings combined. If someone never pressed submit on the 2nd page you would still be registered - see what i mean? Of course the top of the page would have a big link to the forums so you could skip all the options and leave them at default.