MyBB Community Forums

Full Version: add some fonts to editor’s drop down
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello ,friend   Smile

I actually want to add some fonts to editor’s drop down menu in MyBB 1.8.
The case of MyBB 1.6 , to add fonts to editor’s drop down menu, 
I need to edit editor.js file to add new fonts. From line 66:


<for example........>

// Defines an array of fonts to be shown in the font drop down.
this.fonts = new Object();
this.fonts["Arial"] = "Arial";
this.fonts["Courier"] = "Courier";
this.fonts[“New Font"] = “New Font";  


But I could not find editor.js file in jscript foider in MyBB 1.8.
Which file should I edit?  Please anyone tell me kindly!   thank you Angel