Thread Starter
jemp
(@jemp)
I’m sorry, I meant authors. I have a german wordpress installation and there, the roles have different names. Authors cannot edit other posts and that`s ok, but I would need them to change the titles. I use wordpress in school. Pupils should be able to copy attachments and write their own titles, but they should not be able to edit other posts.
I took a look at the proposed role manager plugins but i could not find where to change restrictions to my need.
Thanks a lot
Jemp
Thread Starter
jemp
(@jemp)
Thanks for your reply. I solved the problem by deleting the following code out of attachements.php
<?php if( ! current_user_can(‘edit_post’, $attachment->ID) ){ echo ‘ readonly=”readonly”‘;} ?>
users could only modify titles when they were able to edit posts from others users.
best regards
jemp