Hello all,
given a site, which acts as an information plattform for exhibitions. Each exhibition basically has the same navigation structure and (nearly) the same pages - with just different content. How could I achieve, that:
//path/to/my/page
Am I digging in the right direction? Any other idea? (I know of RegisterPathInfoUsage - but exhibition path component MUST be at first place after locale)
Cheers
Mario
given a site, which acts as an information plattform for exhibitions. Each exhibition basically has the same navigation structure and (nearly) the same pages - with just different content. How could I achieve, that:
- I do not need to recreate a page per exhibition
- Exhibitions are maintained through custom DataTypes
-
The exhibition is kept in the URL as the first path component next to the locale component
- locale: the locale (what else)
-
exhibition: a shortcut referring to a record from the exhibition data type
Am I digging in the right direction? Any other idea? (I know of RegisterPathInfoUsage - but exhibition path component MUST be at first place after locale)
Cheers
Mario