is there anyway i can change the chatbox name?
+3
LGforum
levy
Goppyrules
7 posters
change chatbox name
levy- Hyperactive
- Posts : 2631
Reputation : 350
Language : English, Romanian
Location : Romania
- Post n°2
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.
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
- Post n°3
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
levy- Hyperactive
- Posts : 2631
Reputation : 350
Language : English, Romanian
Location : Romania
- Post n°4
Re: change chatbox name
Please provide your forum URL
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
- Post n°5
Re: change chatbox name
http://bondofsix.motionsforum.com/forum thats my forum url
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
- Post n°6
Re: change chatbox name
Try this thread:Â http://www.avacweb.com/t650-change-the-chatbox-title-with-css
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
- Post n°7
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
- Post n°8
Re: change chatbox name
bump. anyone got any help for this?
Ξx- New Member
- Posts : 6
Reputation : 1
Language : Finnish
- Post n°9
Re: change chatbox name
That code works: PunBB, Invision PhPBB3
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
- Post n°10
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?
Khaoz- Forumember
- Posts : 48
Reputation : 4
Language : English
- Post n°11
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
}
Goppyrules- Forumember
- Posts : 125
Reputation : 2
Language : english
- Post n°12
Re: change chatbox name
thanks man topic solved
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
- Post n°13
Re: change chatbox name
Goppyrules wrote:thanks man topic solved
 now moved to archives