[TYPO3-ttnews] Template Setup has no effect on tt_news

Jörg Schaller jorgo at jorgo.org
Sat Jan 19 15:33:23 CET 2008


Actually, the frontend output only changes if I change the values
directly in the setup.txt which is located in
/ext/timtab/static/kubrik_main

On Sat, 19 Jan 2008 13:39:38 +0000, Oliver Rowlands
<oliver at liquidlight.co.uk> wrote:

>Hi Jorg,
>
>Try using the TypoScript Object Browser to make sure that your settings 
>are actually being applied.
>
>Best regards,
>
>Oliver
>
>Jörg Schaller wrote:
>> Hello group,
>> 
>> I'm using
>> Typo3 4.15
>> tt_news 2.50
>> timtab 0.5.11
>> 
>> My Template Setup is as follows:
>> 
>> 
>> config {
>> doctype = xhtml_trans
>> xhtml_cleaning = all
>> htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja"
>> }
>> 
>> [browser = msie] && [version= (LESS)7]
>> config.doctypeSwitch = 1
>> [global]
>> 
>> plugin.tt_news {
>> 	archiveTitleCObject {
>> 	    10.strftime = %G %B
>>   }
>> 	  getRelatedCObject {
>>       		20.strftime = %G.%m.%d %H:%M
>>   }
>> 	general_stdWrap > 
>> 		general_stdWrap {
>> 			parseFunc < tt_content.text.20.parseFunc
>>   }
>> 	displayList.date_stdWrap.strftime = %G.%m.%d
>> 	displaySingle.date_stdWrap.strftime =  %G.%m.%d
>> 	displayCatMenu {
>>    		mode = timtab
>> 		catmenu_stdWrap.wrap = <li><h2
>> class="news-catmenu">Japanese Title</h2>|</li>
>>   }
>>   	  pageBrowser {
>> 		maxPages = 10
>> 		showPBrowserText = 0
>> 		tableParams = cellpadding=2
>> 		showResultCount = 1
>> 		showFirstLast = 1
>> 		dontLinkActivePage = 0
>>   }
>> }
>> 
>> but the output on the webpage is still the default of tt_news,
>> for example
>> 
>> plugin.tt_news.displayList.date_stdWrap.strftime= %A %d. of %B %Y
>> 
>> instead of what I've defined. None of the above plugin settings have
>> any effect. Does anybody have a clue as to what might be going on
>> there? (I've tried %Y instead of %G).
>> 
>> Regards,
>> Jörg


More information about the TYPO3-project-tt-news mailing list