I'm new to Orchard CMS and wondered if it was possible to render content parts setup in the page content type into a different zone rather than the content itself.

For instance, I setup a TextField which holds an image url to be used as a page Title but is placed in a different area from the content itself.

Can anyone point me in the right direction?

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

If you mean sending parts to a zone that is not inside the top-level Content zone, you can try this approach: http://weblogs.asp.net/bleroy/archive/2011/03/26/dispatching-orchard-shapes-to-arbitrary-zones.aspx We are also considering various extensions to placement for future versions of Orchard.

link|improve this answer
That is exactly what I was looking for @bertrand-le-roy, thanks for the article and hope I continue to enjoy working with orchard cms. – Sanction10 May 16 '11 at 20:32
feedback

You can customize content parts' display properties via Placement.info file. It's a very simple, yet powerful tool that allows you to change rendering zones, parts' ordering and such.

Could you please elaborate more about your scenario?

link|improve this answer
Although this wasn't what I was looking for at the time, your advice surrounding the Placement.info file has allowed me to resolve another issue. Great advice @pszmyd – Sanction10 May 16 '11 at 20:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.