WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement)
Posted by klgordon
All files from this thread
| File Name | File Size | Posted by | Date | ||
|---|---|---|---|---|---|
| mod_prepare_editor_data_as_html.php | 1.3 KB | open | download | Maurice Makaay | 10/15/2010 | Read message |
| WYSIWYG Editor.JPG | 160.6 KB | open | download | Sreenadh OG | 10/15/2010 | Read message |
|
WYSIWYG Editor for Phorum (edit: CKEditor spamvertisement) July 06, 2010 05:39PM |
Registered: 15 years ago Posts: 3 |
Language: HTML<br> I have been looking for a WYSIWYG editor, and have tried just about all of them without success until I found the CKEditor http://ckeditor.com After unzipping the files from the ckeditor.zip file, I copied the main folder and files to my Phorum folder and modified the template files with /n <textarea> in them. Here is the code block I added: <textarea name="body" id="body" class="body" rows="15" cols="50">{POSTING->body}</textarea> <script type="text/javascript" src="../../ckeditor/ckeditor.js"></script> <script type="text/javascript"> //<