[Code]Involving Chatbox 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.
5 posters

    [Code]Involving Chatbox

    cHaSwWind04
    cHaSwWind04
    Forumember


    Male Posts : 192
    Reputation : 1
    Language : English
    Location : In front of a monitor... Duh!

    [Code]Involving Chatbox Empty [Code]Involving Chatbox

    Post by cHaSwWind04 September 20th 2012, 4:31 pm

    I want to hide this from the statistics which is found the very bottom of the index

    CHATBOX
    There are currently 5 user(s) on the ChatBox : Username1, Username2, Username3, Username4
    [ Join the Chat ]

    I want to hide it so is there any code around there?
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    [Code]Involving Chatbox Empty Re: [Code]Involving Chatbox

    Post by Sir Chivas™ September 20th 2012, 5:01 pm

    Hi,

    Are you currently using, the version; PhpBB3? If, so won't be possible, since you need access to the templates. There, might be a code. But, that I'm aware of, nope. Sorry.
    nextlevelgaming
    nextlevelgaming
    Forumember


    Male Posts : 989
    Reputation : 38
    Language : English|CSS|HTML5|javascript|
    Location : New York

    [Code]Involving Chatbox Empty Re: [Code]Involving Chatbox

    Post by nextlevelgaming September 20th 2012, 7:15 pm

    it may be possible by finding the id/class

    going to css

    writing it up like so

    Code:
    classoridname{
    display:none;
    }
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    [Code]Involving Chatbox Empty Re: [Code]Involving Chatbox

    Post by LGforum September 20th 2012, 8:28 pm

    On phpbb3 you could hide it using this CSS:

    Code:
    p.page-bottom + .h3, p.page-bottom + .h3 + div.page-bottom, #chatbox_popup { display: none; }
    nextlevelgaming
    nextlevelgaming
    Forumember


    Male Posts : 989
    Reputation : 38
    Language : English|CSS|HTML5|javascript|
    Location : New York

    [Code]Involving Chatbox Empty Re: [Code]Involving Chatbox

    Post by nextlevelgaming September 20th 2012, 9:10 pm

    See i knew it was CSS to hide, I dont know the fields for it so, good job LG
    cHaSwWind04
    cHaSwWind04
    Forumember


    Male Posts : 192
    Reputation : 1
    Language : English
    Location : In front of a monitor... Duh!

    [Code]Involving Chatbox Empty Re: [Code]Involving Chatbox

    Post by cHaSwWind04 September 22nd 2012, 12:53 pm

    ^huh???

    ~Topic Solved~
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    [Code]Involving Chatbox Empty Re: [Code]Involving Chatbox

    Post by Jophy September 22nd 2012, 1:30 pm

    Topic Solved & Locked