[TYPO3-ttnews] [TYPO3] tt_news pagebrowser browses all plugin instances instead of only the one it belongs to
Vlatko Surlan
vlatkoDOTsurlan at gmail.com
Tue Jul 24 12:46:20 CEST 2007
You can see this behaviour here: http://72.29.85.218/~rijecziv/
I have setup tt_news as follows:
- I use a different sysfolder for every tt_news plugin instance
- tt_news instances are created in a sysfolder also. this sysfolder is
labeled 'special content elements'
- I insert a particular tt_news instance from the 'special content
elements' sysfolder into my template (csc+automaketemplate) as follows:
subparts.mainNewsList = COA
subparts.mainNewsList {
10 = RECORDS
10.tables = tt_content
10.source = 83
}
This inserts a content element with id 83 (which happens to be a tt_news
plugin instance from the 'special content elements' sysfolder) into a
div with id mainNewsList.
Everything works great this way. I have access to flex form
configuration, I can insert instances multiple times and on multiple
pages. However the pagebrowser issue is a really major one.
Thank you in advance.
More information about the TYPO3-project-tt-news
mailing list