lemunk
lemunk

Reputation: 2636

Orchard CMS Multiple Layouts

Using Visual Studio 2012, C#, MVC4 and Orchard CMS.

Ok so I have created a new Theme using the orchard.exe like so

codegen theme mynewtheme

in this theme ive created a new layout, its all up and running fine.

Problem i have is this layout needs to change, or a page needs to use different layouts that i define.

now i looked into this, and theirs a few ways around it, all mainly hacks. However i did hear that orchard were going to introduce this into the CMS.

As were on 1.7.2 Has this feature been implemented? (switching layouts for different pages), and if so can someone provide a link to the specific Docs?

Many thanks

Upvotes: 1

Views: 1035

Answers (1)

Hazza
Hazza

Reputation: 6591

https://gallery.orchardproject.net/List/Modules/Orchard.Module.Downplay.Orchard.LayoutSelector

Can you not use this module from the gallery?

Upvotes: 1

Related Questions