[TYPO3-ttnews] tt-news extra email link with subject for reservation
Krystian Szymukowicz
t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Wed Jan 21 17:36:43 CET 2009
Robert Wildling pisze:
> Krystian Szymukowicz schrieb:
>>
>>> temp.ticketLink = TEXT
>>> temp.ticketLink {
>>> value = Zur Kartenreservierung
>>> typolink {
>>> parameter = karten at blackbox-theater.at
>>> additionalParams = &subject={field:title}
>>> additionalParams = &bodytext=Please let us know howmany
>>> tickets you would like to reserve:
>>> }
>>> }
>>
>> try latest extension of Georg Ringer: ttnewsgenericmarkers
>>
> Another way I would like to find is to connect tt_news to powermail or
> mailformplus. The idea is link a news entry to a mailform and prefill
> the subject and body with the title and subtitle of the respective news
> entry. Any idea?
>
You could try use own markers in th_mailformplus
http://typo3.org/documentation/document-library/extension-manuals/th_mailformplus/4.0.12/view/1/5/#id4180482
I would do it following way:
1. create link to page where there is a content element with
th_mailformplus (similiar as you do it now - but not an email) in this
link put id of the news (fe. &newsid=5)
2. use this "newsid" to read title and subtitle of the news and fill the
markers. You can use GET value in TS like this:
temp.10 = TEXT
temp.10.data = GPVar:newsid
good luck
--
grtz
Krystian Szymukowicz
More information about the TYPO3-project-tt-news
mailing list