The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
FlashChat in a Popup Window
I successfully have Flashchat 5.0.7 working in vbulletin 3.7.3 PL1. It is working perfectly. In to add an option in my navbar for Flashchat to come up in a new window, I added this javascript code.
Code:
<SCRIPT LANGUAGE="JavaScript"> <!-- Begin function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=700,height=400,left = 540,top = 325');"); } // End --> </script> Code:
<A HREF="javascript:popUp('/forums/chat/index.php$session[sessionurl_q]')">Chat in New Window (might have to login again)</A> Are there any suggestions as to how I can pass the vbulletin login info to FlashChat? Note: When FlashChat is launched normally through vbulletin, it works fine. |
#2
|
|||
|
|||
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.
|
#3
|
|||
|
|||
This has absolutely noting to do with a particular style. However, I agree with you about posting in the FlashChat thread.
Thank you |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|