Forums / Setup & design / How i can manage different layout for different admin groups ?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How i can manage different layout for different admin groups ?

Author Message

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,

Heath

7x | https://se7enx.com/
Brookins Consulting | https://brookinsconsulting.com/
Certified | http://web.archive.org/web/201012...th.ez.no/certification/verify/380350
Solutions | https://projects.exponential.earth/users/community/brookins-consulting
eZpedia community documentation project | http://ezpedia.se7enx.com

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

Brijesh Tekrawala

Wednesday 13 October 2010 11:05:30 pm

Thanks , I will check it out.