fontawesome

  1. Ernieleo

    FA icons together with material in the style of TH IO Dark (UIX)

    Tell me if you can use the fontawesome icon style at the same time as the unified material style is enabled in the settings. All my attempts end up with black squares, I can't enable fa for the entire site due to the poor appearance of most elements in this case, so I'm looking for a way to...
  2. ENXF NET

    xF2 Template Modification FontAwesome Icons in Message User Info for Xenforo 2.2

    This is something I have managed to implement. It may not be the best way to achieve it, and if there is a better way, please reply to the thread and I will update it. It works in XF 2.2, but may work in 2.x, I don't know. It includes how to implement fontawesome icons for custom user fields. I...
  3. ENXF NET

    xF2 Add-on Font Awesome 5 integration 1.2.0

    Description This modification allows you to use FA5. After the installation you can easily choose if it should be activated and wether it should use local files or a CDN. Feature summary use local files or a CDN use all icons from the free style
  4. ENXF NET

    xF2 Add-on [MarentDev] FontAwesome 5 Auto-Completer 1.0.0 Alpha

    Auto completer for FontAwesome icons (free). Use prefix: % You just need to add to the attribute data-xf-init fontawesome-completer Work on public and admin side :) FontAwesome icons are automatically fetch from official github repo.
  5. ENXF NET

    xF2 Add-on Node Icon 2.2 Beta 3

    Description: Want assign some icons to forums at list, but can't found option for do it? Easy for use addon for set custom Fontawesome icon to your forum nodes help you! Technical description: Extend node class for save icon name. Modify Node Edit page for define Fontawesome icon for target...
  6. ENXF NET

    xF2 Add-on [NOz] Font Awesome Pro Switch 2.0.6

    Run Font Awesome icons on your site locally Installation: Download NOz-FAPSwitch-2.x.x.zip and unzip it. Copy the src/addons/NOz/FAPSwitch AND styles directory to your server. From the Admin Control Panel Install the add-on. Enable From Options.
  7. ENXF NET

    xF2 Add-on [Foro.Agency] FontAwesome BbCode 1.0.6

    English version : XenForo does not support FontAwesome in threads, signatures and other. With this addon you can integrate your own FontAwesome in yours application. [Foro.Agency] FontAwesome BbCode integrate a new BbCode in your XenForo forum. How to you use? For the new BbCode, you must...
  8. ENXF NET

    Xenforo 2.1 Font Awesome Icons in Navbar for 2.1

    Enter code in the extra.less Before After .p-navEl a::before{ font-family: 'Font Awesome 5 Pro'; padding-right: 5px; } .p-navEl a[data-nav-id="home"]::before{content: "\f015";} .p-navEl a[data-nav-id="forums"]::before{content: "\f27a";} .p-navEl...
  9. ENXF NET

    Xenforo 2.1 Custom Action Bar for Xenforo 2.1

    Enter code in the extra.less Before: After: .actionBar-action:before { margin-right: 5px; } .actionBar-action--edit:before {.m-faContent("\f040");} .actionBar-action--report:before {.m-faContent("\f071");} .actionBar-action--ip:before {.m-faContent("\f002");}...
Top