[For 1.8] MyBB Font Awesome 5 Light or Dark Editor for MyBB 1.8.21 [SCEditor] by: Vintagedaddyo
Description: (* from an old tutorial I once shared)
A dark or light MyBB editor using Font Awesome 5 icons for [SCEditor]
Introduction:
Hey all,
If you need a dark or light editor using Font Awesome 5 icons, this is for you.
Installation:
-
Upload the contents of Upload to your forums root directory maintaining package directory structure.
-
Add to your theme headerinclude template: **
< link rel="stylesheet" href="{$mybb->asset_url}/jscripts/sceditor/themes/mybb-fa5/css/all.css">
** note: if your theme is already using font awesome 5 and has a headerinclude and fontawesome 5 library already included you could opt to not add this header include and could opt to remove the font awesome 5 library directory from:
{$mybb->asset_url}/jscripts/sceditor/themes/mybb-fa5/
- Enable Mybb-fa5.css (light) or Mybb-fa5-dark.css (dark) in your theme for editor...
Have fun!