Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 23, 20187 yr 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.
June 28, 20186 yr 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..?
August 22, 20186 yr Author 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.
August 22, 20186 yr 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.
September 13, 20186 yr Author 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 😄 )
January 13, 20196 yr 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
January 31, 20196 yr Author 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 ?
Archived
This topic is now archived and is closed to further replies.