Hello everyone,
This is my first post on this forum, I ran into something that justified the 10 seconds needed to register and ask for your help.
I'm building a Wordpress MU website without leaving the users the option to have a blog.
I selected the option where the visitors can create accounts and not blogs. Also, I selected the option where every new user gets to be a "Contributor" and not a subscriber.
The information flow should be like this:
The blogs are like this:
city1.domain.com
city2.domain.com
etc
The user registers to comment and rate locations, I got that working.
The user also becomes a "Contributor" by default on all blogs (2 of them now, I'm improving it to make it work for unlimited blogs) and all new users can add send Articles for all blogs (cities) and categories.
The admin goes and approves them, if the articles are ok.
So far, everything looks good and I've already accomplished all the above (with plugins and some code, mostly from your forum).
It's the Contributor backend that troubles me.
I've used:
http://wpmudevorg.wordpress.com/project/meta-boxes
and
http://wpmudevorg.wordpress.com/project/Menus
to allow them (everyone except admins) to see only
a. Dashboard -> My blogs
b. Posts
c. Posts -> Add new
d. Posts -> Edit
e. Comments
It's under d. Posts -> Edit where the problem is.
The Contributor can see all Posts, written by all the users on the site. He cannot edit them but he can see them, in a chronological order.
I would like the Contributor to have "My posts" instead of "Posts -> Edit", so he can only see his own posts.
So, basically, how can I make a user to see only the posts he wrote, in a multi-author platform?
I searched the forums for a solution but I didn't find any.
Is there any plugin, hack or even setting (I could have missed one, although I doubt it) that can help me with this?
Thank you,
Victor