Sterc / seosuite

This repository contains the SEOSuite 2.x MODX extra.
GNU General Public License v2.0
13 stars 18 forks source link

Hide/Show Settings by User Group #10

Open EkoOne opened 3 years ago

EkoOne commented 3 years ago

It would be useful to hide (disallow, disable etc.) all the settings (inc. the blue "Search engine" and "Social" links/tabs) based on the user-group to prevent certain users from poking around where they don't need to be.

I've seen some Extras use a System Setting that allows the user to type a comma-separated list of user-groups that are not allowed access to settings. Perhaps something along those lines?

I was hoping I could simply hide all of it using ACLs but that doesn't seem possible.

sdrenth commented 3 years ago

@EkoOne Feel free to submit a Pull Request with the desired changes, we encourage everyone to collaborate and improve all extras together.

EkoOne commented 3 years ago

Hi @sdrenth. My knowledge of and experience with GitHub begins and ends with submitting issues or feature requests. What happens after that is above my pay-scale, as it were.