Pop-Up Chatbox Problem Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Pop-Up Chatbox Problem

    avatar
    TheEClub
    New Member


    Posts : 15
    Reputation : 0
    Language : English

    Solved Pop-Up Chatbox Problem

    Post by TheEClub August 6th 2011, 8:57 pm

    Hey,

    I have just added a pop-up chatbox code (where the tab appears at the bottom right of the page, and when you click on it, a chatbox pops up) to my site, http://theeclubsocial.forumotion.com. Since my forum is in phpBB3, I pasted the HTML code for it in the Announcements, just like said in the instructions I saw. The problem is, I can't log into the pop-up chatbox. I can log into the original, non-pop up, and I would refresh the page and I would be logged into the pop-up version.

    Here's the code for my pop-up chatbox. I customized it a little, but not that much:
    Code:
    <div id="chatbox_ret_cont" onmouseout="stopINT()" onclick="stopINT()" onmousever="stopINT()" style="border-top: 7px solid rgb(000, 00, 00); border-left: 7px solid rgb(000, 00, 00); z-index: 10000; -moz-border-radius: 20px 0pt 0pt 0pt; background-color: #3B5CA1; position: fixed; bottom: 0pt; right: 0pt; border-color: #3B5CA1;"><div onclick="(document.getElementById('chatbox_ret').style.display=='block')?my_setcookie('chatbox_ret','0',0,0):my_setcookie('chatbox_ret','1',1,0); $('#chatbox_ret').toggle('normal');" style="font-size: 12px; font-family: 'trebuchet ms',serif; cursor: pointer; padding: 3px;"><span id="chatbox_ret_online" style="color: white);"><span style="font-weight: bold; color: White;">Instant Messaging</span><br></span><span id="chatbox_ret_offline" style="color: white;"></span></div><iframe onload="if(cb_new) { cb_start(); cb_new=0; }" style="width: 740px; height: 400px; display: none;" marginheight="0" marginwidth="0" name="chatbox_ret" id="chatbox_ret" src="http://theeclubsocial.forumotion.com/chatbox/chatbox.forum" frameborder="0" scrolling="no"></iframe></div>

    Can anyone help to see what's wrong with the code? Thanks!
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    Solved Re: Pop-Up Chatbox Problem

    Post by RoNo August 7th 2011, 8:10 am

    TheEClub wrote:Hey,
    I have just added a pop-up chatbox code....
    The problem is, I can't log into the pop-up chatbox.
    Can anyone help to see what's wrong with the code? Thanks!
    [Forumotion chatbox addresses have changed]
    Old: chatbox/chatbox.forum
    New: chatbox/index.forum
    Change the source URL to
    Code:
    src="http://theeclubsocial.forumotion.com/chatbox/index.forum"

    Spoiler:
    avatar
    TheEClub
    New Member


    Posts : 15
    Reputation : 0
    Language : English

    Solved Re: Pop-Up Chatbox Problem

    Post by TheEClub August 7th 2011, 5:11 pm

    Oh, so that was wrong! The chatbox works well now! Thanks!

    Solved
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Pop-Up Chatbox Problem

    Post by Nera. August 7th 2011, 7:16 pm

    Solved > Locked