[TYPO3-ttnews] tt_news 3.0.0dev --update 2

Rupert Germann rupi at gmx.li
Tue Apr 22 15:45:15 CEST 2008


Dan Osipov wrote:
> I have a feature request: are there any plans for a filter in the news
> module, to filter news, say by author, title containing certain words,
> etc? If not, I can code it, and will send a patch, if anyone is
> interested.

you could already do something like this:

plugin.tt_news.searchFieldList = author

foo = TEXT
foo.value = show news from author "the author"
foo.typolink.parameter = this
foo.typolink.additionalParams = &tx_ttnews[swords]=the author


TSREF is your friend ;-)

greets
rupert



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