Thursday 06 November 2003 9:20:50 am
Hmm looking at your url (/content/view/full_view_news_folder/2) I think you must give more information.
Very simple this is how I understand the url (url broken up in parts):
/content --> Viewing content (articles, folders etc..), alternatives are user, media
/view --> View the content
/full_view_news_folder --> The TYPE of view, typicall values are "full", "line" etc. It looks like you have inserted the name of the template in your url.. I.e a better URL for you is probably: /content/view/full/2/. Which probably is to your root node (node 2=root default), then you must override the full display template for node 2. It seems as you want such an layout
Root (node 2)
News (node XX)
News articles .... About or something else Then to make the News node the frongpage, i.e. alter the IndexPage=/content/view/full/your news node number in "settings/siteaccess/your design/site.ini.append". Hope this helps you.
Cheers Tore
|