You could create node (level) between blog and posts. Then in the users section only give permission to there area (node grouping) (means an adminstrator will still be able to overide them if neccessary)
Create an application event which when a post saves it checks if the user is the author (I only remove the delete option for certain user types (Writter/Editor) to allow administrators the ability to still delete there posts) more info here https://our.umbraco.org/documentation/Reference/Events-v6/ContentService-Events
If you can give more details someone else or myself might be able to give a better answer.
Limiting users to be able only to delete their own posts
Hi
Is that possible in Umbraco out-of-the-box? Or do I need to extend it in some way?
Best regards
Vlad
Hi Vlad,
Two options at the top off the top of my head:
If you can give more details someone else or myself might be able to give a better answer.
/JC
is working on a reply...