PDA

View Full Version : Problem with registration


radarhunter
02-19-2007, 12:02 PM
Hi,
i am having a problem with registration.


There is no field for Snow Storm. But when anyone registers on the site it comes like this. (pic attached)*

Address of registration : http://www.stepheniansonline.com/forum/register.php?

Princeton
02-19-2007, 10:24 PM
Things you can try..

1)__ Disable the Plugin System (if error disappears your problem exists within a plugin)
2)__ Switch to vbulletin default style (if error disappears your problem exists within a template)

radarhunter
02-20-2007, 12:19 PM
tried that no luck :(

and could you please explain me how to diasble the plugin system ????

Princeton
02-22-2007, 11:18 AM
you can disable it via ADMINCP / vbulletin Options

Or you can do this ...
http://www.vbulletin.com/docs/html/main/disable_plugins

radarhunter
02-22-2007, 12:02 PM
but will it stop other services if yes then what services are likely to be stopped ????

and yeah i did this and still it`s giving me the registration problem

please see this. Kindly tell me a way to get rid of this stuff

radarhunter
02-22-2007, 12:13 PM
please see this. Kindly tell me a way to get rid of this stuff

radarhunter
02-22-2007, 12:34 PM
Hey guys i think i`ve solved it

in this mod : https://vborg.vbsupport.ru/showthread.php?t=99991&highlight=snow

what i did wrong was thing
Go to AdminCP => User Profile Fields => Add new User Profile field => Single Select Menu

Title: View Forum Effects
Description: Choose yes to view forum effects.
Options:
Yes
No
Set Default: Yes, but No First Blank Option
Editable By User: Yes
Display Page: Options: Other Options

Write down your field# . i.e field5


Change X to the Field id.


Just remember to wrap the code with the if tags provided.


<if condition="$bbuserinfo[fieldX] != 'No'">
Add The Code Here
</if>