kodif Posted May 23, 2018 Posted May 23, 2018 Edit time restriction should also be customized like " Can edit own content? " option is. For example, in topic user can edit only in 10 minutes to fix errors, but in own galleries he should have unlimeted time, otherwise he can not add note to image. Discussion in topics differs from presenting own works in gallery.
Kjell Iver Johansen Posted June 28, 2018 Posted June 28, 2018 I'm also looking for a solution to this. I have a forum for drafts, and drafts should be possible to edit unlimited. I have not found a fix for this, but might have missed a setting some where..?
kodif Posted August 22, 2018 Author Posted August 22, 2018 The same is with blog. If you may edit forum post in only, for example 10 minutes, you can not edit your OWN blog after that time. IMHO this composition of edit time an customized edit rights is a rubbish.
MMXII Posted August 22, 2018 Posted August 22, 2018 On 5/23/2018 at 7:08 PM, kodif said: Edit time restriction should also be customized like " Can edit own content? " option is. Good suggestion. It should have an option for every app.
kodif Posted September 13, 2018 Author Posted September 13, 2018 Hey developers, may be someone could write an application with this feature? I'll be the first client to buy it (not more then for renew 😄 )
desti Posted January 13, 2019 Posted January 13, 2019 Developerd broke a brain on this (in downloads/files/) - Authors can always edit their own files!!! /** * Can edit? * Authors can always edit their own files * * @param \IPS\Member|NULL $member The member to check for (NULL for currently logged in member) * @return bool */ public function canEdit( $member=NULL ) { $member = $member ?: \IPS\Member::loggedIn(); if ( !$member->member_id ) { return FALSE; } return ( $member->member_id == $this->author()->member_id ) or parent::canEdit( $member ); } and this (looks like we can disable files edit, but...) It's absolutely as intended (c) bfarber
kodif Posted January 31, 2019 Author Posted January 31, 2019 On 5/23/2018 at 7:08 PM, kodif said: Edit time restriction should also be customized like " Can edit own content? " option is. Is this option implemented in 4.4 ?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.