- This topic has 2 replies, 2 voices, and was last updated 9 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Automated Right-Management for Posts’ is closed to new replies.
Hi Syam,
a customer of mine is going to publish posts only to registered users: So we have to uncheck the role permissions for each post and uncheck “Guest”. Is it possible to automate this process (like: Autoset all Role permissions for an specific custom post type to a specific role permission).
Thanks,
Florian
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,
Florian
Hi Florian,
Plugin update will overwrite any code change you made. At this point there is no way other than not letting the plugin update.
This functionality is something I have in my list. Until then you will be able to use the bulk edit option to update all posts against a post type. The next version(will be released this week or the next) has bulk edit option to update just a single role.
Thanks
Syam