Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
March 21, 20186 yr Does this use FontAwesome 4 or 5, and if using 5, is it using webfonts or the JS+SVG implementation?
March 25, 20186 yr Author On 21.03.2018 at 4:10 PM, Joy Rex said: Does this use FontAwesome 4 or 5, and if using 5, is it using webfonts or the JS+SVG implementation? Plugin just replaces default icons like <i class="fa fa-comments"></i> with <i class="classes defined in acp"></i>. It works with FontAwesome 4 or 5 using SVG or Web Fonts depending on Font Awesome version included in your globalTemplate (it's 4 by default).
March 26, 20186 yr So... your plugin basically gives a control panel for the icons that are (presumably) hard-coded in the default IPS template? I'm surprised IPS doesn't have a control panel in the ACP to do that already! One thing to note - some of the icon classes have changed with FA5, as does the main FA class - it's no longer just "fa" but now can be "fas" (font awesome solid), "far" (font awesome solid), and "fab" (font awesome brands). Does your plugin change all the classes inside the <i> element to account for this?
March 26, 20186 yr Author 8 hours ago, Joy Rex said: So... your plugin basically gives a control panel for the icons that are (presumably) hard-coded in the default IPS template? Does your plugin change all the classes inside the <i> element to account for this? Exactly.
December 31, 20186 yr Author On 4/13/2018 at 2:55 PM, klevoclub said: Plugin doesn't work on 4.2.8 Could you provide the url address to your community? I will check it.
May 24, 20204 yr Author On 6/30/2019 at 12:43 AM, beats23 said: could you add option to use png icons instead of FA icons? Invision Community supports PNG icons out of the box. On 5/22/2020 at 2:23 PM, Mercury5 said: Does this work for 4.4? Is this the same as the 'old' forum icons app? Yes, it should still work. I don't know the "old" forum icons app so unfortunately I can't answer this 😕