I'm using the Orchard CMS for a system that needs to maintain a couple of blogs. I created a bunch of users and for each user I also created a blog. The owner for each of the blogs is set to the corresponding user.
All these users have the Author role associated so when I log in with one of these users I want to be able to create blog posts for that specific blog. However, I don't see the Create new Blog Post option in the panel. If I add the Manage Blogs permission to the Author role I can see all the blogs and define content for each of those (but I don't like the idea because I don't want users to be able to modify the content in other blogs than the one associated with their username). How can I solve this problem?
Thanks in advance!