MyBB.de Forum

Normale Version: Mybb-Font-Awesome-5-light-dark-[SCEditor]
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Mybb-Font-Awesome-5-light-dark-[SCEditor]

Zitat:[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 posted)

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:


1) Upload the contents of Upload to your forums root directory maintaining package directory structure.

2) Add to your theme headerinclude template: **

Code:
<!-- Add Font Awesome 5 sceditor styling --> <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:

Code:
{$mybb->asset_url}/jscripts/sceditor/themes/mybb-fa5/
3) Enable Mybb-fa5.css (light) or Mybb-fa5-dark.css (dark) in your theme for editor...

Have fun!

Github:


https://github.com/vintagedaddyo/MyBB_Theme_Mybb-Font-Awesome-5-light-dark-SCEditor-/