![]() |
Problems with userfields modification - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Development (https://community.mybb.com/forum-68.html) +---- Thread: Problems with userfields modification (/thread-24742.html) |
Problems with userfields modification - Laire - 2007-10-15 Hello, I work on a modification. I want add additional categorys for the userfields. In the moment I'm testing some ideas. But it doesent work. In the template usercp_profile_profilefields is responsible for the userfields Original Version:
First I doubled the code (for testing):
Now the userfields shown twice. Than I changed the second {$customfields} in {$test}. Than I edit the user.php. I doubled this:
and changed alle $customfield to $test in the area wich was copied. Now I thought, the userfields have to shown twice again, but the second box, is empty... Excuse my bad english, in the attachments: my usercp.php |