Quote:
Originally Posted by RichieBoy67
As far as the pop up--if using flashchat you will have to create an html file as well for the window..
Here is the code I came up with so far but I haven't tried it yet..The tabs are giving me a real headache for some reason..I don't know but maybe this will help you a bit..
PHP Code:
<li> <a href="#" onclick="javascript: window.open('http://www.Your-Site/chat.html', '', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=620,height=360'); return false" >Chat</a> </li>
I haven't yet figured out the dynamic link either but I am going to just try it with out the mod...
Thanks
|
Quote:
Originally Posted by RichieBoy67
I am all set with the dynamic link.. working on the pop up windows for flashchat--pm me if anyone needs it..
Thanks
|
Actually I'm using AVChat. They do supply a link code to add to the navbar template, thus putting the link next to the "calendar" link. The link does open in a pop window fine and even has my admin functions. I can add a tab, but it opens only in another window or the same window and without my admin functions. Strange...
The link code I can use in the navbar template is similar to yours
Code:
<li><a href="#" onclick="window.open('videochat/index.php','FlashVideoChat','height=580','width=970');">Flash Video Chat</a></li>
I'd like to see how you got yours working. It might work the same for mine... pm sent.