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.

Chatbox Ranks

2 posters

Go down

Chatbox Ranks Empty Chatbox Ranks

Post by Malevolence 26/8/2013, 20:44

Is there a way to make more than one rank on the Chatbox? They could have all the same power just make different things next to the name? Like I did something on CSS that let me make it like this:

[Mod] Username

Can you make it like this:

[Admin] Username
[Voiced] Username
[Mod] Username, etc.
Malevolence
Malevolence
Forumember

Male Posts : 97
Reputation : 5
Language : English
Location : No where

http://www.Pokeforumunity.forumotion.com

Back to top Go down

Chatbox Ranks Empty Re: Chatbox Ranks

Post by Ikerepc 26/8/2013, 22:08

Can you give us that code for [mod]?

And I will see can I do something.
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Chatbox Ranks Empty Re: Chatbox Ranks

Post by Malevolence 27/8/2013, 00:41

#chatbox > p span.user > span strong {
  display: none; 
}
#chatbox > p span.user > span:after {
  content: '[Mod]';
}
Malevolence
Malevolence
Forumember

Male Posts : 97
Reputation : 5
Language : English
Location : No where

http://www.Pokeforumunity.forumotion.com

Back to top Go down

Chatbox Ranks Empty Re: Chatbox Ranks

Post by Ikerepc 27/8/2013, 09:52

Try to delete that code and put this:

Code:
#chatbox a[href="/u1"] > p span.user > span strong {
  display: none;
}
#chatbox a[href="/u1"] > p span.user > span:after {
  content: '[Admin]';
}
it is only for Admin, founder.

If it work you can use that code, just change [Admin] with mod etc. And a[href="/u1"] with user (like "/u2" etc.).
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Back to top

- Similar topics

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