The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hidden profile field description on registration page?
A few users as of late say they didn't know how to answer a question on registration in mobile. I just checked on mobile and it strips the description of the required field. How can I add the description back to it so users know what the question means? It is the only field where the description is really needed in order to answer.
I tried playing with the registration template on mobile with no luck. Any guidance is appreciated. Thanks. |
#2
|
|||
|
|||
bump.
|
#3
|
||||
|
||||
Try the following:
1. Are you using the default mobile style that comes with vBulletin or is it a custom or modified style? If its a modified style I suggest you try making the original default the default and try again to see if that corrects it if not then try the next... 2. Disable the plugin/hook system globally in the config.php. To do this you will need a HTML editor like Dreamweaver or use NotePad. DO NOT use MS Word or Word Pad. Global disable: open your includes>config.php file and find: Code:
<?php Code:
define('DISABLE_HOOKS', true); If you find that it works after disabling the plugins globally then re-enable the plugins by putting // in front of the code so it looks like this: Code:
//define('DISABLE_HOOKS', true); Then you will have to go through your mods one by one until you find the one that is causing the conflict. After trying those things let us know. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|