[Typo3] TemplaVoila and condition [IP]

Kraft Bernhard kraftb at gmx.net
Mon Mar 21 15:36:06 CET 2005


Frank Daeuble wrote:

> <TypoScript>
> [IP = 127.0.0.1]
>   10= RECORDS
>   10.source.current=1
>   10.tables = tt_content
> [ELSE]
>   10=TEXT
>   10.value = Kein Zugriff
> [END]
> </TypoScript>


> Any ideas or hints?

More a fact than an idea: [ELSE] is no valid condition ...

Try:
--------------snip-----------------------
10=TEXT
10.value = Kein Zugriff
[ip = 127.0.0.1]
   10 = RECORDS
   10.source.current=1
   10.tables = tt_content
[end]
--------------snip-----------------------


greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50



More information about the TYPO3-english mailing list