How to get chat box outside of forums?? 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.
4 posters

    How to get chat box outside of forums??

    avatar
    Warstar
    New Member


    Posts : 3
    Reputation : 0
    Language : English

    How to get chat box outside of forums?? Empty How to get chat box outside of forums??

    Post by Warstar December 13th 2009, 12:39 am

    Is there a way i can get my chatbox on a separate link? for example if I had my forums at redlegionbeta.forumotion.com can i have a chat at redlegionbeta.forumotion.com/chat/1/legion

    Kind of at a separate link?

    ~Warstar~
    Master Marc
    Master Marc
    Hyperactive


    Male Posts : 3661
    Reputation : 47
    Language : English and Spanish.

    How to get chat box outside of forums?? Empty Re: How to get chat box outside of forums??

    Post by Master Marc December 13th 2009, 1:44 am

    Hello,

    Just add this extra link to your forum please, Wink

    Code:
    /chatbox/chatbox.forum?

    So, if your forum's link is, forumotion.com, then just add this to it :

    forumotion.com/chatbox/chatbox.forum?
    avatar
    Warstar
    New Member


    Posts : 3
    Reputation : 0
    Language : English

    How to get chat box outside of forums?? Empty Re: How to get chat box outside of forums??

    Post by Warstar February 8th 2010, 10:07 pm

    Thanks this worked!
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    How to get chat box outside of forums?? Empty Re: How to get chat box outside of forums??

    Post by kirk February 8th 2010, 11:21 pm

    or you can slap it in a ifram if you want to embed it:)

    do it the same way mark pointed above where it says you link here below.

    Code:
    <iframe frameborder=0 width=700 height=300 src=YOUR LINK HERE marginheight=2 marginwidth=2 scrolling=no allowtransparency=yes name=chatbox style=border:#002EFF 1px solid;border-top:0px></iframe> 

     
    RoNo
    RoNo
    Active Poster


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

    How to get chat box outside of forums?? Empty Re: How to get chat box outside of forums??

    Post by RoNo February 8th 2010, 11:50 pm

    And/or you could have a popup chatbox link Cool
    Code:
    <a href="http://redlegionbeta.forumotion.com/chatbox/chatbox.forum" style="text-decoration: none;" target="popup1" title="Popup Chat" onclick="window.open('http://redlegionbeta.forumotion.com/chatbox/chatbox.forum', 'popup1', 'width=830,height=300,height=200,left=150,top=250'); return false">Popup Chatbox</a>
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    How to get chat box outside of forums?? Empty Re: How to get chat box outside of forums??

    Post by kirk February 9th 2010, 12:07 am

    RoNo wrote:And/or you could have a popup chatbox link Cool
    Code:
    <a href="http://redlegionbeta.forumotion.com/chatbox/chatbox.forum" style="text-decoration: none;" target="popup1" title="Popup Chat" onclick="window.open('http://redlegionbeta.forumotion.com/chatbox/chatbox.forum', 'popup1', 'width=830,height=300,height=200,left=150,top=250'); return false">Popup Chatbox</a>

    oh yeah forgot about that way.. hehe nice Smile