FontAwesome Icons in Visitor Tab and Account Wrapper (Third Party Addons)

FontAwesome Icons in Visitor Tab and Account Wrapper (Third Party Addons)

Matthew Hawley

Well-known member
Matthew Hawley submitted a new resource:

FontAwesome Icons in Visitor Tab and Account Wrapper (Third Party Addons) - Font Awesome Icons for Third Party Addons.

FontAwesome Website: http://fortawesome.github.io/Font-Awesome/
List of icons: http://fortawesome.github.io/Font-Awesome/icons/


Bookmarks by Syndol:

Go to bookmarks_navigation_visitor_tab_links2 and replace everything with:

Code:
<li><a href="{xen:link account/bookmarks}"><i class="icon-bookmark icon-large" style="padding-right:6px;"></i>{xen:phrase bookmarks_your_bookmarks}</a></li>
Go to...​

Read more about this resource...
 
Awesome addon. Is it possible to replace a sprite image by font icon?
Usually, the sprite image is called by
background: transparenturl('/styles/xenforo/xenforo-ui-sprite.png') no-repeat -112px -16px;

Can we replace it by calling the font icon?
 
Nice implementation, but using fontawesome.css just to use this 3 icons is overkill :D

Why are you telling me?

I wasn't the one who wanted it done. I just wanted to see if it could be done.

Also, if you are using FontAwesome elsewhere, you really aren't adding anything else. You are simply doing a replace.
 
Last edited:
Also, if you are using FontAwesome elsewhere, you really aren't adding anything else. You are simply doing a replace.
Exactly.
I'm using fontawesome elsewhere and it already loads css from page_container template, may as well replace all sprite icons with these webfonts to save on http requests.
Thanks Sheldon. Is it hard to replace them? Can you also replace the widgetArrow dropdown when you hover the menu tabs too?
 
Top Bottom