2012-05-03, 06:00 PM
1. Donwload CKEditor - WYSIWYG http://ckeditor.com/download
2. Upload ckeditor folder to ./jscripts/editor_themes/
+ Edit newthread template
Find
Find
Edit newreply and editpost
DONE
![[Image: MyBB.vn-untitled.JPG]](https://camo.mybb.com/04cd82c5b0bf7588aaf9f3820e5a19298f2641bd/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f2d76624b3547632d6a7433672f54364b6533656e6e5968492f4141414141414141412d452f32547875347741743648342f733934302f4d7942422e766e2d756e7469746c65642e4a5047)
2. Upload ckeditor folder to ./jscripts/editor_themes/
+ Edit newthread template
Find
</head>
Add above<script language="javascript" src="jscripts/editor_themes/ckeditor/ckeditor.js" type="text/javascript">
Find
{$codebuttons}
Replace<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>
Edit newreply and editpost
DONE
