vBulletin Modifications

FlashChat open in Popup Windows

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > General vBulletin Support

Reply
 
LinkBack Thread Tools
Old 08-11-2005, 10:48 PM   #1
Junior Member
Join Date: Jun 2005
pilsentico is on a distinguished road

Arrow FlashChat open in Popup Windows

I want the flash chat open in a popup windows but i can't figure how make it work good. I ask on the main page and they have a code but look to have a problem whit my theme.
Please take a look.
The Flashchat open in a popup windows but still the forumhome goes to flashchat too. What can i do for just the flashchat open in a popupwindows???
this is my test forum link
You must first be a registered member to view any code.
This is the code i use for that button and other javascript on headerinclude
Thanks :knockedou

Header
You must first be a registered member to view any code.
and this is the header include code
You must first be a registered member to view any code.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 08-12-2005, 02:02 PM   #2
Junior Member
Join Date: Jun 2005
pilsentico is on a distinguished road

Default

poblem solve !!
Thanks




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-12-2005, 08:20 PM   #3
vBulletin Guru
Arnoud's Avatar
Join Date: Nov 2004
Real Name: Arnoud Kuipers
Location: Europe, Flanders
Arnoud is on a distinguished road

Default

I think some people would appreciate it if you'd post how you fixed it, as some others might be having problems using a custum style in combination with Flashchat aswell.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-20-2008, 03:14 PM   #4
vB Newbie
Join Date: Mar 2008
Jeff G is on a distinguished road

Default

This code worked for me in vb 5.6.8


<tbody>
<script language="Javascript">
<!--
function popupLogin() {
// the size of the popup window
var width = 600;
var height = 400;

// the x,y position of the popup window
// NOTE: this formula will auto-center the popup on the screen
var y = (screen.height - height) / 2;
var x = (screen.width - width) / 2;

var url = "http://www.yourdotcom.com/chat/flashchat.php";
var options = "width=" + width + ",height=" + height + ",top=" + y + ",left=" + x + ",resizable";

// open the chat window as a popup, instead of embedded in webpage
window.open( url, "chat", options );
}
//-->
</script>
<!-- *** Start Chat *** -->
<td width="39"><table width="78" height="18" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background=""><A HREF=""onClick="javascript:popupLogin();"

onMouseOver="JSFX.fadeIn('chat')"
onMouseOut="JSFX.fadeOut('chat')"><img name="chat" class="imgFader"

src="http://www.yourdotcom.com//chat/chat.gif" width="78" height="16" border="0"></A></td>
</tr>
</table></td>
<!-- *** End Chat *** -->
<tr>
<tr>
<td class="alt2" colspan="2">
<iframe frameborder="0" height="140" src="/chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="yes" border="0" allowtransparency="true">
</iframe>
</td>
</tr>
</tbody>




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Latest News from thread in Java Popup... jokerjp vBulletin Modification Requests 5 06-20-2007 12:10 PM
"Internet Explorer Cannot Open the InternetSite" Junk General vBulletin Support 2 01-23-2006 03:36 PM
Request: links that are within the forum will open in the same window denzoforums vBulletin Modification Requests 4 05-08-2004 11:47 AM


All times are GMT -3. The time now is 08:51 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)