 |
 |
 |
 |
 |
| Author |
Message |
D72

Joined: 22 Feb 2007 Posts: 321 Location: NL |
|
Plugin • CKEditor WYSIWYG Editor • v. 3.2.1 |
|
I like the new FckEditor, which has a new build and name called CKEditor.
So i made a plugin of it for CNR.
Download from rapidshare as the attachement only allows to upload 1MB, unzip and upload in the plugin folder of CNR.
Activate the plugin and if you use a different plugin editor, de-activate that one.
Open addnews.mdu and find:
 |  | <?=insertTag('short'); ?>
<?=insertSmilies('short', 23); ?>
<textarea name="short_story" tabindex="5"></textarea> |
Change it to:
 |  | <!-- <?=insertTag('short'); ?> -->
<!-- <?=insertSmilies('short', 23); ?> -->
<textarea name="short_story" id="editor1" class="ckeditor" tabindex="4"></textarea> |
Find
 |  | <?=insertTag('full'); ?>
<?=insertSmilies('full', 23); ?>
<textarea name="full_story" tabindex="5"></textarea> |
Change:
 |  | <!-- <?=insertTag('full'); ?> -->
<!-- <?=insertSmilies('full', 23); ?> -->
<textarea name="full_story" id="editor2" class="ckeditor" tabindex="4"></textarea> |
Open editnews.mdu and find:
 |  | <?=insertTag('short'); ?>
<?=insertSmilies('short', 23); ?>
<textarea name="short_story" tabindex="4"><?=htmlspecialchars(replace_news('admin', $story['short'])); ?></textarea> |
Change it to:
 |  | <!-- <?=insertTag('short'); ?> -->
<!-- <?=insertSmilies('short', 23); ?> -->
<textarea name="short_story" id="editor1" class="ckeditor" tabindex="4"><?=htmlspecialchars(replace_news('admin', $story['short'])); ?></textarea> |
Find
 |  | <?=insertTag('full'); ?>
<?=insertSmilies('full', 23); ?>
<textarea name="full_story" tabindex="5"><?=htmlspecialchars(replace_news('admin', $story['full'])); ?></textarea> |
Change:
 |  | <!-- <?=insertTag('full'); ?> -->
<!-- <?=insertSmilies('full', 23); ?> -->
<textarea name="full_story" id="editor2" class="ckeditor" tabindex="5"><?=htmlspecialchars(replace_news('admin', $story['full'])); ?></textarea> |
Editor should appear now when you're making a new article or edit one.
This CKEditor doesn't make use of the CKFinder, the image- and filemanager of CKEditor.
If you're planning to get this CKEditor work with this plugin, please send me a message and i will update the plugin with CKFinder.
 |  | http://rapidshare.com/files/387193040/ckeditor-3.2.1.rar |
|
|
| Fri May 14, 2010 11:43 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|