Sorry....gmail shortcuts...


Hi!

I am developing a website where the final user can post. However, I (or the rest of the webmasters) would like this post not to be publish immediately because it requires my Authorization. I see that a post is publish if I put a publish date.

Can I set custom permissions to the "publish" command ?

What I tough is that perhaps I can subclass PRBlog and this one DOESN'T add the output the "Publish". Then, I can have a report somewhere that can be only accesses by the admin, that lists all the posts that doesn't have a publish date, and let me put them a publish date (an the published).

Can this be a good idea?

Thanks in advance,

Mariano




On Mon, Apr 27, 2009 at 11:36 AM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
Hi!

I am developing a website where the final user can post. However, I (or the rest of the webmasters) would like this post not to be publish inmediatly but it requieres my Authorization. I see that a post is publish if I put a publish date.

Can I set custom permissions to the "publish" command ?

What I tought is that perhaps I can subclass PRBlog and this one DOESN'T