is it possible set access only for front-end?

samani

Member
hi.
i have a list that the super user can't access to that but i want do this only for front-end.
now super user can't access from back-end.is it possible?
 
I can't think of a built in way, no.

You could probably use a php_events list plugin, onLoadData, check group membership and whether it's front end, with $app->isClient('site'), and if they are super admin and it's front end, redirect to a suitable place.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top