MyBB Community Forums

Full Version: Buddies List Popup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where do you find the width of window for popup. I would like to make it larger and not sure what to change in enlarge popup window width or height.
Thanks
Poreman
Hmmm, I'm very surprised this went unanswered. I usually see very fast replies, I know the width can be adjusted somewhere, can anyone help
thanks
Poreman
why would you want to make it larger ?

I think its just fine in size but thats my personal oppion
(2009-01-13, 10:58 PM)technoman Wrote: [ -> ]why would you want to make it larger ?

I think its just fine in size but thats my personal oppion

Huh!

Because I would like to make it larger for may board.
(2009-01-13, 11:27 PM)Proper Wrote: [ -> ]poreman, learn to wait
I thought 3 days without a bump was sufficient. Not like I'm posting everyday.
I believe it's in the misc.php file but I'm not too sure.
headerinclude template:
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a>
The first 350 is the width, the second one is the height.