(2011-02-13, 02:32 AM)Sammyed Wrote: If the variable, in this case, is not $memprofile .Then what I should try with?. I already tried with $user, $profilefield, and some others LOL with no luck.
{$userfields['fidX']}
(2011-03-18, 07:46 PM)bigoliver Wrote: ...set all users automatically to Undisclosed unless they have selected otherwise.
Run this in phpMyAdmin, replacing X with the actual custom field ID:
UPDATE `mybb_userfields` SET `fidX` = 'Undisclosed' WHERE `fidX` = '';