vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Hidden profile field description on registration page? (https://vborg.vbsupport.ru/showthread.php?t=317025)

pjkcards 01-30-2015 02:06 AM

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.

pjkcards 02-11-2015 01:56 AM

bump.

HM666 02-12-2015 03:33 AM

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
and under place:

Code:

define('DISABLE_HOOKS', true);
Save and upload again to your server in the includes directory.

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);
Save and upload again.

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.


All times are GMT. The time now is 07:42 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00987 seconds
  • Memory Usage 1,711KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete