[TYPO3-english] download notification

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Wed Nov 4 22:55:56 CET 2009


Try this:

	10 = TEXT
	10.data = TSFE:fe_user|user|username
	10.wrap = Username: |

This way you can access (all) TSFE objects
with typoscript, especially the FE user object.

To check if a user is logged in just use:

	[usergroup = *]
	<TS goes here>
	[global]

Greatings!

horace grant schrieb:
> On Wed, Nov 4, 2009 at 10:26 PM, Francois Suter <fsu-lists at cobweb.ch> wrote:
> 
>> Hi,
>>
>>  is it possible that the administrator gets an notification email if a
>>> frontend user downloads a file which is offered on a page? does anyone
>>> know
>>> an extension which allows something like this or does anyone have any
>>> other
>>> ideas how this could be solved?
>>>
>> I don't think there's anything to achieve that out of the box. There are
>> extensions that can be used to manage downloads. I never used any, but just
>> search for "download" in the TER. Maybe one has a mail mechanism. Or it can
>> be added to one.
>>
>> Alternately, there are extensions that manipulate TYPO3-generated links,
>> like rsgoogleanalytics, to add JavaScript to each link for follow-up by
>> Google Analytics. A similar system could be use to add an AJAX call to each
>> file link, that triggers a mail.
>>
> 
> 
> thanks for your fast answer!
> 
> is it possible to figure out the data (name,...) of a currently logged in
> frontend user in typoscript, so that i can add it as parameters to an AJAX
> call? if yes, can you give some hints?
> 
> 
> 
>> HTH
>>
>> --
>>
>> Francois Suter
>> Cobweb Development Sarl - http://www.cobweb.ch
>>
>> _______________________________________________
>> 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