Master / Detail Pages

Permalink
Hello there,

I'm currently trying to use concrete5 with a new project. Is it possible to do a Master/Detail-Page with concrete5? Or if not, are there any work arounds?
I want to list all available Items for example and if someone clicks on one of them, he gets a detailed information about this item on a new page.

Regards
Hauke

hauke
 
frz replied on at Permalink Reply
frz
Yeah make the master page.
Add detail pages under it.
Give the detail pages good short descriptions in that add page popup.

Add the Page list block to the master page.

Enjoy.
-frz
hauke replied on at Permalink Reply
hauke
Okay, thank you so far. But the thing is: I'd like to include an image on the masterpage and as far as I can see, this cannot be done with Page Attributes, can it? So maybe, I can, on the detail page, insert a block where an image is specified and than take the pagelist block and reprogram it to take this Image. You think it's possible?

Hauke
Klocki replied on at Permalink Reply
To achieve sth. like this, I modified the PageList - works great! Just add an image property to the desired pagetype via dashboard (Pages&Themes/Page Types) and in your view.php of the page_list block you can access the new attribute by adding a line like this:
$img = $cobj->getCollectionAttributeValue('teaserimage');


Alex
plagil replied on at Permalink Reply
Hi it would be great if you could post the view.php.

Thanks