I have a little problem that I hope you can help me out with.

I want to display some special content when a user from a specific site visits mine.

It is easily done with the condition below:

[globalString = IENV:HTTP_REFERER = *somesite.com*]
10 = HTML
10.value = <p>Welcome visitor from somesite.com/</p>
[global]

The visitors from somesite.com will now see the special welcome message. But when the visitors navigate away from the initial page and then come back though a link on my site, the condition is no longer valid and no message will be displayed.

Is there away to store the initial external referer and create a condition based on that. Or are there other solutions.

All suggestions are most welcome.

Thanks
/Morten
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to