RSS Feed/News Font awesome icon not working properly

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,804
Points
823

Reputation:

I am building an add-on and need to show a font awesome icon.

I've put an IF condition to insert the icon, however, the icon code made for 2.3 version brakes the code when running in XF 2.2, and do not show the icon in XF 2.3.

How can I have an icon in both XF versions?

Code:

Code:
<xf:if is="{{$xf.versionId}} < '2030000'">
    <i class="fal fa-globe"></i>
<xf:else />
    <xf:fa icon="fa-light fa-globe" aria-hidden="true">
</xf:if>

Continue reading...
 
Status
Not open for further replies.
Top