1
hi' all dev
Sorry in advance for poor english
In my XOOPS back office, I would like to hide some informations to my administrators but keep it displayed for me (because I'm a super-administrator).
I give you an example, with News module. There are several tabs to modify parameters. Eg, I want to hide Permissions tab to my admins but keep it available for me. A best way would be - instead of hiding permission link - forbid access... but I guess it is some hard coding to do, module per module.
So, I would be happy if I can assign a GUI Theme per Group :
• a complete GUI theme for me (= default), wich belongs to Webmaster group
• a GUI theme with less information and links for my admins, wich belongs to an other Group
Is there a "simple" way to do that ? I haven't see any information in users table related to GUI admin

Thanks