MyBB Community Forums

Full Version: Add a required custom profile field to the thead in the modcp_editprofile template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd like to add some custom profile field data to the header of this table.

<td class="thead" colspan="2"><strong> {$lang->edit_profile}</strong></td>

Can someone give me the code to do this?

Also: I know this works in the member_profile template: {$userfields['fidx']}

but not in the modcp_editprofile template

Found the Answer Smile

its: {$user_fields['fidx']} if anyone needs to know