Quote:
Originally Posted by catchpen 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}