Hi
I have a requirement for providing separate view of the same content to different audience of my website. We have editorial team and then we have syndication partners.
1) Editorial team: should be able to see the menu, login, and should be able to change the contents of each and every page.
2) Syndication partners: No menu, login, search should be visible. Only the contentPane, Leftpane and BottomPane should be visible.
I was thinking of creating a new syndicate.aspx page and applying a different skin to it. The skin will omit the menu and login items not required in the Syndicate page. Syndicate page will derive from the same CDefault class of dotnetnuke framework and thus should display the page appropriately for the existing website url.
for e.g. http://mywebsite.com/default.aspx?tabid=55
Should display editorial page with contents of tabid 55
whereas http://mywebsite.com/Syndicate.aspx?tabid=55
should display syndicate partners content without menu and login items.
I tried adding a new aspx page and copying the contents and code of default.aspx in there. But it gives a lot of compilation error.
I would like to know if its possible to achieve in the DNN framework. If yes then how to do it . any links to the documentation will be highly appreciated.
Thanks and regards