Using the page_list block to display attributes from a specific page - rather than "pages beneath"

Permalink
Hi There,

I have an area on a template where the client needs to display personal info from a specific people page (title, description, image and custom attribute) but the page list block doesn't seem to allow you to do this.

The only other option I can think of is to force the client to re-enter all the details for that person.

Is there a way to do this with the pagelist block - maybe with some extra parameters in the custom template? It has the perfect interface and one that the client is used to.

Any help would be much appreciated.

Cheers

Ben

 
cmscss replied on at Permalink Reply
Is there a way to alter this in the custom template:
$pages = $cArray;


To force the page_list block to grab the selected page itself, rather than the pages beneath?
cmscss replied on at Permalink Reply
Or would I need to modify the controller to add an option to grab the page selected as opposed to the pages beneath?