MyBB Community Forums

Full Version: No PM option on profiles?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. I don't see, to have a PM option on profiles any help?

Also how do i disable the You have selected one or more posts to quote. Quote these posts now or deselect them.
option and make it so it automatically posts the quote in the reply box
<a class="button" href="private.php?action=send&amp;uid={$memprofile['uid']}"> &nbsp; Send Message</a>

Add this to your member_profile template to enable a PM button.
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&amp;uid={$memprofile['uid']}">{$lang->send_user_email}</a></td>
<br>
<td class="{$bgcolor}"><a href="private.php?action=send&amp;uid={$memprofile['uid']}"> &nbsp; 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&amp;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&amp;uid={$memprofile['uid']}"> &nbsp; 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