Forums / Setup & design / How i can manage different layout for different admin groups ?
Brijesh Tekrawala
Wednesday 13 October 2010 5:23:19 am
Hi,
I have requirement where we have two admin groups and i want to show diffrent layout based on thier group.
How can i achieve above requirement?
Thanks in Advance
Brijesh
Heath
Wednesday 13 October 2010 6:38:44 am
Hello Brijesh,
I think you would need to do this within the pagelayout template itself since there is no such template override condition.
Cheers,
Brookins Consulting | http://brookinsconsulting.com/ Certified | http://auth.ez.no/certification/verify/380350 Solutions | http://projects.ez.no/users/community/brookins_consulting eZpedia community documentation project | http://ezpedia.org
Gaetano Giunta
Wednesday 13 October 2010 10:14:39 am
If you really insist to have 2 separate designs, you could create two siteaccesses, and add some hackish code to redirect the admin user to the appropraite siteaccess when logging in (eg. create a separate view from user/login, and use that one for logging in into the admin interface)
Principal Consultant International Business Member of the Community Project Board
Wednesday 13 October 2010 11:05:30 pm
Thanks , I will check it out.