TY.. but I still cant see the name on the POST. and when I went back to edit
Code:
if (!empty($post["field{$vbulletin->options['realname_profile_field']}"]))
and replace with
Code:
global $vbulletin; if (!empty($post["field{$vbulletin->options['realname_profile_field']}"]))
[/QUOTE]
There is no
Code:
if (!empty($post["field{$vbulletin->options['realname_profile_field']}"]))
anymore. Any help on how to get it to show on teh POST again?