Custom Fields on Member Profile - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.4 (https://community.mybb.com/forum-80.html) +------ Forum: MyBB 1.4 General Support (https://community.mybb.com/forum-81.html) +------ Thread: Custom Fields on Member Profile (/thread-54274.html) |
Custom Fields on Member Profile - Prudens - 2009-08-06 What are the variables for custom fields on member_profile template? I tried $mybb->user['fid4'] but that gives me mine, instead of the member's... RE: Custom Fields on Member Profile - Matt - 2009-08-06 {$memprofile['fid4']} RE: Custom Fields on Member Profile - Prudens - 2009-08-06 doesn't work. RE: Custom Fields on Member Profile - Matt - 2009-08-06 Well, it does, it's working fine on my localhost. They do actually have something typed in that profile field, yeah...?? |