[Typo3] Ext: mailformplus and TypoScript extrange behaviour

Namuk Tscholak namtscho at gmx.net
Fri Aug 12 11:44:19 CEST 2005


Hi Jesús,

actual I struggle with nearly the same problem...

 >> temp.10=TEXT
 >> temp.10.data = page:title
 >> plugin.tx_thmailformplus_pi1.default.email_subject < temp.10
 >>
 >> is returning me as subject:  TEXT

Strange, but this works for me if no email_subject in the 
mailformplus-config element is set:
   plugin.tx_thmailformplus_pi1.default.email_subject = A new subject

But I also want to have this dynamic to use a url-parameter as subject.

   plugin.tx_thmailformplus_pi1.markers.subject = TEXT
   plugin.tx_thmailformplus_pi1.markers.subject.data = GPvar:subject_new

   plugin.tx_thmailformplus_pi1.default.email_subject = 
plugin.tx_thmailformplus_pi1.markers.subject

There I get also TEXT as output, grrrr....

Seems to me to be a problem with the data-types. But I have no idea for 
a solution...

kind regards
namtscho



More information about the TYPO3-english mailing list