[SC] Member View - Font Awesome

[SC] Member View - Font Awesome 1.0.0

No permission to download

SyTry

Well-known member
SyTry submitted a new resource:

Add Font Awesome in memberTabsHeader - Add Font Awesome

Hi,

Today I share with you a tutorial under xenForo 2.0 : Add Font Awesome in memberTabsHeader !

In your template member_view find :
HTML:
aria-controls="profile-posts">{{ phrase('profile_posts') }}</a>

Replace :
HTML:
aria-controls="profile-posts"><i class="fa fa-commenting fa-large fa-fixed-width" style="padding-right:6px;"></i>{{ phrase('profile_posts') }}</a>

Find :
HTML:
role="tab">{{ phrase('latest_activity') }}</a>

Replace ...

Read more about this resource...
 
This is a great tutorial. Thank you for sharing. I had something similar to this for Xenforo 1 but never got around to doing it for XF2 yet. I really appreciate you taking the time to make this. Thanks.
 
This is a great tutorial. Thank you for sharing. I had something similar to this for Xenforo 1 but never got around to doing it for XF2 yet. I really appreciate you taking the time to make this. Thanks.
Thank you for your opinion. I also have a lot of changes for 1.X and I try to make them under 2.X. Similar changes will be shared! :)
 
Yes because I did it under Sublime Text but it's not an add-on : just template modification ;)
 
Top Bottom