[TYPO3-english] tt_news: list and singelview on same page - no news_id given?

2009-06-10 Thread Morten Kjems
I have a tt_news setup with listview and single view on the same page. It works fine except if someone navigates to the page directly. Then the list displays fine but the singelview returns "no news_id given". As soon as you click on a link in the list the singleview returns that news element.

Re: [TYPO3-english] tt_news: list and singelview on same page - no news_id given?

2009-06-10 Thread Philipp Gampe
None that I know... but I always use a "hidden" single view page as a suppage of my list page: eg: +list |--singleview (hidden in menu) if you configure it right, the user doesn't even notice that he is on the suppage as he can't see the difference Best Regards Phil Am 10.06.2009, 10:16 Uhr

Re: [TYPO3-english] tt_news: list and singelview on same page - no news_id given?

2009-06-10 Thread Martin Bernt Rud
Hi Morten, Try TS: plugin.tt_news._LOCAL_LANG { default.noNewsIdMsg =   de.noNewsIdMsg =   dk.noNewsIdMsg =   ... and so on } Remember for search engine purposes to make TITLE unique at each news item. Someting like: config.noPageTitle = 2 page.headerData.11 = TEXT page.headerData.1

Re: [TYPO3-english] tt_news: list and singelview on same page - no news_id given?

2009-06-11 Thread Morten Kjems
> but I always use a "hidden" single view page as a suppage of my list page: Sure then there's no problem because you initiate the singleview/listview page with a click from a page containing only list view. I want to initiate the singleview/listview page without a click. But I can only get th

Re: [TYPO3-english] tt_news: list and singelview on same page - no news_id given?

2009-06-11 Thread Rupert Germann
Morten Kjems wrote: >> but I always use a "hidden" single view page as a suppage of my list >> page: > > Sure then there's no problem because you initiate the > singleview/listview page with a click from a page containing only list > view. > > I want to initiate the singleview/listview page witho

Re: [TYPO3-english] tt_news: list and singelview on same page - no news_id given?

2009-06-11 Thread Morten Kjems
> search for "Default news id" on this page: > http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/ Thanks Rupert That would work. But can I make work when I am using Templa Voila? /Morten ___ TYPO3-english maili

Re: [TYPO3-english] tt_news: list and singelview on same page - no news_id given?

2009-06-15 Thread Morten Kjems
Hi Rubert > search for "Default news id" on this page: > http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/ I found a solution that work for Templa Voila. The original idea come from Erik Svendsen. Here is the trick: First you create a simple FCE may mapp