I have a website with a lot of users.

They are all editor (with same custom roles). They can add page and post, and edit only their own page/post.

But some users need the ability to edit some specific page/post belonging to other users (not all).

I can't had a new role for those "special users", because the page list they need to edit is different for each "special users". I've try some plugins like co-authors-plus but the search of this plugin only find admin user when i try to add a new author to page.

Any clue on how I could accomplish that?

link|improve this question
1  
Which version of WordPress are you running? – TheDeadMedic Jun 8 '11 at 21:21
feedback

1 Answer

Add the list of allowed users as post meta data and make those data accessible for admins only.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.