#1204 - Transparent redirects

Identifier #1204
Issue type Feature request or suggestion
Title Transparent redirects
Status Completed
Handling member Chris Graham
Addon General / Uncategorised
Description Using transparent redirects to put a module in multiple zones.

For example, putting the forum module directly into the welcome zone by setting up these transparent redirects...

:forumview -> forum:forumview
:topicview -> forum:topicview
:topics -> forum:topics

And then setting up non-transparent redirects in the opposite direction to FORCE links to the forum to open up in the welcome zone...

forum:forumview -> :forumview
forum:topicview -> :topicview
forum:topics -> :topics

Talk about how this technique is useful both for 'moving' inbuilt modules without actually moving the files, and how it is useful for having a module operating from multiple zones if you have a large site split into many sections each with their own content (e.g. downloads, galleries, etc).

It ties in with the breadcrumbs tutorial in that you may want particular categories to link back to the zone page, rather than the root of the content type. For example, if you have a download category called 'Staff files' with ID#5, and want this in your staff zone, you'd set up this transparent redirect...

staff:downloads -> site:downloads

And then you'd edit the breadcrumbs XML file so that site:downloads:browse:5 maps straight back to the staff zone front page...

<substitution match_key="site:downloads:browse:5">
<link label="Staff">staff:</link>
</substitution>
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated