Quote:
Today at 05:25 AM Bitsys said this in Post #1810
Have you checked your modifyprofile template to see if there is duplicate HTML code in there?
|
Yeah, it's not there. I assume that the RACE and CLASS and all that are getting into BOTH of these variables:
$customfields_required
$customfields
Where I think it should only be in the later of the two. So it shows up twice but only the last one in the form is effective. So somehow the members.php file is messed up. Yet I didn't do any manual editing.
This is what's loaded into the first variable:
$profilefields=$DB_site->query("SELECT * FROM profilefield WHERE editable = 1 ORDER BY displayorder");
Here is what I think is loaded into the later:
$profilefields=$DB_site->query("SELECT profilefieldid,required,title FROM profilefield WHERE hidden=0 ORDER BY displayorder");
Ideas?
James