PDA

View Full Version : Usernames are showing up with an extra sentence


Firyou
03-04-2014, 04:38 AM
All of a sudden my users have an extra line in their user name that says "Enter your zip code here"

All I did before this was disable the ability to delete posts from users, it was enabled before. Any help is appreciated thx

--------------- Added 1393912768 at 1393912768 ---------------

sorry I forgot to add the picture, thx for the help guys i appreciate it

http://i.imgur.com/tTupbLH.png

tbworld
03-04-2014, 05:03 AM
1.) Always use the the default vBulletin style when isolating a problem like this.

2.) Disable all mods/plugins and testing on the default vbulletin skins. If that works re-test on your new skin, the mods/plugins should still be disabled. Once you have done this report back with the results.

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
define('DISABLE_HOOKS', true);[/color] You can also shut off the plugins from the admincp:
ACP --> settings --> options --> Enable Plugin/Hook System: NO


If the problem disappears then most likely have accidentally modified a template incorrectly or one of your mods/plugins has altered it. This could be due to a modification not being a matching vbulletin version.

Firyou
03-04-2014, 05:10 AM
1.) Always use the the default vBulletin style when isolating a problem like this.

2.) Disable all mods/plugins and testing on the default vbulletin skins. If that works re-test on your new skin, the mods/plugins should still be disabled. Once you have done this report back with the results.

To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
define('DISABLE_HOOKS', true);[/color] You can also shut off the plugins from the admincp:
ACP --> settings --> options --> Enable Plugin/Hook System: NO


If the problem disappears then most likely have accidentally modified a template incorrectly or one of your mods/plugins has altered it. This could be due to a modification not being a matching vbulletin version.
Thanks for the suggestion. I just tried it out and the bug is still showing up, but only for members in the Registered Members usergroup, all other usergroups are unaffected. I tried creating a new usergroup based on registered members permissions and the problem still occurs

tbworld
03-04-2014, 05:23 AM
You most likely are running a modification with permissions to only run in the "Registered Members" usergroup.

If you actually disabled all your modifications and are using the vbulletin default style then you should not be seeing that. Take a look a the default style and make sure you did not accidentally modify the templates there. If you did you might try reverting them.

It looks like the "Whats Going On" area (but I cannot clearly see the header) so that should help you narrow down the problem.

Firyou
03-04-2014, 05:32 AM
I fixed it. For some reason after disabling delete posts for that usergroup it added that text to the HTML markup for the usergroup

tbworld
03-04-2014, 06:32 AM
I fixed it. For some reason after disabling delete posts for that usergroup it added that text to the HTML markup for the usergroup

Weird, but glad to hear it is resolved! Thanks for reporting back. :)