Plugin • CKEditor WYSIWYG Editor • v. 3.2.1

Download plugins, language packs and stuff.

Plugin • CKEditor WYSIWYG Editor • v. 3.2.1

Postby D72 » Fri May 14, 2010 11:43 am

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:
Code: Select all
<?=insertTag('short'); ?>
<?=insertSmilies('short', 23); ?>
<textarea name="short_story" tabindex="5"></textarea>

Change it to:
Code: Select all
<!-- <?=insertTag('short'); ?> -->
<!-- <?=insertSmilies('short', 23); ?> -->
<textarea name="short_story" id="editor1" class="ckeditor" tabindex="4"></textarea>


Find
Code: Select all
<?=insertTag('full'); ?>
<?=insertSmilies('full', 23); ?>
<textarea name="full_story" tabindex="5"></textarea>

Change:
Code: Select all
<!-- <?=insertTag('full'); ?> -->
<!-- <?=insertSmilies('full', 23); ?> -->
<textarea name="full_story" id="editor2" class="ckeditor" tabindex="4"></textarea>


Open editnews.mdu and find:
Code: Select all
<?=insertTag('short'); ?>
<?=insertSmilies('short', 23); ?>
<textarea name="short_story" tabindex="4"><?=htmlspecialchars(replace_news('admin', $story['short'])); ?></textarea>

Change it to:
Code: Select all
<!-- <?=insertTag('short'); ?> -->
<!-- <?=insertSmilies('short', 23); ?> -->
<textarea name="short_story" id="editor1" class="ckeditor" tabindex="4"><?=htmlspecialchars(replace_news('admin', $story['short'])); ?></textarea>


Find
Code: Select all
<?=insertTag('full'); ?>
<?=insertSmilies('full', 23); ?>
<textarea name="full_story" tabindex="5"><?=htmlspecialchars(replace_news('admin', $story['full'])); ?></textarea>

Change:
Code: Select all
<!-- <?=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.

Code: Select all
http://rapidshare.com/files/387193040/ckeditor-3.2.1.rar
User avatar
D72
 
Posts: 336
Joined: Thu Feb 22, 2007 12:05 am
Location: NL

Re: Plugin • CKEditor WYSIWYG Editor • v. 3.2.1

Postby A2597 » Mon Feb 07, 2011 4:32 am

I'd love to see CKFinder added as well. Trying to figure it out, but kinda lost at the moment.

Thanks!
A2597
 
Posts: 12
Joined: Wed Aug 05, 2009 12:25 am

Re: Plugin • CKEditor WYSIWYG Editor • v. 3.2.1

Postby marcusmagalhaes » Tue May 15, 2012 9:06 pm

CKEditor works, but all buttons not work... I click but javascript not show popup...
Attachments
Screen Shot 2012-05-15 at 5.05.29 PM.png
(20.49 KiB) Not downloaded yet
marcusmagalhaes
 
Posts: 172
Joined: Tue Apr 24, 2007 1:17 pm


Return to Additional Downloads



Who is online

Users browsing this forum: No registered users and 0 guests

cron