Forum Replies Created
-
AuthorPosts
-
robertiles
ParticipantIf I recoded all of the content and archive pages for the custom type then I could use this – but then I wouldn’t need teh “protect” admin panel for those custom types … It would be easier to add a function to the “after post update” hook that forced the correct permissions in a compatible way
robertiles
ParticipantYes, I have tried that, it still requires the editor to remember to set the protection for the post and for any attachments … I need something that forces the protection on certain custom data types
This will seem to do it but not sure how to set the level (it will pick up the level if you are logged in at that level but I need to be able to set the access level explicitly)
SwpmProtection::get_instance()->add_custom_posts($ids)->save();
robertiles
ParticipantAll the user tracking plug-ins seem to be about tracking what people do in admin, i.e. post add, edit, update, plug-in activate/deactivate etc …
Ahh well, not too hard
robertiles
ParticipantOk, thanks … if the developers want to add things to their “possibles list” then I would say two options
1. Protect this AND all its attachments
2. Set default protection per post type
All the best, great plug-in!
robertiles
ParticipantExcellent – thank you!
robertiles
ParticipantHi
I can confirm that the emails didn’t go to spam and that nothing was dropped into the debug log.
I just tried it with 3 people marked … again, no email sent or in spam
Thanks
Robert
robertiles
ParticipantThanks, I had read that … like I say, it sends the email fine when I individually edit a member but does not seem to send it at all if I use the bulk change… I would like it to send the email to all members involved in the bulk change
I turned on debug logging and used the bulk actions to change someone to pending then change them back to active but the log file was empty
-
AuthorPosts