[Typo3] Using mininews Front Page teaser from typoscript...

Ries van Twisk typo3 at rvt.dds.nl
Tue Sep 27 16:44:33 CEST 2005


Hey All,

I currently use this typoscript to get frontpage teaser in typoscript:

# Shown only on the frontpage with pid=4
# pid=13 is my newspage
[globalVar = TSFE:id = 4]
contentSub =  COA
contentSub.10 = TEXT
contentSub.10.value (
        <h3 title="Aktuelles" id="sub-news">Aktuelles</h3>
)
plugin.tx_mininews_pi1.CMD = FP
plugin.tx_mininews_pi1.pidList= 13
contentSub.20 < plugin.tx_mininews_pi1

[end]

I send the CMD to the plugin to tell it to show the FrontPage teaser,
and I set the pidList to tell it to load the newsitems from page with 
UID=13.
This works well, teasers are shown etc...

However,
When I add mininews as typoscript I just can't make it link to my news 
page to show the full
items unless I make a little hack in mininews..
This work correctly when I add my plugin and set a startingpoint 
(pidList should set a startingPoint, right?).


Hope anybody can help me out with this on how to tell mininews the pid 
of my news page?


cheers,
Ries van Twisk



More information about the TYPO3-english mailing list