Page 1 of 1

How to replace user role with badge.

Posted: Thu Aug 10, 2023 10:52 pm
by Evansp
{{VALUE(%role%)@IFEQ(Super Admin)@THEN(Img url)@ELSE()}}

Re: How to replace user role with badge.

Posted: Tue Feb 06, 2024 3:24 pm
by Hariph
Please explain better, where do I insert this code is it at registration box or where

Re: How to replace user role with badge.

Posted: Tue Feb 06, 2024 4:40 pm
by Xkria-uy
coloque donde quiera mostrar la insignia de rol de usuario, ejemplo API data lister

Code: Select all

  
{{VALUE(%role%)@IFEQ(Subscriber)@THEN(<img src="https://cdn-icons-png.flaticon.com/512/2740/2740655.png" width="20px" height="auto">)@ELSE()}}{{VALUE(%role%)@IFEQ(Super Admin)@THEN(<img src="https://cdn-icons-png.flaticon.com/512/1759/1759309.png" width="20px" height="auto">)@ELSE()}} <a href="/user/?id=%userid%"> <b class="{{SLUG(%role%)}}">%username%</b> </a> 

cambie url por la de su imagen preferida, este código no reemplaza nada, solo agrega insignia por rol

Re: How to replace user role with badge.

Posted: Tue Feb 06, 2024 5:30 pm
by Hariph
Gracias, pero ¿qué pasa con el código de configuración?

Re: How to replace user role with badge.

Posted: Tue Feb 06, 2024 5:59 pm
by Xkria-uy
Hariph wrote: Tue Feb 06, 2024 5:30 pm Gracias, pero ¿qué pasa con el código de configuración?

No entiendo exactamente que es lo que necesitas.
Esto parece ser para un maestro como @Francisco

Re: How to replace user role with badge.

Posted: Wed Feb 07, 2024 10:24 am
by Hariph
OK thank you