Qubabos Posted December 2, 2021 Posted December 2, 2021 /** * 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?
Jim M Posted December 2, 2021 Posted December 2, 2021 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. Qubabos 1
Daniel F Posted December 5, 2021 Posted December 5, 2021 This will either need a plugin or just remove the ability to delete groups from the other admins 🙂
Qubabos Posted December 19, 2021 Author Posted December 19, 2021 On 12/5/2021 at 8:31 AM, Daniel F said: 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.
Recommended Posts