I have a page:
http://cms.calvaryaustin.org/series
that displays a list of things. I'd like:
http://cms.calvaryaustin.org/series/1350
To somehow pass 1350 to the series page (vs. trying to load a page called 1350) so that I can display a specific item.
I would then use PHP to do something different.
I see that the calendar module does this:
http://cms.calvaryaustin.org/calendar/
and
http://cms.calvaryaustin.org/calendar/2006/10/62/
both display the same page with different content.
Is there a way to do this at a user level? Or will I need to create a module?
Thanks