Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
A very basic version of the plugin. It loads the CKEditor into the body and excerpt textareas on the Write tab. As of version 0.1 the full editor is loaded and no customization of it is possible without editing the plugin.
Installation:
1. Download, install and activate joh_admin_ckeditor.
2. Download CKEditor from http://ckeditor.com/download and extract the contents into your [basedir]/textpattern/ directory (ckeditor.js should reside in [basedir]/textpattern/ckeditor/).
3. You’re set.
Offline
Re: joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
This looks a very promising plugin. It would be good to see it a little more customised for Textpattern in a future release, and with the ability to customise it. Good work.
Offline
Re: joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
Which would be the easiest way to integrate CKfinder also? Some people find it user friendly…
Offline
#4 2010-10-29 09:08:17
- olminide
- New Member
- Registered: 2008-08-28
- Posts: 7
Re: joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
unfortunately does’t run with upm_image plugin… (sorry for my English).
Last edited by olminide (2010-10-29 09:17:26)
Offline
Re: joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
is this plugin still supported? ck is a very good editor …
Offline
#6 2012-04-29 00:31:40
- gfdesign
- Member
- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
Please, could anyone give me the code to set the Editor with the “Basic” toolbar only for excerpt field ?
Thanks a lot
Offline
#7 2012-09-22 02:53:41
- fastasleep
- Member
- Registered: 2008-06-17
- Posts: 10
Re: joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar
register_callback('joh_admin_ckeditor','article');
function joh_admin_ckeditor()
{
$out = '<script type="text/javascript" src="ckeditor/ckeditor.js"></script>'
. '<script type="text/javascript">'
. "// <![CDATA[\n"
/* Loading different settings-variables for body and excerpt. Customize in markitup/sets/textile/set.js */
. "CKEDITOR.replace( 'excerpt',
{
toolbar :
[
['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink','-','About']
]
}); \n"
. '//]]>'
. '</script>';
echo $out;
}
Offline
#8 2012-09-22 02:54:54
- fastasleep
- Member
- Registered: 2008-06-17
- Posts: 10
Re: joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
I’m noticing that posting new articles works fine, but if you make changes to a post and hit save, nothing saves the first time (despite getting “post saved” confirmation at the bottom), but DOES save if you hit it a second time.
Anyone know how to fix this?
Offline
#9 2012-10-02 17:00:17
- bashirnoori
- Member
- From: Afghanistan
- Registered: 2012-10-02
- Posts: 79
Re: joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
I couldn’t download the file: http://www.jonathanhedren.com/files/joh_admin_ckeditor_v0.1.txt
I think this file removed or any mistake happen !
Any other solution way please??
Thanks
bashirnoori.com
Offline
Re: joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
this is a very old and unsupported plugin. I would look in other directions.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#11 2012-10-02 20:43:25
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,310
Re: joh_admin_ckeditor: CKEditor WYSIWYG editor for TXP
In case you or somebody else is overwhelmed by an urge to do handicrafts … here it is once again.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline