vcarter
-
9/4/2013 2:30:14 PM
Shared News suggestions
I have a central repository for all client news on their primary site. This news is categorized by business unit and region. On one of my subordinate sites, I created a query repeater to pull the news from the main site. I opted to do this over linked documents since linking would still require link creation on the sub site and I wanted it to be a dynamic process.
So I have this working just fine, and now I am thinking about how to display the news. I would like to keep the visitor on the current site when showing the news detail, however, since the news exists elsewhere it obviously links back to its origin.
My though was to create a detail page template on the sub site that gets the detail information by leveraging the URL selected(essentially the document name).
What I am wondering is if there is a way to fudge the alias path so that any item coming from the sub site with "news" in the URL followed by something else would go to the detail page, but still show the full manufactured URL.
So I have:
http://MainSite.com/NewsRoom/Article1.aspx
and I want
http://SubSite/NewsRoom/Article1.aspx
without having to create linked pages for each article. Any macro suggestions, maybe something I can use in the alias path for my news page that might do this?
Hope this makes sense.
|