Page 1 of 1

Using Multiple CPs in a pure CSS layout from main block

Posted: Tue 12. Jun 2007, 07:08
by MadDoctor
Hi all,

I was just curious if it was possible to take advantage of phpwcms' capability to place different content parts on the same page when using a CSS layout that is all in the main layout block.

On this page: http://www.dimatx.com/index.php?about
and on other pages, I would like to be able to place the "article menu" and other CPs in the the column on the right (div id="navigation"). Is this at all possible. I really want to stick with the pure css layout, but i'm not sure how to take advantage of phpwcms' CPs with this layout.

Thanks in Advance,
Dima

Posted: Tue 12. Jun 2007, 07:57
by flip-flop
Hi Dima,

please make a custom block e.g. {RIGHT_BOX}, or use the block {RIGHT} and place it into your template into e.g. <div id="navigation">{RIGHT}</div>

Thats all. You will see .......... :wink:

Knut

Posted: Tue 12. Jun 2007, 15:23
by MadDoctor
Oh, it's that easy! I was going to try that, but I thought it was too good to be true. :D

Thanks as always Knut,

Dima