MyBB Hacks

Full Version: Custom Profile Field Reorganization?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all!
I'm not entirely sure if this is the proper location to ask this, but I was hoping that I could do what I'm asking via conditionals, so...!

I have upwards of 50 different custom profile fields on my forum, and for organization sake I was hoping that I could consolidate the fields that are applicable to one type of account into one tab, those applicable to another member type into another area, etc.

Does anyone know what the proper call is for the individual entry id's (I know ['fid#'] will call what is inputted, but I'm trying at present to format the ENTRY fields in the profile edit area that you can access through the CP), or is there a conditional that I can use to pull these up?

Thanks!
Look at the templates for the respective edit page.  Obviously, they're form fields.
...
Rofl1
Duh.  Thank you!  Worked like a charm.
Any idea how you would be able to do the same thing in the moderator profile edit area?  

I've used the same forum fields entries that I had on the regular user CP, and the fields themselves show up, but the information that would have been put into the regular CP doesn't populate.
You have to look at the code on the ModCP templates to see how they work.
Reference URL's