Chatbox on every page  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

    Chatbox on every page

    Empire_1
    Empire_1
    Active Poster


    Male Posts : 1391
    Reputation : 125
    Language : English, Spanish, Mandarin, C++
    Location : Summoner's Rift

    Solved Chatbox on every page

    Post by Empire_1 September 25th 2011, 1:05 am

    Hi,

    I want to have a chatbox that appears not only in the forum index and portal, but also in the forum sections and the topics please.

    I use phpBB3 Very Happy


    Last edited by Empire_1 on September 27th 2011, 5:43 am; edited 1 time in total
    Nera.
    Nera.
    Energetic


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

    Solved Re: Chatbox on every page

    Post by Nera. September 25th 2011, 10:05 am

    Hi,

    Are you searching for something like this?
    avatar
    DarkBlade
    Forumember


    Posts : 206
    Reputation : 14
    Language : English

    Solved Re: Chatbox on every page

    Post by DarkBlade September 26th 2011, 9:47 pm

    I went there because I have the same problem, but Im running PHPBB2 and its not working.. (not hijacking) but I would like support like this too.
    Empire_1
    Empire_1
    Active Poster


    Male Posts : 1391
    Reputation : 125
    Language : English, Spanish, Mandarin, C++
    Location : Summoner's Rift

    Solved Re: Chatbox on every page

    Post by Empire_1 September 27th 2011, 12:02 am

    Nera. wrote:Hi,

    Are you searching for something like this?

    The Javascript Dion gave "works" but there are glitches
    - You can't log in unless in the forum index or portal (where it is a widget)
    - It doesn't fit the page and goes under the forum widgets

    kirk
    kirk
    Forumaster


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

    Solved Re: Chatbox on every page

    Post by kirk September 27th 2011, 3:44 am

    about the only way to do it on phpbb3 would be to place the code below in the announcement or in your forums description, if you can get the whole code to fit in the description. it should but i think would be better in the announcement.

    Then adjust the size how you like
    Code:
    <iframe frameborder=0 width=700 height=300 src="/chatbox/index.forum" marginheight=2 marginwidth=2 scrolling=yes allowtransparency=yes name=chatbox style=border:#002EFF 1px solid;border-top:0px></iframe>



    Empire_1
    Empire_1
    Active Poster


    Male Posts : 1391
    Reputation : 125
    Language : English, Spanish, Mandarin, C++
    Location : Summoner's Rift

    Solved Re: Chatbox on every page

    Post by Empire_1 September 27th 2011, 4:55 am

    kirk wrote:about the only way to do it on phpbb3 would be to place the code below in the announcement or in your forums description, if you can get the whole code to fit in the description. it should but i think would be better in the announcement.

    Then adjust the size how you like
    Code:
    <iframe frameborder=0 width=700 height=300 src="/chatbox/index.forum" marginheight=2 marginwidth=2 scrolling=yes allowtransparency=yes name=chatbox style=border:#002EFF 1px solid;border-top:0px></iframe>



    I'd like for it to appear on the bottom of every page, however Smile
    kirk
    kirk
    Forumaster


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

    Solved Re: Chatbox on every page

    Post by kirk September 27th 2011, 5:14 am

    well your using phpbb3, unless you use some sort of code you can imply to make it like a floating thing, you really do not have many options for something like this on phpbb3 or invisions.

    I thought dions thing was good, Also Rono has a couple cool ways for a real pop-out, but that is something you would have to click to pop it out and would not appear unless you clicked text or a image.

    or you have this one that a lot of members have been using.

    i changed the colors and text and dimensions on this one though.
    So you may have to adjust to your liking

    Code:
    <div id="chatbox_ret_cont" onmouseout="" onclick="" onmousever="" style="border-top: 7px solid rgb(148, 11, 11); border-left: 5px solid rgb(148, 11, 11); z-index: 10000; -moz-border-radius: 20px 0pt 0pt 0pt; background-color: #000000; position: fixed; bottom: 0pt; right: 0pt; border-color: #7D0505;"><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: red;"></span><span id="chatbox_ret_offline" style="color: red;">OPEN/CLOSE</span></div><iframe scrolling="no" frameborder="1" onload="if(cb_new) { cb_start(); cb_new=0; }" style="width: 1125px; height: 550px; display: none;" marginheight="0" marginwidth="0" name="chatbox_ret" id="chatbox_ret" src="/chatbox/index.forum"></iframe></div>
     
    Empire_1
    Empire_1
    Active Poster


    Male Posts : 1391
    Reputation : 125
    Language : English, Spanish, Mandarin, C++
    Location : Summoner's Rift

    Solved Re: Chatbox on every page

    Post by Empire_1 September 27th 2011, 5:42 am

    Success!

    Many thanks Very Happy

    *solved
    kirk
    kirk
    Forumaster


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

    Solved Re: Chatbox on every page

    Post by kirk September 27th 2011, 5:50 am

    Empire_1 wrote:Success!

    Many thanks Very Happy

    *solved

    well heck next time at least let us know what you did or decided to go with in case someone else needs help with the same question Razz

    Anywho

    Since the topic was marked solved i will now lock.