Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Mick23 Posted June 21, 2022 Posted June 21, 2022 When installed, my application shows the following on the permissions tab: There are no member groups to select as I would expect and I am having trouble finding documentation around how this works. How do I change the permissions on the modules? Any help would be greatly appreciated!
Solution teraßyte Posted June 21, 2022 Solution Posted June 21, 2022 Does the application have any front modules? You need to click the lock icon on one of those modules to change group permissions. Mick23 1
Adriano Faria Posted June 21, 2022 Posted June 21, 2022 ...and it is added/created by the framework itself when you install the app. It reflects directy in the canView() method of your Front Navigation extension: public function canView() { return parent::canView() AND \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'hangaman', 'hangaman' ) ); } The second hangman there is the module, which I'm supposing is hangaman. Mick23 1
Recommended Posts