[TYPO3-english] tt_news
    Urs Bräm 
    info at ursbraem.ch
       
    Tue May  3 15:34:09 CEST 2011
    
    
  
I want to display some latest short headline news on right side
> of every page of my website.
You can integrate the plugin via Typoscript, say in a temp object like this:
temp.news < plugin.tt_news
temp.news {
	#what to display
	code >
	code = LATEST
	pid_list = (your number)
	singlePid = (your number)
	limit = 3
	excludeAlreadyDisplayedNews = 0
}
The configuration is exactly the same as if you had the plugin on your 
page.
Then you copy it into your page object, say you have a marker for the 
news col:
page.10.marks.NEWS < temp.news
Regards
Urs
-- 
Urs Bräm
macht Websites
---
Certified Typo3 Integrator
CH-3011 Bern
www.ursbraem.ch
    
    
More information about the TYPO3-english
mailing list