Tagged: administrator permissions, specific user
- This topic has 7 replies, 2 voices, and was last updated 7 months, 2 weeks ago by Sebastian.
Author | Posts |
---|---|
bluedognz
June 19, 2017 at 9:19 am
|
Is it possible to hide microthemer from all users (including other admins) so only my admin user can see it? Does this make sense? I would like to hide it from other users to save confusion. |
Sebastian
June 19, 2017 at 11:01 am
|
Hey, Unfortunately user configuration isn’t possible right now. But we added this feature to our todo list a few days ago following a request from another user. It will still be a few months, but we’ll get this done at some point. I’m sorry I can offer anything more immediate than that. Cheers, |
bluedognz
June 19, 2017 at 12:29 pm
|
No Problem, I can work around this. 🙂 Clark |
Sebastian
June 19, 2017 at 2:07 pm
|
Great! 🙂 |
webspeed
February 7, 2024 at 7:51 am
|
Hi, is this still the case? I would like microthemer to be displayed to only user id : 1 is this possible? |
Sebastian
February 7, 2024 at 9:56 am
|
Hey, Unfortunately this still isn’t possible. I’m close to finishing a big update for Gutenberg integration. I can move onto this afterwards. I created a separate branch recently to allow granting Microthemer access to users with manage_options capability. I can address your request when I merge that with the current new features. Is your main concern hiding Microthemer from clients that might accidentally stumble across it? In which case, hiding Microthemer menu items with CSS in the admin area could be an option.
(You would enqueue the above CSS in your functions.php file on the admin side if the current user’s ID is not 1) Or is it lack of trust for administrators? In which case, I would need to modify MT to block certain users with server side PHP code. Cheers, |
webspeed
February 7, 2024 at 6:11 pm
|
Hi Sebastian Thanks, simply to hide from my clients so they dont get confused or break things. I managed to do it with a code snippet so its not that important for me now |
Sebastian
February 8, 2024 at 9:02 pm
|
That’s great, I’m glad you found a workaround. BTW, the option to uninstall Microthemer but still load it’s CSS assets can be helpful when handing a site over to a client: https://themeover.com/uninstall-but-keep-changes/ Your menu hiding system might be more convenient for sites you’re actively working on though. Cheers, |