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.

changing the @ on the chatbox

+3
Jophy
Ange Tuteur
dcomputer
7 posters

Go down

In progress changing the @ on the chatbox

Post by dcomputer Thu Apr 25 2013, 08:56

I have the chat box that is already on the forum. I have Phpbb 3

I found where the post is giving me the code but i do not no what to put in or where to put it. Here is the code i found:

#chatbox > p span.user > span:after {
content: 'ε';
}
avatar
dcomputer
New Member

Posts : 18
Reputation : 1
Language : english

Back to top Go down

In progress Re: changing the @ on the chatbox

Post by Ange Tuteur Thu Apr 25 2013, 09:56

Navigate your way to..
Administration Panel > Display > Colors > CSS Stylesheet Tab

Put your desired code at the very top of the sheet, then hit the submit button. If you need help with anything CSS related just ask. Wink
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: changing the @ on the chatbox

Post by Jophy Thu Apr 25 2013, 16:46

Yep, what SethC provided above Wink

This code would work as well:
Code:
#chatbox > p span.user > span:after {
content: 'ε' !important;
}

Must be placed at the bottom. Wink
Jophy
Jophy
ForumGuru

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

Back to top Go down

In progress Re: changing the @ on the chatbox

Post by dcomputer Thu Apr 25 2013, 19:45

Thank you both very much works great.

Is there a way to make is have a rank name for all staff?

Like for me @Co-owner
for others:
@Admin
@Mod

Pretty sure i just have to get the id's of the groups to do this but i do not no how to get them.
avatar
dcomputer
New Member

Posts : 18
Reputation : 1
Language : english

Back to top Go down

In progress Re: changing the @ on the chatbox

Post by G-Zone Sun Apr 28 2013, 02:42

i know

just change the name of the user that you will change the name like

@Mod Example

haha,

then tell them if she/he login remember to login in username that mod example Very Happy that's all

avatar
G-Zone
Forumember

Posts : 64
Reputation : 1
Language : English

Back to top Go down

In progress Re: changing the @ on the chatbox

Post by Jezzda Sun May 05 2013, 02:51

Bump, I'd like to have a solution for this for PHPBB2.
avatar
Jezzda
Forumember

Posts : 74
Reputation : 2
Language : English

Back to top Go down

In progress Re: changing the @ on the chatbox

Post by E-Mark Sun May 05 2013, 15:03

@Jezzda:

Try this one, add this to you CSS:
Code:
#chatbox_members span {
visibility: hidden;
}
#chatbox_members a span {
visibility: visible !important;
}
#chatbox_members a span:before {
content: '#';
}

bye
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

In progress Re: changing the @ on the chatbox

Post by Jezzda Sun May 05 2013, 19:30

What you gave me didn't work, it turned it into #@#<Name>
So what I did was I turned it into this
Code:
#chatbox_members span {
visibility: hidden;
}
#chatbox_members a span {
visibility: visible !important;
}
#chatbox_members a span:before {
content: '';
}
And it worked perfectly, nothing before or after.

It's stuffed up again now, after a couple of hours.
avatar
Jezzda
Forumember

Posts : 74
Reputation : 2
Language : English

Back to top Go down

In progress Re: changing the @ on the chatbox

Post by Jezzda Wed May 08 2013, 10:57

Bump
avatar
Jezzda
Forumember

Posts : 74
Reputation : 2
Language : English

Back to top Go down

In progress Re: changing the @ on the chatbox

Post by Derri Thu May 09 2013, 02:38

I found this tutorial while browsing Avacweb.

It might help you Jezzda and others.

http://www.avacweb.com/t220-css-trick-change-the-chatbox
Derri
Derri
Helper
Helper

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum