Replace chatbox with something else. 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.
2 posters

    Replace chatbox with something else.

    avatar
    Guest
    Guest


    In progress Replace chatbox with something else.

    Post by Guest Sat Dec 05, 2015 7:03 pm

    Hey there. I'd like to replace my Forumotion chatbox with a one from Drejk.com

    Here is the code I need to use:

    Code:
    <iframe src='http://drejk.com/chat/?id=OceanChat' width='760' height='480' frameborder=0 id='drejkChatbox'></iframe>

    Got anything that will do this? Thanks!
    Ace
    Ace
    Forumember


    Posts : 250
    Reputation : 49
    Language : Portuguese & English

    In progress Re: Replace chatbox with something else.

    Post by Ace Sat Dec 05, 2015 7:11 pm

    Hi,

    Host your iframe in a HTML page.

    Create a widget and place this code in it (without a table):

    Code:
    <div style="overflow: visible; position: fixed; bottom: 30px; height: 350px; right: 0px; z-index:1000;"><iframe src="/chatbox" id="chatboxpop" scrolling="yes" style="height: 350px; float: right; overflow-x: visible; overflow-y: visible; display: none; width:700px" marginwidth="0" marginheight="0" frameborder="0"></iframe><div onclick="jQuery('#chatboxpop').animate({width:'toggle'},1200); jQuery('#chatboxopen,#chatboxclose').toggle();" style="margin-top: 10px; cursor :pointer; float:left"><img src="http://i34.servimg.com/u/f34/16/04/51/75/open10.png" id="chatboxopen" style="display: inline; "><img src="http://i34.servimg.com/u/f34/16/04/51/75/close10.png" id="chatboxclose" style="cursor: pointer; display: none; "></div></div>

    Search for "/chatbox". Change it for the URL of your HTML page. Example: h1-, h5- etc. Also, remember to change the heights of the code above to fit your chatbox. Wink

    Regards.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51555
    Reputation : 3524
    Language : English
    Location : United States

    In progress Re: Replace chatbox with something else.

    Post by SLGray Sun Dec 06, 2015 4:11 am

    If you do not want it in a widget, you can add it to a template.



    Replace chatbox with something else. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.