How to Integrate TinyMCE WYSIWYG Editor into PunBB

  1. Install TinyMCE by Copying all the TinyMCE files into a tinyMCE folder in your hosting server.
  2. Install PunBB
  3. Copy tinymce_integration.js to /include folder of your PunBB
  4. Copy code.gif and tinymce.css into /style folder of your PunBB
  5. Edit main.tpl file in /include/template folder of your PunBB and insert the following code right after <pun_head>.<!– tinymce –> <script language=”Javascript” xsrc=”/tinymce/jscripts/tiny_mce/tiny_mce.js” mce_src=”/tinymce/jscripts/tiny_mce/tiny_mce.js”></script> <script language=”javascript” type=”text/javascript” xsrc=”/include/tinymce_integration.js” mce_src=”/include/tinymce_integration.js”></script> <!– /tinymce –>
  6. To Be Continued….

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>