giterlizzi / dokuwiki-plugin-icons

Icons Plugin for DokuWiki
http://dokuwiki.org/plugin:icons
GNU General Public License v2.0
12 stars 12 forks source link

RPG-AWESOME icons not showing #18

Closed PauloMad closed 4 years ago

PauloMad commented 6 years ago

Description Icons for Rpg-Awesome pack not showing when inserted anywhere in the wiki.

Steps to reproduce Clicking the plugin-icon in the toolbar Popup-window opens Chose rpg icon Inserts the tag ok Preview and after publish not showing icon

Note: all other icon packs post and show fine.

Versions [Bootstrap3 Template] v2018-02-16 [DokuWiki] Release 2017-02-19e “Frusterick Manners” [Plugins] Bootstrap3 Template, Bootswrapper, Icons [Browsers tested] Latest Chrome + Firefox

ajreaper commented 6 years ago

I just figured this out myself. Fortunately, it was an easy fix.

Go to: /YourWikiName/lib/plugins/icons/exe/popup.php Line 240 Change: <a data-toggle="tab" href="#tab-rpg-awesome" data-pack="fl">RPG-Awesome</a> To <a data-toggle="tab" href="#tab-rpg-awesome" data-pack="ra">RPG-Awesome</a>

giterlizzi commented 4 years ago

@ajreaper and @PauloMad i have fixed this issue in last release of plugins.

Thanks! Joseph