View Single Post
  #25 (permalink)  
Old 03-06-2008, 03:21 AM
catchpen's Avatar
catchpen catchpen is offline
Pligg Donor
 
Join Date: Jan 2008
Posts: 210
Thanks: 29
Thanked 18 Times in 13 Posts
Quote:
Originally Posted by catchpen View Post
Hey Chuckroast,

Do you think there is an easy way to embed the Ajax chat module on the Live page other than with an iframe?

Thanks, CP
I'll answer my own post, here's a button with a pop up for the ajax chat.
in your template live_center.tpl after
Code:
<div id="cab" style="float:right;margin-top:-38px">
	<ul>
add this and replace with your url:
Code:
{if $user_authenticated eq true}
    <li><a href="javascript:void(window.open('http://yoursiteurl.com/modules/ajaxchat/index.html','Shoutbox','resizable=yes,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,fullscreen=no,dependent=yes,width=550,height=600'))" style="text-decoration : none;" class="navbut3"><span>Shoutbox</span></a></li>
{/if}
Reply With Quote