[IMPLEMENTED] Improve template code

Cotilleando

New Member
As you can see in this image basically all font awesome icons are not visible and now i'm required to update many templates. So please have it fixed.

1651550290807.webp

In the templates you are using font awesome CSS like this : <i class="fa fa-eye" aria-hidden="true"></i> this doesn't work always.

Please have it replaced with this standard xenforo code for font awesome icons : <xf:fa icon="fa-eye" />

Otherwise icons doesn't work and this causes us a lot of trouble and changing it provides better combability with third part addons too.

You can use this regex to search and replace quickly your addon templates : https://regex101.com/r/U5SQLD/1

I hope you can fix this asap as we have many icons that are missing.

Thank you :)
 
Last edited:
Voting on this suggestion has been paused.
Back
Top