CodeExtinguisher 2.0 Release Candidate 14.2 |
[eluser]hyeteck[/eluser]
I saw a couple posts about people having issues with the editor not working so here is what i did to get mine to work. 1. Download the TinyMCE main package from http://tinymce.moxiecode.com/download.php. Unzip the contents into 'codex/assets/js'. The full directory to the TinyMCE javascript would be 'codex/assets/js/tiny_mce/tiny_mce.js'; 2. put the following code in your 'editor.php' plugin file located in the 'codex/application/plugins' folder. Code: <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); the only reason i concatenated the open and close brackets for the javascript tags was because it was automatically being removed when i made the post. 3. Now just setup your yaml file and put it in the 'codex/application/definitions' folder. You can use any of the params available to TinyMCE in your yaml file. The available params can be found here: http://wiki.moxiecode.com/index.php/Tiny...figuration Below is an example of my yaml file. Code: form_setup: |
Welcome Guest, Not a member yet? Register Sign In |