I am created a blog site which should function much like this site. Where a user is logged in, can read the blog posts, create their ownpost but that is all they are allowed to do. I'm trying to take away manage posts, manage comments, manage categories functionality. I have tried creating my own permission level however it does not seem to get as granular as I need (they could add their post, their comments and categories), I have tried creating a new blog post page but it picked up on the same permissions. I also tried creating a link to newpost.aspx and it was still blocked. Any idea how to have a blog membership group have view and add post and comments only?
Thank you in advance for your help!