[wp-testers] Removing rich editor in admin page edit

2010-04-28 Thread Jakub Słaby
Would there be a posiibility of adding a filter/action to the whole rich editor 
so that we would be able of removing it and replacing it with our own content?
I'm asking this cause this would be a great function for plugins that extend 
page functionality.
I don't want to do any hooks so I'm asking of adding it to the Wordpress 3 
functionality.
___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Removing rich editor in admin page edit

2010-04-28 Thread Azizur Rahman

Have you tried the custom post type in version 3?

It might be what you want!

Azizur Rahman
ProDevStudio

http://prodevstudio.com

If you are running east looking for a sunset, you'll never see it no  
matter how hard you try.


On 28 Apr 2010, at 11:37 AM, Jakub Słaby w...@jakubslaby.com wrote:

Would there be a posiibility of adding a filter/action to the whole  
rich editor so that we would be able of removing it and replacing it  
with our own content?
I'm asking this cause this would be a great function for plugins  
that extend page functionality.
I don't want to do any hooks so I'm asking of adding it to the  
Wordpress 3 functionality.

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Removing rich editor in admin page edit

2010-04-28 Thread Jakub Słaby
Nah, unfortunately the custom post isn't what I want ;) basicaly I need to 
rebuild a bit the page type.

Wiadomość napisana przez Azizur Rahman w dniu 2010-04-28, o godz. 13:09:

 Have you tried the custom post type in version 3?
 
 It might be what you want!
 
 Azizur Rahman
 ProDevStudio
 
 http://prodevstudio.com
 
 If you are running east looking for a sunset, you'll never see it no matter 
 how hard you try.
 
 On 28 Apr 2010, at 11:37 AM, Jakub Słaby w...@jakubslaby.com wrote:
 
 Would there be a posiibility of adding a filter/action to the whole rich 
 editor so that we would be able of removing it and replacing it with our own 
 content?
 I'm asking this cause this would be a great function for plugins that extend 
 page functionality.
 I don't want to do any hooks so I'm asking of adding it to the Wordpress 3 
 functionality.
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Removing rich editor in admin page edit

2010-04-28 Thread Deanna Schneider
You can probably use the

remove_post_type_support( $post_type, $feature )

function to remove the description and then add your own custom meta
box. That should work. Haven't tried it, but don't see why it wouldn't
work.

2010/4/28 Jakub Słaby w...@jakubslaby.com:
 Nah, unfortunately the custom post isn't what I want ;) basicaly I need to 
 rebuild a bit the page type.

 Wiadomość napisana przez Azizur Rahman w dniu 2010-04-28, o godz. 13:09:

 Have you tried the custom post type in version 3?

 It might be what you want!

 Azizur Rahman
 ProDevStudio

 http://prodevstudio.com

 If you are running east looking for a sunset, you'll never see it no matter 
 how hard you try.

 On 28 Apr 2010, at 11:37 AM, Jakub Słaby w...@jakubslaby.com wrote:

 Would there be a posiibility of adding a filter/action to the whole rich 
 editor so that we would be able of removing it and replacing it with our 
 own content?
 I'm asking this cause this would be a great function for plugins that 
 extend page functionality.
 I don't want to do any hooks so I'm asking of adding it to the Wordpress 3 
 functionality.
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers

 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Removing rich editor in admin page edit

2010-04-28 Thread Azizur Rahman

Custom post type has support for page type.

See http://codex.wordpress.org/Function_Reference/register_post_type


Azizur Rahman
ProDevStudio

http://prodevstudio.com

If you are running east looking for a sunset, you'll never see it no  
matter how hard you try.


On 28 Apr 2010, at 12:18 PM, Jakub Słaby w...@jakubslaby.com wrote:

Nah, unfortunately the custom post isn't what I want ;) basicaly I  
need to rebuild a bit the page type.


Wiadomość napisana przez Azizur Rahman w dniu 2010-04-28, o godz. 13 
:09:



Have you tried the custom post type in version 3?

It might be what you want!

Azizur Rahman
ProDevStudio

http://prodevstudio.com

If you are running east looking for a sunset, you'll never see it  
no matter how hard you try.


On 28 Apr 2010, at 11:37 AM, Jakub Słaby w...@jakubslaby.com wrote:

Would there be a posiibility of adding a filter/action to the  
whole rich editor so that we would be able of removing it and  
replacing it with our own content?
I'm asking this cause this would be a great function for plugins  
that extend page functionality.
I don't want to do any hooks so I'm asking of adding it to the  
Wordpress 3 functionality.

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers


Re: [wp-testers] Removing rich editor in admin page edit

2010-04-28 Thread Jakub Słaby
Thanks! I think it will do just fine

Wiadomość napisana przez Deanna Schneider w dniu 2010-04-28, o godz. 13:36:

 You can probably use the
 
 remove_post_type_support( $post_type, $feature )
 
 function to remove the description and then add your own custom meta
 box. That should work. Haven't tried it, but don't see why it wouldn't
 work.
 
 2010/4/28 Jakub Słaby w...@jakubslaby.com:
 Nah, unfortunately the custom post isn't what I want ;) basicaly I need to 
 rebuild a bit the page type.
 
 Wiadomość napisana przez Azizur Rahman w dniu 2010-04-28, o godz. 13:09:
 
 Have you tried the custom post type in version 3?
 
 It might be what you want!
 
 Azizur Rahman
 ProDevStudio
 
 http://prodevstudio.com
 
 If you are running east looking for a sunset, you'll never see it no 
 matter how hard you try.
 
 On 28 Apr 2010, at 11:37 AM, Jakub Słaby w...@jakubslaby.com wrote:
 
 Would there be a posiibility of adding a filter/action to the whole rich 
 editor so that we would be able of removing it and replacing it with our 
 own content?
 I'm asking this cause this would be a great function for plugins that 
 extend page functionality.
 I don't want to do any hooks so I'm asking of adding it to the Wordpress 3 
 functionality.
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers
 
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers
 
 ___
 wp-testers mailing list
 wp-testers@lists.automattic.com
 http://lists.automattic.com/mailman/listinfo/wp-testers

___
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers