Thank You
4 posters
How Can I change the "chatbox" to "shoutbox" ?
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
How Can I change the "chatbox" to "shoutbox" ?
Thank You
Thank You
AussieOz- Forumember
- Posts : 105
Reputation : 2
Language : Aussie
I'm not sure you can change it, but you would have to check with someone else.
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
If I cant... how the member goes automaticly in chatbox and how to edit the messages in chatbox
AussieOz- Forumember
- Posts : 105
Reputation : 2
Language : Aussie
There is a log in part at the chatbox, and only Admin and Mods can edit, but using /cls or /ban, /unban, /kick, and other stuff.
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
I know this
AussieOz- Forumember
- Posts : 105
Reputation : 2
Language : Aussie
Was that what you were asking or not?
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
No.... I want the members to go automaticly in the chat, I want to rename the chatbox to shoutbox
Thank you
Thank you
AussieOz- Forumember
- Posts : 105
Reputation : 2
Language : Aussie
I don't think they can go automatically into the chatbox, and i also don't think you can change the name of it. But i'll have a look on my forum, and tell you if you can.
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
Thank you !
AussieOz- Forumember
- Posts : 105
Reputation : 2
Language : Aussie
I had a look, and i saw no way to change the name, sorry. Maybe someone else can help you.
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
ok I'waiting
Neymar1- Forumember
- Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland
Here is how to change the title of the Chatbox:
Put this in your CSS, change 'New Title' to your title.
This isn't mine, just posting it here because it will help you. It is from LGforum.
http://www.avacweb.com/t120-how-can-i-edit-the-chatbox-title-to-something-else
Put this in your CSS, change 'New Title' to your title.
- Code:
h2.chatbox-title:after { content: "New Title"; }
a.chat-title { display: none; }
This isn't mine, just posting it here because it will help you. It is from LGforum.
http://www.avacweb.com/t120-how-can-i-edit-the-chatbox-title-to-something-else
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
How I insert this?
Last edited by -DC- Member on March 25th 2012, 6:06 am; edited 1 time in total
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
AP > Display > Colors > CSS
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
and how ?? (I have invision)
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
How I put the code ?
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
??
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
Not Working
Neymar1- Forumember
- Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland
Copy and paste it into your CSS.
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
It's not shown neither the title chatbox
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
-DC- Member wrote:and how ?? (I have invision)
-DC- Member wrote:How I put the code ?
-DC- Member wrote:??
-DC- Member wrote:Not Working
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead! |
Delete the first CSS you added and add this to your CSS:
- Code:
a.chat-title:after {
color: white !important;
content: "Shotbox";
}
.chatbox-title, .chatbox-title a.chat-title {
color: transparent !important;
}
http://i.imm.io/k5ai.png
-DC- Member- Forumember
- Posts : 44
Reputation : 2
Language : Greek
Location : Athens
Sorry and THANK YOU !!
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Topic Solved & Locked |