Using Multiple CPs in a pure CSS layout from main block

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
MadDoctor
Posts: 18
Joined: Tue 25. Jul 2006, 00:46
Contact:

Using Multiple CPs in a pure CSS layout from main block

Post 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
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
MadDoctor
Posts: 18
Joined: Tue 25. Jul 2006, 00:46
Contact:

Post 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
Post Reply