The Arcive of vBulletin Modifications Site. |
|
Resize entire Popup Window Details »»
|
|||||||||||||||||||||||||
Hey ZT, great Hack!!! Love it. However, 1 problem that I cannot code or fix..how do i change the size of the pop up window when I click the link in my nav bar? I've looked through here, read others posts, and tried their info...however nothing works for me. When I click the link in the nav bar, the pop chat window is as large as my screen, and i cannot resize it. I would like to be able to have it pop up about half as large, and make it resizable..i've tried everything i know and i cannot fix it. Thanks for your help.
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
me too how can this be done, looks wack at the mo, great mod though!
|
|
#3
|
|||
|
|||
|
in your navbar template change
vBChat = window.open('vBChat.php?$session[sessionurl]','vBChat','directories=no,height='+window.screen. height+',width='+window.screen .width+',location=no,menubar=no,scrollbars=yes,sta tus=no,toolbar=no') to vBChat = window.open('vBChat.php?$session[sessionurl]','vBChat','directories=no,height='+window.screen. height+',width='+window.screen .width+',location=no,menubar=no,scrollbars=yes,sta tus=no,toolbar=no,resizable=ye s') booba. |
![]() |
|
|