Forum Replies Created
-
AuthorPosts
-
Florian HeinzParticipant
Hi,
I edited in class-wpfront-user-role-editor-post-typepermissions.php line 92 to
$this->enable_permissions = TRUE;
and the part from line 115 to
$this->roles[self::$GUEST_ROLE_KEY] = array($this->__('[Guest]'), array(FALSE, FALSE,), array(FALSE, TRUE) );
Do you have any suggestion, to make the plugin update save (I do not want to set the version of the plugin to v. 1000 or something :))
Thanks,
FlorianFlorian HeinzParticipantHi Syam,
thanks so much, you are the best!
Thanks,
FlorianFlorian HeinzParticipantHi Syam,
thanks for your answer!
If I understand correctly, you can change all rights and have to overwrite all individual settings, because there is no way to ignore fields in bulk edit.
So I can delete the wrong permission in all sites at once, but have to set individual permissions for each site seperate?
Is there no way to change the settings so, that new roles in the modul “Role permissions” are not checked?
Thanks,
FlorianFlorian HeinzParticipantHi Syam,
thanks, but I can think straight now, sorry.
What have I do? I’d like to have this right management:
User A (role a) -> Edit only project a ( all via role permission in editor)
User B (role b) -> Edit only project b
User C (role c) -> Edit only project cWhen I create the roles now (without bulk) in this exact order, the situation is so:
User A (role a) -> Edit project a, b, c
User B (role b) -> Edit project b, c
User C (role c) -> Edit project cBecause the role permission add the new roles automatically to the role permission editor.
And like I said: I do not understand the bulk editor ;). Have you a link for the bulk editor please or a hint, how I can use this?
Thanks,
Florian -
AuthorPosts