File Manager & Sitemap Buttons (Global for Admins)

Permalink
I am trying to find a way to "turn on" the File Manager and Sitemap buttons in the (Settings) Editing Preferences globally for all Administrators in Version 5.4.1.1. I currently have 45+ Admins for our site and they do not have the option to turn them on or off manually. This is a function I added from this post (http://www.concrete5.org/documentation/how-tos/adding-sitemap-and-file-manager-quick-links-to-edit-bar/). Now you can only add these buttons per account instead of across the board. Thanks in advance for your answers

 
tallacman replied on at Permalink Reply
tallacman
I think that's because the visibility of those items is really an optional, user prefs kind of thing. I'll bet the core team could tell you exactly where in the actual database that setting could be activated with a simple record change rather that going back to each account and setting it manually.

Steve
Mnkras replied on at Permalink Reply
Mnkras
umm, it is a user config value, so you will have to write a script to just change those values, there is no easy way right now
TheRealSean replied on at Permalink Reply
TheRealSean
It would be nice to be able to change these settings from the User Edit page or at a Group level.

Im hoping that at some point this finds its way to there, as having to log provide dashboard access for users add the buttons and then take the access away is a time consuming process.

And almost easier to follow the "how to" that hard codes the links in.

Where abouts in the database would I find the user config settings?

I could do with having a go at the script or at least try to have it turned on by default when creating users in a particular group?
mckenzir replied on at Permalink Reply
I actually just had the Concrete5 team build the script to run for me. Now when I add a new Admin, I have to rerun the script. Not the best solution, but for now it was exactly what I needed.
TheRealSean replied on at Permalink Reply
TheRealSean
Here's hoping that this will work its way into a core release at some point in the future then if the core team are creating scripts to do this.