[TYPO3-english] Set additionalHeaders dinamically for mbl_newsevent
Peter Ruijter
peter.ruijter at gmail.com
Wed Nov 7 14:13:30 CET 2012
Hi Tomiţă,
I don't know which TYPO3 version you're using, but since 4.5 GPvar:
is deprecated, you should use {GP:tx_ttnews|tt_news} now.
--
Best regards,
Peter Ruijter
*Peter Industries*
www.peterindustries.com
On Wed, Nov 7, 2012 at 1:19 PM, Tomiţă MILITARU
<tomita.militaru at gmail.com>wrote:
> I would like to change dinamically the headers of a page that downloads an
> ICS file using the extension mbl_newsevent. As you may know, usually the
> ICS filename is Event.ics and I want to change that to Event_1234.ics
> (where 1234 is the the tt_news uid). My code for that (only the config):
>
> singleicsevent {
> config {
> disableAllHeaderCode = 1
> additionalHeaders = TEXT
> additionalHeaders.value = Content-type:text/ics |
> Content-Disposition: attachment;
> filename="Event_{GPvar:tx_ttnews|tt_news}.ics"
> additionalHeaders.insertData = 1
> no_cache = 1
> xhtml_cleaning = 0
> }
> }
>
> But that does not work as additionalHeaders is of type string and that is
> ignored. Any suggestions how I can do that only with typoscript?
>
> Tomita
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
More information about the TYPO3-english
mailing list