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.
The forum of the forums
+3
LGforum
levy
Goppyrules
7 posters

    change chatbox name

    avatar
    Goppyrules
    Forumember


    Posts : 125
    Reputation : 2
    Language : english

    change chatbox name Empty change chatbox name

    Post by Goppyrules Tue 16 Jul - 13:56

    is there anyway i can change the chatbox name?
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    change chatbox name Empty Re: change chatbox name

    Post by levy Tue 16 Jul - 14:07

    Hello , yes its is possible , go in
    Administration Panel -> Display -> Colors -> CSS and add this code

    Code:
    .chatbox-title {
    visibility: hidden !important;
    }
    .chatbox-title:after {
    content: "ShoutBox";
    visibility: visible;
    float: left;
    }

    Replace ShoutBox with what you want.
    avatar
    Goppyrules
    Forumember


    Posts : 125
    Reputation : 2
    Language : english

    change chatbox name Empty Re: change chatbox name

    Post by Goppyrules Tue 16 Jul - 16:41

    that code only works for punbb.already tried it on phpbb2 but it doesnt work. tried it on punbb and it works. my forum is phpbb2
    levy
    levy
    Hyperactive


    Male Posts : 2631
    Reputation : 350
    Language : English, Romanian
    Location : Romania

    change chatbox name Empty Re: change chatbox name

    Post by levy Tue 16 Jul - 17:50

    Please provide your forum URL
    avatar
    Goppyrules
    Forumember


    Posts : 125
    Reputation : 2
    Language : english

    change chatbox name Empty Re: change chatbox name

    Post by Goppyrules Wed 17 Jul - 23:41

    LGforum
    LGforum
    Hyperactive


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

    change chatbox name Empty Re: change chatbox name

    Post by LGforum Thu 18 Jul - 13:25

    avatar
    Goppyrules
    Forumember


    Posts : 125
    Reputation : 2
    Language : english

    change chatbox name Empty Re: change chatbox name

    Post by Goppyrules Fri 19 Jul - 4:59

    Code:

     well i tired it but it didnt work. i have this code
    a.cattitle { visibility: hidden; }
    a.cattitle:after { content: "new title";
    visibility: visible;
    float: left; }

    but everytime i use it, it keeps changing forum name to whatever you put as the title.
    avatar
    Goppyrules
    Forumember


    Posts : 125
    Reputation : 2
    Language : english

    change chatbox name Empty Re: change chatbox name

    Post by Goppyrules Sun 28 Jul - 5:37

    bump. anyone got any help for this?
    avatar
    Ξx
    New Member


    Posts : 6
    Reputation : 1
    Language : Finnish

    change chatbox name Empty Re: change chatbox name

    Post by Îžx Sun 28 Jul - 9:17

    That code works: PunBB, Invision PhPBB3
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    change chatbox name Empty Re: change chatbox name

    Post by Derri Sun 28 Jul - 10:01


    Goppyrules wrote:bump. anyone got any help for this?

    Did you try LGforum's suggestion?
    avatar
    Khaoz
    Forumember


    Posts : 48
    Reputation : 4
    Language : English

    change chatbox name Empty Re: change chatbox name

    Post by Khaoz Sun 28 Jul - 12:16

    I tried this myself and it didn't seem to work @ LGforum's post.

    //This seemed to work though on my phpbb2 forum:
    Code:
    #chatbox_header a.cattitle strong {
     Â   display: none !important;
     Â   }
     Â   #chatbox_header a.cattitle:after{
     Â content:"Shoutbox"
     Â   ;float:left
     Â   padding:5px;
     Â   ;visibility:visible
    }

    change chatbox name XrQzGvy
    avatar
    Goppyrules
    Forumember


    Posts : 125
    Reputation : 2
    Language : english

    change chatbox name Empty Re: change chatbox name

    Post by Goppyrules Mon 29 Jul - 20:10

    thanks man topic solved
    kirk
    kirk
    Forumaster


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

    change chatbox name Empty Re: change chatbox name

    Post by kirk Mon 29 Jul - 22:35

    Goppyrules wrote:thanks man topic solved

     now moved to archives

      Current date/time is Wed 13 Nov - 17:22