MyBB Community Forums

Full Version: Buddy List code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anybody know the "Open Buddy List" code?

[Image: Dtqj3wY.png]
You mean the link to open it?

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

When I test it out, It shows this:
[Image: vQGMKWr.png]
Where are you trying to use it? Inside MyBB? If yes, on custom page?
(2013-05-01, 10:59 AM)Destroy666 Wrote: [ -> ]Where are you trying to use it? Inside MyBB? If yes, on custom page?

Umm yes, I'm gonna try to edit it and make something out of it(I'll post it when it's done).