MyBB Community Forums

Full Version: How do I edit {$profilefields} in template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Maybe after you guys have looked at my problems so far but haven't answered one yet, you could at least do me the favor of answering this one.

I want to edit the section (rearrange and change something) of the member's profile (when displaying it) that says

Additional Info About USER
Sex: Male
Location:
Bio:

I just want to know how I could add an image after the "sex". I already figured out how to add "Gender" in posts and I used this
<img src="{$mybb->settings['bburl']}/images/{$post['fid3']}.gif" alt="{$post['fid3']}" title="{$post['fid3']}" /> 
as image so I already know that part.

I've been to ACP>Templates & Style>Member Templates>member_profile and scrolled down to

<td width="50%" valign="top">
{$profilefields}
{$signature}
{$modoptions}
{$adminoptions}
{$buddy_options}
</td>

and I guess {$profilefields} is what I have to edit, but how do I do that?


Would be nice to receive an answer on that one... eriously, what do I have to do in order to receive some answers? Am I posting it wrong? Are my questions just a little too hard to answer? Do I have to pay money for support? Or do I have to contact a moderator or administrator in order to receive support? This is an honest question, I really have no clue what I have to do on that part.