Is it possible to open a popup only with content part ?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
skeut
Posts: 11
Joined: Fri 4. Nov 2005, 16:14

Is it possible to open a popup only with content part ?

Post by skeut »

Hello

I would like make a link wich open a popup only with content from a content part (without header, left, right, footer, etc...).

Is that possible ? I didn't find everything.

Thx for your answer.

skeut
MadDoctor
Posts: 18
Joined: Tue 25. Jul 2006, 00:46
Contact:

Post by MadDoctor »

you could use a different template/layout for that single page. if you are using tables you would simply create a layout with just the "main" component and add {CONTENT} in the main field of the template. if you are using a div layout (completely structured by the code in your "main" template field) simply create a new div layout without the header/footer/left/right sections.

This is definitely a possible solution, maybe someone has a more efficient one.

-- Dima
skeut
Posts: 11
Joined: Fri 4. Nov 2005, 16:14

Post by skeut »

Hi MadDoctor

thx for your answer; this solution is OK for me.

skeut
Post Reply