typo3 - How force a template file in tt_news LIST? -


i have list in tt_news , use many folders tt_news records. want use different template in list when filter , display specific category.

my typoscript is:

[globalvar = gp:tx_ttnews|place|0 = 79]     #display list of specific category        plugin.tt_news.templatefile = fileadmin/templates/plugins/tt_news/different.html [else]     #general display list     plugin.tt_news.templatefile = fileadmin/templates/plugins/tt_news/general.html [end] 

i have used plugin.tt_news.templatefile , plugin.tt_news.file.templatefile don't work. using last version of tt_news , typo3 6.2

"plugin.tt_news.templatefile" right, think there problem in "[globalvar = gp:tx_ttnews|place|0 = 79]" should close global "[global]" instead of "[end]". try if helpful you.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -