change chatbox name
+3
LGforum
levy
Goppyrules
7 posters
Page 1 of 1
change chatbox name
is there anyway i can change the chatbox name?
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
Re: change chatbox name
Hello , yes its is possible , go in
Administration Panel -> Display -> Colors -> CSS and add this code
Replace ShoutBox with what you want.
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.
Re: change chatbox name
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
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
Re: change chatbox name
http://bondofsix.motionsforum.com/forum thats my forum url
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
Re: change chatbox name
Try this thread: http://www.avacweb.com/t650-change-the-chatbox-title-with-css
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: change chatbox name
- 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.
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
Re: change chatbox name
bump. anyone got any help for this?
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
Re: change chatbox name
That code works: PunBB, Invision PhPBB3
Ξx- New Member
- Posts : 6
Reputation : 1
Language : Finnish
Re: change chatbox name
LGforum wrote:Try this thread: http://www.avacweb.com/t650-change-the-chatbox-title-with-css
Goppyrules wrote:bump. anyone got any help for this?
Did you try LGforum's suggestion?
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Re: change chatbox name
I tried this myself and it didn't seem to work @ LGforum's post.
//This seemed to work though on my phpbb2 forum:
//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
}
Khaoz- Forumember
- Posts : 48
Reputation : 4
Language : English
Re: change chatbox name
thanks man topic solved
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
Re: change chatbox name
Goppyrules wrote:thanks man topic solved
now moved to archives
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Similar topics
» Change A Name in the Chatbox Only?
» Can't Change Chatbox Name
» Change Chatbox Title
» How to change chatbox color
» Change Chatbox Mod sign "@"
» Can't Change Chatbox Name
» Change Chatbox Title
» How to change chatbox color
» Change Chatbox Mod sign "@"
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum