RJGallery

Create a photo gallery with full screen preview and slideshow

Back to RJGallery Support

Vojta Svoboda
Vojta Svoboda

It would be great to possible set permissions to set visibility also for other users/groups. http://octobercms.com/docs/plugin/registration#navigation-permissions

webBook
webBook

yes, please, upgrade it this way...

oly2554
oly2554

You can add: public function registerPermissions() { return [ 'raviraj.rjgallery.*' => ['label' => 'Access Gallery Plugin'], ]; } to the plugin.php file to allow you to restrict access using the admin panel.

ladislauek5669
ladislauek5669

Try add to the plugin.php: public function registerPermissions() { return [ 'raviraj.rjgallery.*' => ['label' => 'Access Gallery Plugin', 'tab' => 'RJ Gallery'] ]; }

Vojta Svoboda

1-5 of 5