[TYPO3-ttnews] singleView link problem
Bartosz Aninowski
bart at REM-IT-sonik.pl
Thu Jan 17 21:55:21 CET 2008
> try to set:
>
> plugin.tt_news.useSPidFromCategory = 1
>
> and then set singlePid for news from this category in the tt_news category
> record.
>
> See page 55 in tt_news documentation.
>
>
> I hope this is what you wanted to achieve ;).
Hi Krystian
Thanks for reply.
I dont use category table at all so it doesn't help.
I made some small extension for that.
This what I've added to getListContent funcion
if ($this->conf['useSPidFromMountPage']) {
$singlePid = $row['pid'];
}
maybe there is another solution :)
More information about the TYPO3-project-tt-news
mailing list