How to replace user role with badge.
How to replace user role with badge.
{{VALUE(%role%)@IFEQ(Super Admin)@THEN(Img url)@ELSE()}}
Re: How to replace user role with badge.
Please explain better, where do I insert this code is it at registration box or where
Re: How to replace user role with badge.
coloque donde quiera mostrar la insignia de rol de usuario, ejemplo API data lister
cambie url por la de su imagen preferida, este código no reemplaza nada, solo agrega insignia por rol
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.
Gracias, pero ¿qué pasa con el código de configuración?
Re: How to replace user role with badge.
OK thank you