Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 2, 20213 yr /** * Can this group be deleted? * * @param \IPS\Member\Group $group The group * @return void */ public function canDelete( $group ) : bool { return TRUE; } Hi everyone : Where i can find and edit this code to avoid group id 4 against to remove group by others admin?
December 2, 20213 yr Community Expert Thanks for posting! Unfortunately, this issue is beyond the scope of our technical support. 👩💻 Our technical support is happy to help you with the Invision Community platform, but we're unable to help with things like server management, theme questions and modifications. I've moved this to our Community Support area where other Invision Community owners will see it and help where they can.
December 5, 20213 yr This will either need a plugin or just remove the ability to delete groups from the other admins 🙂
December 19, 20213 yr Author This will either need a plugin or just remove the ability to delete groups from the other admins 🙂 it would be nice, because you can change the content in php files, but on 3.4.x then there is some protection if someone removes your main account, etc.