[TYPO3-english] Conditional news display by Typoscript

Ahmed Moosavi r.mesbah at gmail.com
Thu Nov 12 15:02:42 CET 2009


JoH asenau wrote:
>> Excuse me for taking your time, But none of these, still doesn't work.
>> The code I've introduced to 10 points to a completely new page with no
>> any record.The cache is cleaned and the ticker works by changing the
>> pages and the html template is also has not any breakingnews div.
>> Should I delete or do something with this new page ?
> 
> Can you post the current TS code please?
> 
> Joey
> 

This is the TS code I'm using it :

tmp.brknews = COA
tmp.brknews {
     stdWrap.wrap = <div id="breakingnews">|</div>
     stdWrap.required = 1
     10 < plugin.tt_news
     10 {
       limit= 1
       code = LIST
       pid_list = 4
       templateFile = fileadmin/styles/v2/breakingnews.html	
       singlePid = 22
     }

}


Regards
Ahmed


More information about the TYPO3-english mailing list