I am in the process of implementing EasyBlog, and I really like it. However, I'm having trouble figuring out how to set up the workflow. From what I see, I think it can do this, but
I haven't figured out how to set it up.
What I want to do is to have registered users be able to submit posts (no problem there), but have them edited/approved/published in the front-end, not the back-end. I set it up
so that default status of a new post is Draft, and I set up a menu with type Drafts Layout for those with the right access to edit and publish the draft post.
What is happening is that the new post goes into Pending, and an administrator must publish it in the back-end. And at that point, it is no longer Draft but completely
published.
What am I missing here?