Technology Tools for Ministry

Community

Web-Empowered Church User Community
All Categories > Ministry Tools > Other TYPO3 Extensions > TS coder based on tt_content uid (tt_news related)
Total Posts: 1 - Pages (1): [1]
Author: Darko Jr. Gonzalez
Posted: Jul 16 2008 - 08:05 AM
Subject: TS code based on tt_content uid (tt_news related)
Hey!

I want to create something like this:
CODE:

plugin.tt_news.archiveTypoLink.parameter = 81
[globalVar = TSFE:tt_content|uid = 74]
plugin.tt_news.archiveTypoLink.parameter = 80
[GLOBAL]



It doesnt work. How can I render a separate archive link; Per instance because there is no flexform field for archive link.

I tried this as well in TS setup:
CODE:

lib.newsTeaser < plugin.tt_news
lib.newsTeaser = RECORDS
lib.newsTeaser.tables = tt_content
lib.newsTeaser.source = 67
lib.newsTeaser.archiveTypoLink.parameter = 81

lib.newsTeaser < plugin.tt_news
lib.newsTeaser = RECORDS
lib.newsTeaser.tables = tt_content
lib.newsTeaser.source = 74
lib.newsTeaser.archiveTypoLink.parameter = 80


It doesnt work.

Please hint/help?


Thanks

Darko
Total Posts: 1 - Pages (1): [1]
You must login to post a message to this conference.