Re: [wp-testers] FCKEditor

2008-03-03 Thread Matthew Robinson
Andrew (and others maybe), I've been playing around with this code over the last few days. I can get my code working as a pure TinyMCE plugin. Using the code below I can actually constract a simple WordPress plugin to get it working too but... This does not work if the functions are part

Re: [wp-testers] FCKEditor

2008-03-02 Thread Matthew Robinson
The Pagebreak plugin sounds like it may be of help to me and my plugin - where can I find it? Matty On 1 Mar 2008, at 21:44, Andrew Ozz wrote: Yes, TinyMCE 3 is a complete rewrite and all 2.x plugins will have to be adapted to work with it (that usually is quite easy). There's some

Re: [wp-testers] FCKEditor

2008-03-02 Thread Andrew Ozz
The Pagebreak plugin sounds like it may be of help to me and my plugin - where can I find it? Matty Download TinyMCE, it includes all plugins: http://sourceforge.net/project/showfiles.php?group_id=103281 ___ wp-testers mailing list

Re: [wp-testers] FCKEditor

2008-03-02 Thread Matthew Robinson
On 2 Mar 2008, at 11:45, Andrew Ozz wrote: The Pagebreak plugin sounds like it may be of help to me and my plugin - where can I find it? Matty Download TinyMCE, it includes all plugins: http://sourceforge.net/project/showfiles.php?group_id=103281 Oh, I see - it's a plugin for TMCE - I

Re: [wp-testers] FCKEditor

2008-03-02 Thread Andrew Ozz
Oh, I see - it's a plugin for TMCE - I was hoping to see an implementation under the WordPress hooks. :-( The WordPress hooks are really easy :) Both you need are filters: function add_plugin($arr) { $path = get_option('siteurl') . '/' . PLUGINDIR . /my-folder/plugin.js';

Re: [wp-testers] FCKEditor

2008-03-01 Thread Andrew Ozz
Yes, TinyMCE 3 is a complete rewrite and all 2.x plugins will have to be adapted to work with it (that usually is quite easy). There's some information in the codex: http://codex.wordpress.org/Migrating_Plugins_and_Themes#TinyMCE ___ wp-testers

Re: [wp-testers] FCKEditor

2008-03-01 Thread Ruben Roa
Using scribfire for mozzilla 2.2 you cannot post in to your blog, I`m using wordpress.com 2.3.3 and now it asks me for an api key. Any idea where to fix it? thxs. RR. 2008/2/29, Starks [EMAIL PROTECTED]: Interesting observation with regard to modifying the visual editor of 2.5 TinyMCE-based

[wp-testers] FCKEditor

2008-02-29 Thread Starks
Interesting observation with regard to modifying the visual editor of 2.5 TinyMCE-based plugins do not work, yet FCKEditor-based plugins like Dean's FCKEditor for Wordpress do. See for yourself: http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/

Re: [wp-testers] FCKEditor

2008-02-29 Thread Jeremy Visser
On Fri, 2008-02-29 at 11:01 -0500, Starks wrote: Interesting observation with regard to modifying the visual editor of 2.5 TinyMCE-based plugins do not work, yet FCKEditor-based plugins like Dean's FCKEditor for Wordpress do. That's because WordPress 2.5 uses TinyMCE 3.0, which, if I have