MyBB Community Forums

Full Version: Additional user group help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
It should be like on Hackforums, like in the screenshot (additional user groups)

Thanks.
Open member_profile template and find;
{$gi}
Remove it from where it is at the moment and paste it just above the {$profilefields} within the same template, so it should becomes like this;
{$gi}{$profilefields}

Now you can enclose it in a box, like this;
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>Additional Group</strong></td>
</tr>
<tr>
<td class="trow1">{$gi}</td>
</tr>
</table>
<br />
Pages: 1 2