MyBB Community Forums

Full Version: Moving a "option" in members profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,
How can i move this :
[Image: ilM2z4.png]
In the member_profile template, move:

{$buddy_options}

to after:

<td class="{$bgcolors['msn']}"><strong>{$lang->msn}</strong></td>
<td class="{$bgcolors['msn']}"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
</tr>
</table>
It worked. Thank you.
Topic solved b-)