- Compatible XF Versions
- 1.2
This add-on is not affiliated with XenForo Ltd.
This add-on is based on an example usage of Font Awesome. You can see the original code in action here:http://fortawesome.github.io/Font-Awesome/examples/#custom
And the end result using this add-on:
This add-on gives you a new template: font_awesome_rating. That template can be used as a direct replacement for the default XenForo "rating" template that XenForo uses for the Resource Manager.
Many add-ons, including http://xenmediagallery.com uses the same default ratings template.
All you need to do is search for usages of:
And replace with:
As an added bonus, I have included a bunch of template modifications which replaces the default rating template in the Resource Manager.
Why would you want to do this?
Maybe you want your ratings to be a different colour:
Or even a different icon!
Just customise font_awesome_rating.css to your liking.
Font icons look great at any zoom level, unlike the default spritesheet graphic.
Hope you enjoy this!
This add-on is based on an example usage of Font Awesome. You can see the original code in action here:http://fortawesome.github.io/Font-Awesome/examples/#custom
And the end result using this add-on:
This add-on gives you a new template: font_awesome_rating. That template can be used as a direct replacement for the default XenForo "rating" template that XenForo uses for the Resource Manager.
Many add-ons, including http://xenmediagallery.com uses the same default ratings template.
All you need to do is search for usages of:
Code:
<xen:include template="rating"
Code:
<xen:include template="font_awesome_rating"
Why would you want to do this?
Maybe you want your ratings to be a different colour:
Or even a different icon!
Just customise font_awesome_rating.css to your liking.
Font icons look great at any zoom level, unlike the default spritesheet graphic.
Hope you enjoy this!