Issue with Font Awesome in Editor
2 posters
Page 1 of 1
Issue with Font Awesome in Editor
Hello I just saw a post from @ANge about Font Awesome in the editor! So i added everything as he shows in the tut but for somereason the little flag dose not show in the editor, I have font awesome already in my forum but i would love to have this added to the editor!!
punbb
Forum Link
I have it uninstall as of now but wont be a thing to add it back if need be!
Thank you
Regards
FrOsTyXi
punbb
Forum Link
I have it uninstall as of now but wont be a thing to add it back if need be!
Thank you
Regards
FrOsTyXi
Re: Issue with Font Awesome in Editor
I see you're using the FA SCEditor customization. It empties the entire editor toolbar and reforms it, so it's most likely overriding my modification.
Just edit that script and feel free to add fontawesome to any group. I'll leave an example below of where I originally added it. See the one marked with a comment
Just edit that script and feel free to add fontawesome to any group. I'll leave an example below of where I originally added it. See the one marked with a comment
- Code:
group_13 : {
'emoticon' : { on : 1, quick : 1, full : 0 },
'fontawesome' : { on : 1, quick : 1, full : 1 }, // font awesome
'date' : { on : 1, quick : 1, full : 1 },
'time' : { on : 1, quick : 1, full : 1 },
'maximize' : { on : 1, quick : 1, full : 1 },
'source' : { on : 1, quick : 1, full : 1 }
}
Similar topics
» Font Awesome in the editor
» Font Awesome Update
» How to install and use Font Awesome
» Add font awesome to tags
» How to replace with font awesome
» Font Awesome Update
» How to install and use Font Awesome
» Add font awesome to tags
» How to replace with font awesome
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum