Resource icon

XenForo 2.0 Add Font Awesome icons to the blocks of your sidebar

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
18,837
Points
823

Reputation:

LQD submitted a new resource:

Add Font Awesome icons to the blocks of your sidebar - font awesome,template modification,xenforo 2

Today I will share a tutorial under xenForo 2.0 : Add Font Awesome icons to the blocks of your sidebar !


In your template widget_birthdays find :
Code:
<h3 class="block-minorHeader">{$title}</h3>
Replace by :
Code:
<h3 class="block-minorHeader"><i class="fa fa-birthday-cake" aria-hidden="true"></i> {$title}</h3>

In your template widget_find_member find :
Code:
<h3 class="block-minorHeader">{$title}</h3>
Replace by :
Code:
<h3...

Read more about this resource...
 

Belon

Active member
Registered
Joined
Jul 31, 2021
Messages
38
Points
18

Reputation:

how can i add this to xfrm and donation add on side block on ortem skin by xenfocus it give ... after that font awesome icon? what is the ... how can i delete it?? it's appear on donation and resource side block even before i edit it, please advise.



sideblockdonation.png
 
Last edited:
Top