Problems, need help? Have a tip or advice? Post it here.
6 posts Page 1 of 1
Hi readers,
I was wondering if there is a way to disable/hide the 'Users' tab under 'Administration Group' for the admin user (not for superadmin). I want to disable user section for admin ( not for superadmin).
Same as we do in templates like:
Code: Select all
<cms:template hidden='1' />


thanks!
There is the code ( to be placed in the most bottom of /couch/addons/kfunctions.php ) and set any hidden templates/sections that you need.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
Thanks, man!
Perfectly working as it should be.
Hey, I'm looking to do the same thing, how did you achieve this? What needed to be added to functions?

Thanks!
@bbiddiscombe, please see -
viewtopic.php?f=2&t=11464#p30519
bbiddiscombe wrote: Hey, I'm looking to do the same thing, how did you achieve this? What needed to be added to functions?

Thanks!


You may follow @KK's link above and paste code to kfunctions.php directly, but it is much better to have it in a separate file, connectable as a tweak. You'll find it at Tweakus-Dilectus » hide items

With minor edit you'll get 'Users' section disabled and there is room and examples for other parts of sidebar as well.

Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
6 posts Page 1 of 1