MyBB Community Forums

Full Version: Add to Ignore Lists/Add to Buddy List on Profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:<tr>
<td class="tcat" align="center">
<a href="usercp.php?action=quickaddbuddy&uid={$memprofile['uid']}">Add {$formattedname} to Your Buddy List</a>
</td>
<td class="tcat" align="center">
<a href="usercp.php?action=quickaddignore&uid={$memprofile['uid']}">Add {$formattedname} to Your Ignore List</a>
</td>
</tr>

I tried adding this to the member_profile Templates and tried adding the links, it doesn't work... ):

Anyone know where is wrong?
I don't think that'll work because the buddy list is a post request, not get, and there's this stuff too:

<input type="hidden" name="action" value="do_editlists" /> 
<input type="hidden" name="manage" value="buddy" /> 
<input type="hidden" name="my_post_key" value="random_code_here" />
No way to go around this? Any plugins is able to do it?
maybe this plugin will serve
http://mods.mybboard.net/view/quick-ignore
Just change the html to be a form.