Support Fancy usernames

Solution
I like the was Xenforo has his own with the crown spinning etc..
  • admin.php?user-groups/
  • admin.php?user-groups/administrative.3/edit
  • CSS
CSS:
text-shadow: violet 1px 1px 10px;
color: red;
background: url('https://xnforo.ir/16066101745881.gif');

  • Extra.less
CSS:
.username--style3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f521";
    padding-right: 1px;
    display: inline-block;
}
.username--style3:hover:before{
display:inline-block;
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg)...

Muckraker

Registered
Not working properly in 2.2.13 version
If you go to the icons here:
For this icon and others you look right under the icons it is showing and you will see the UNICODE for each icon.
You must use the unicode for this in extra less.

For this teardrop icon the unicode is: f043

So in your extra less you would put this:
.username--style5:before { font-family: "Font Awesome 5 Pro"; content: "/f043"; padding-right: 1px; display: inline-block; } .username--style5:hover:before{ display:inline-block; -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg); transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -ms-transition:all 0.8s; -o-transition:all 0.8s }
 

yasmahlggg

Registered
  • admin.php?grupos-de-usuarios/
  • admin.php?user-groups/administrative.3/edit
  • CSS
[CÓDIGO = css] texto-sombra: violeta 1px 1px 10px;
color rojo;
fondo: url('https://xnforo.ir/16066101745881.gif');[/CODE]

  • Extra.menos
[CÓDIGO=css].nombre de usuario--estilo3:antes {
familia de fuentes: "Fuente Awesome 5 Pro";
contenido: "\f521";
relleno-derecha: 1px;
pantalla: bloque en línea;
}
.nombre de usuario--estilo3:hover:antes{
pantalla: bloque en línea;
-webkit-transform: rotar (360 grados);
-moz-transform: rotar (360 grados);
-o-transformar: rotar (360 grados);
-ms-transform: rotar (360 grados);
transformar: rotar (360 grados);
-webkit-transform: rotar (360 grados);
-moz-transform: rotar (360 grados);
-ms-transform: rotar (360 grados);
-o-transformar: rotar (360 grados);
transición: todos 0,8 s;
-webkit-transición: todos 0,8 s;
-moz-transición: todos 0,8 s;
-transición-ms:todos 0,8 s;
-o-transición: todos 0,8 s
}[/CÓDIGO]
  • En el siguiente código
[CÓDIGO].nombre de usuario--estilo3[/CÓDIGO]
Al cambiar el número 3 por el número de identificación de su grupo de usuarios, puede crear todos los grupos.
ya funciona perfecto cambié style 3 x 8 y sale administrador y x el 3 fundador y x el 2 registrado pero no encuentro mis otros grupos me dicen como saber con que style # se identifica los grupos como puedo saber eso
 
  • Tags
    fancy usernames support fancy usernames
  • Back
    Top Bottom