[TYPO3-german] Dynamisches Protokoll im base href
David Bruchmann
david at bruchmann-web.de
Sat Dec 20 11:42:39 CET 2008
TSREF:
Examples:
This will match with a url like ...&print=1
[globalVar = GP:print > 0]
This will match with a remote-addr begining with 192.168.
[globalString = IENV:REMOTE_ADDR = 192.168.*]
This will match with the page-id being higher than 10:
[globalVar = TSFE:id > 10]
This will match with the pages having the layout field set to Layout 1:
[globalVar = TSFE:page|layout = 1]
This will match with the user whose username is test:
[globalString = TSFE:fe_user|user|username = test]
If the constant {$constant_to_turnSomethingOn} is 1 then this matches:
[globalVar = LIT:1 = {$constant_to_turnSomethingOn}]
Gruß
David
-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.netfielders.de
[mailto:typo3-german-bounces at lists.netfielders.de] Im Auftrag von Stefan
Ernst
Gesendet: Samstag, 20. Dezember 2008 11:33
An: German TYPO3 Userlist
Betreff: Re: [TYPO3-german] Dynamisches Protokoll im base href
Hallo Chris,
leider funktioniert es so eben nicht. :-(
Zumindest mit ENV:HTTP_HOST - das scheint tatsächlich keine
Informationen zum Protokoll zu enthalten, ich habe auch keine andere
Variable/Condition gefunden bisher, mit der ich dort ran komme.
Temporär habe ich es nun mit eine userFunc gelöst, allerdings weiß man
ja auch, dass sich keine Lösung länger hält als die Temporäre. ;)
Vielen Dank, Gruß und ein paar schöne Feiertage,
Stefan.
>
>> Ist es irgendwie möglich, den base href dynamisch alternieren zu
>> lassen,
>> abhängig vom Protokoll, also z.B., dass irgendwie über [globalString]
>> o.ä. die baseURL gesetzt wird?
>>
>> [globalString = ENV:HTTP_HOST=http]
>> config.baseURL = http://www.domain.de/
>> [globalString = ENV:HTTP_HOST=https]
>> config.baseURL = https://www.domain.de/
>> [global]
>>
>> Oder so ähnlich? Ist soetwas machbar?
>>
> Hi Stefan, dein weg sollte eigendlich funktionieren. eventuell
> solltest du
> noch ein *
> als wildkard ans ende hängen.
>
>
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.
2.0/view/1/4/
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
More information about the TYPO3-german
mailing list