[OzzModz] User Name Color

[OzzModz] User Name Color 2.0.1 Patch Level 1

Нет прав для скачивания
  • Автор темы Автор темы newimage
  • Дата начала Дата начала
Lv.11
Moderating
Bronze Member
Iron Member
Регистрация
28.06.2020
Сообщения
2 210
Реакции
5 955
Credits
$6 853
newimage submitted a new resource:

User Name Color 1.0.1 - User Name Color

Do your users want a way to express themselves a little more on your forum? User Name Color lets users set a custom color for their username or select from a pre-set style you add.

Need to ensure users aren’t making themselves invisible? Set disallowed colors to ensure that no matter what a user picks, their name will still be visible!

User Features
  • Set custom colors or select a predefined style for their username
Administrator Features
  • Create...

Read more about this resource...
 
Is this for a single user or a specific user group?
 
This is actually built into Xenforo using CSS no plugin needed.
Let's say i wanted to make the admin group a color with background color and a moving small image in it i would do it like this:

In the Xenforo admin panel look in: Groups and Permissions/User Groups
Select the user group to edit and in the Username CSS block you can put:

text-shadow: violet 1px 1px 10px;
color: red;
background: url('https://i.imgur.com/08Uazn8.gif');


Enjoy hope it helps.
 
This is actually built into Xenforo using CSS no plugin needed.
Let's say i wanted to make the admin group a color with background color and a moving small image in it i would do it like this:

In the Xenforo admin panel look in: Groups and Permissions/User Groups
Select the user group to edit and in the Username CSS block you can put:

text-shadow: violet 1px 1px 10px;
color: red;
background: url('https://i.imgur.com/08Uazn8.gif');


Enjoy hope it helps.
themehouse was publish first username color plugin
 
Верх