PDA

View Full Version : User Profile Fields not working


genesisdnb
08-12-2009, 10:30 AM
Anyone know why this is happening? My custom user profile fields work but when I add a new one it wont display the title or description, when I check the database it doesnt have fields for name or decsription.. is my DB broken?

--------------- Added 1250083533 at 1250083533 ---------------

This has got me extremely puzzled, does the database store the name and description of the custom fields? if so where

Lynne
08-12-2009, 02:21 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

genesisdnb
08-12-2009, 02:28 PM
Thanks Lynne ill try that now

--------------- Added 1250091048 at 1250091048 ---------------

That worked! Thanks Lynne!