Hello Community!
I found quite a few ways or tools to style the admin or build a dashboard:
- the new way with the .less compilation (reno style, rock style)
- dashboard modules or tutorials how to build your own
- admin on stereoids
Vocabulary: With "admin like user" I do not mean a full admin but an user with quite a lot of priviledges ...
My problem is that I do want to change the admin template for every (admin like) user in a different way. Or if I would build a bigger dashboard certain functionlity should only be available for a few (admin like) users but not for everyone.
I would need different versions of the admin theme or the built dashboards for different admin users
To start with a very simple example:
Let's say I wanna give one (admin like) user a different background color (with css).
Let's say I wanna have an extra button or tab for some (admin like) user which another (admin like) user should not have
How can I take advantage of processwire roles in all these examples I mentioned in the beginning?