XF 1.5 User Group Markup (Username CSS)

AyoubM

Member
So for a specific usergroup I want to add text infront of the group members names

Example:
[text]Username

So far I can only add an image infront of the name, but no text, any idea how I can do this?

Thanks!
 
Yes, I know.

How can I set it in the user group settings?

Like where do I call style1 in the user group settings?


You can't set it in usergroup settings, not using the :before selector... or at least not that I am aware of, I could be wrong. You have to add exactly what he posted in EXTRA.css
 
OK Here's what I have:

User Group 12 has a priority of 1001 (highest).

I enter this in Extra.css:

.username: .style12:before
{
content: "Master ";
}

The word master doesn't appear before the username.
 
Top Bottom