MyBB Community Forums

Full Version: Buddylist won't open
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason the buddy list won't open. I click on the link, and nothing happens.

<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a>

http://www.tripulse.net/forum/

So, after further research, I found the solution.

<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', null, true); return false;">{$lang->welcome_open_buddy_list}</a>