MyBB Hacks

Full Version: Removing Buddy From Buddy List
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For removing buddy directly from Buddy List, add this link in misc_buddypopup_user_offline and misc_buddypopup_user_online templates:

HTML Code
<a href="misc.php?action=buddypopup&amp;removebuddy={$buddy['uid']}">{$lang->delete_buddy}</a>

Style it as our needs.

I don't know why MyBB doesn't add this link there? The code is already there, and the language variable is already available?

Reference URL's