Quote:
Yesterday at 11:49 PM RPGHost said this in Post #1811
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
|
Quote:
Today at 06:02 AM Moreliator said this in Post #1812
I did change a few things. First, I deleted the first instance of the $RPG Name and element and all that stuff in the modify_profile template. Next, I remember also having to delete a "_require" from the template because it was actually showing up on teh page. But that is all...
|
Can both of you give me your modifyprofile template so that I can make sure I am on the same page as you?