Displaying Dynamic Content
whitingx - July 3, 2009 - 13:39
| Project: | Panels |
| Version: | 6.x-3.0-beta1 |
| Component: | Panel pages |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I would like to be able to create a page that acts as a template for all content with a similar URL path, is this possible ?
I have created a custom page with a path;
school-leavers
and would like all my nodes containing a similar path;
school-leavers/14-16
school-leavers/apprenticeshipsto display through the one custom page, how would I go about doing this.
Thanks in advance for any help you can give.

#1
Have you tried using the node contexts to pick out the nodes you're looking for? You could try to do it with the node override, but I'm not sure about the addition of the path.
#2
Well, the first part Panels can do.
Your URLs don't make sense. You need to define precisely how those URLs will map to the objects you display. Right now Panels has nothing that will take a string like 14-16 and produce 3 contexts, for example, so you're right out on that. Beyond that, you'll need to provide more information baout what you're looking to display before a better answer can be given.
#3