MyBB Community Forums

Full Version: Rich Text Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i get a rich text editor in my forum? I cant change the text size or bold text or add attachments when I post to my forum. The link is http://www.bighostingproviders.com/forum/

Thanks
Add the following code in headerinclude template;
<script type="text/javascript">jQuery.noConflict();</script>

For advanced editor, try either of these;
http://mods.mybb.com/view/wysiwyg-editor
http://mods.mybb.com/view/tinymce-plugin-with-bbcode
I had another script included in my header. I did not need to add that code.

Thanks