The Arcive of vBulletin Modifications Site. |
|
Big window Details »»
|
|||||||||||||||||||||||||
How do I make it so the vbchat link is clicked in the navbar it opens a popup style window but which is smaller like a messeger client, the window it opens covers the whole screen and members dont like it like that
thanks kaz Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
You would have to change the window.open() properties in your navbar templates.
The next release will feature availability to change the height/width % ![]() - Zero Tolerance |
|
#3
|
||||
|
||||
|
Thanks ill try it now
Hi i tried editing, but gives a java error Code:
<script type="text/javascript">
<!--
function OpenvBChat(){
vBChat = window.open('vBChat.php?$session[sessionurl]','vBChat','directories=no,height='400',width='600',location=no,menubar=no,scrollbars=yes,status=no,toolbar=no')
return false;
}
-->
</script>
|
|
#4
|
||||
|
||||
|
Help
|
|
#5
|
||||
|
||||
|
don't use the single quotes around the numbers
|
|
#6
|
|||
|
|||
|
OK, so I downloaded the vBChat 2.3 and followed the instructions carefully & when I click the link, all I get is a big blank window. No warnings. No error messages. Just a big blank window.
I've been reinstalling for about 3 hrs now & all with every attempt I get the same result. Please Help. |
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
|||
|
|||
|
I meant to reply in another thread that's titled "Blank Window"
|
![]() |
|
|