I’m currently working on a site, where I need to have 3 user roles: admin, partner and client. Admins obviously should be able to do anything. Clients shouldn’t be able to enter the panel at all, which I guess I’ll be able to figure out.
Partners on the other hand can enter the panel, but some parts of it should be hidden from them, like specific pages. I’ve tried using hooks but I couldn’t find one that completely hides a page. Is there another way to do this?