Hey Marisa where abouts in the member profile template do I add that?
This is how I have it so far
http://prntscr.com/686zdf
This is the code
<tr>
<td class="{$bgcolor}"><strong>{$lang->email}</strong></td>
<td class="{$bgcolor}"><a href="member.php?action=emailuser&uid={$memprofile['uid']}">{$lang->send_user_email}</a></td>
<br>
<td class="{$bgcolor}"><a href="private.php?action=send&uid={$memprofile['uid']}"> Private Message</a></td>
</tr>
How do I get it on the next line with it saying "private message" then the button to click saying private message
Just tried
<tr>
<td class="{$bgcolor}"><strong>{$lang->email}</strong></td>
<td class="{$bgcolor}"><a href="member.php?action=emailuser&uid={$memprofile['uid']}">{$lang->send_user_email}</a></td>
<br>
<td class="{$bgcolor}"><strong>{$lang->Private Message}</strong></td>
<td class="{$bgcolor}"><a href="private.php?action=send&uid={$memprofile['uid']}"> Private Message</a></td>
</tr>
I get this come up when i try to save
The following errors were encountered:
A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support.
So it's done it here
http://prntscr.com/68766d
but not here
http://prntscr.com/6876fv