Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

legality editor WYSIWYG for mybb

integration editor WYSIWYG for MyBB forum


1. Download CKEditor - WYSIWYG http://ckeditor.com/download
2. Upload folder ckeditor to ./jscripts/editor_themes/ckeditor
3. Home » Template Sets » Templates
Edit Template: newthread

Find:

Code:
</head>


Add above:

Code:
<script language="javascript" src="jscripts/editor_themes/ckeditor/ckeditor.js" type="text/javascript">


find more:

Code:
{$codebuttons}


replace:

Code:
<script type="text/javascript">CKEDITOR.replace( 'message',
{
extraPlugins : 'bbcode',
toolbar :
[
['Source', '-', 'Save','NewPage','-','Undo','Redo'],
['Find','Replace','-','SelectAll','RemoveFormat'],
['Link', 'Unlink', 'Image'],
'/',
['FontSize', 'Bold', 'Italic','Underline'],
['NumberedList','BulletedList','-','Blockquote'],
['TextColor', '-', 'Smiley','SpecialChar', '-', 'Maximize']
],
});</script>


Same thing for New Reply Templates Templates and Edit Post


Preview Image 5441