Quote:
Originally posted by CityInet
I am currently having some trouble with my registration. The guardian email question is asked weather the user chooses On or Before 02-17-1990 or After 02-17-1990.
More importantly, when the user does register, an error occurs and I don?t think the user is being sent an email, hence they never get the chance to activate their account, see for yourself...
www.warvoice.com
thanks,
CityInet
|
About the question "On or Before 02-17-1990 or After 02-17-1990." It is asked to Identify that the User who is registering is above
13. If you want to remove that question being asked, you can simply do that in the admin cpanel, Remove the Coppa registration part from vBulletin Options, unless you have stuff that is only for people over "13".
About making all users use the same style, just run this Query in phpmyadmin.
Code:
run this query:
[SQL]UPDATE user SET styleid=x[/SQL]
where "x" is the styleid of the style your want to be assigned to all the users...