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] Fatal error: Call to undefined function

2008-03-02 Thread Chris
Done and fixed. Cheers Steve. Date: Sat, 1 Mar 2008 15:46:46 -0800 From: Steve Lam [EMAIL PROTECTED] Subject: Re: [wp-testers] Fatal error: Call to undefined function wp_register_sidebar_widget() To: wp-testers@lists.automattic.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;

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';

[wp-testers] visual editor auto focus problem

2008-03-02 Thread Murillo Ferrari
Guys, I think I found a little bug if your account uses visual editor. Define a Title. Start writing you post. Now, try to change you title. You simples CAN´T re-focus the title field. When clicking at title field, the script auto focus to post field. It only happens at visual editor. Does it

Re: [wp-testers] visual editor auto focus problem

2008-03-02 Thread Dan Coulter
On Sun, Mar 2, 2008 at 6:50 PM, Murillo Ferrari [EMAIL PROTECTED] wrote: Define a Title. Start writing you post. Now, try to change you title. You simples CAN´T re-focus the title field. When clicking at title field, the script auto focus to post field. What version are you using? I've

Re: [wp-testers] visual editor auto focus problem

2008-03-02 Thread Lloyd Budd
On Sun, Mar 2, 2008 at 4:50 PM, Murillo Ferrari [EMAIL PROTECTED] wrote: Guys, I think I found a little bug if your account uses visual editor. Define a Title. Start writing you post. Now, try to change you title. You simples CAN´T re-focus the title field. When clicking at title field,

Re: [wp-testers] visual editor auto focus problem

2008-03-02 Thread Michael Castilla
Are you using Safari by any chance? Michael Castilla On Mar 2, 2008, at 7:50 PM, Murillo Ferrari wrote: Guys, I think I found a little bug if your account uses visual editor. Define a Title. Start writing you post. Now, try to change you title. You simples CAN´T re-focus the title field.

Re: [wp-testers] visual editor auto focus problem

2008-03-02 Thread Murillo Ferrari
This problem was happening at version 2.5 beta1. Trunk # 7128. And the browser is firefox 3 beta 3 (under firefox 2.0.0.12 it´s normal) Thanks. 2008/3/2, Lloyd Budd [EMAIL PROTECTED]: On Sun, Mar 2, 2008 at 4:50 PM, Murillo Ferrari [EMAIL PROTECTED] wrote: Guys, I think I found a

Re: [wp-testers] visual editor auto focus problem

2008-03-02 Thread Andrew Ozz
I've been testing TMCE in FF3 and can't repeat this. Do you have any add-ons there? Anything else that may be using the Tab key? There is a small js function to move the cursor from the title field directly to the editor, but it would only run when the Tab key is pressed...