MyBB Community Forums

Full Version: Profile Shortcuts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, in my profile page I have shortcut for sending a PM with following code:

<a href="private.php?action=send&amp;uid={$memprofile['uid']}" class="probuttons">{$lang->send_pm}</a>

I would like to add, if possible:
  1. Send Friend Request
  2. Add to Ignore List
  3. Report User
  4. Give Rep

I have MyProfile plugin which creates buttons for these things but I don't want them as buttons, I want links I can change place of, it has following code I can't change:
<div style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div>

Notice me Matt senpai
Go to templates -> select template and template edit -> Ungrouped Templates -> here you can edit all about myprofile plugin.