[TYPO3-ttnews] Rendering a news overview

Georg Ringer typo3 at ringerge.org
Fri Feb 17 14:36:56 CET 2012


Am 17.02.2012 12:24, schrieb Oliver Salzburg:
> Just one more question if I may.

sure, maybe for next time a seperate thread ;)

> Let's assume I didn't know about forge
> and the article where I took the above TypoScript from.
> How would I determine that tt_content.list.20.news_pi1 contains what I'm
> looking for? 

maybe you would have asked here or myself directly? ;)

As written on
http://forge.typo3.org/projects/extension-news/wiki/Integrate_news_with_TypoScript
this is just a shortcut for

lib.news = USER
lib.news {
    userFunc = tx_extbase_core_bootstrap->run
    extensionName = News
    pluginName = Pi1
}

which is the default way to integrate extbase based extensions with TS

If you got improvements for the manual, please open an issue on forge,
if you got improvements for the wiki, feel free to add it!

Georg


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