Olivier Dobberkau schrieb:
> Conditions:
> 
> # Disable indexing for page type 98 (print)
> #
> [globalVar = GP:type = 98]
> config.index_enable = 0
> [global]
> 

Ganz kurz zum Verständnis, denn ich bin mir nicht sicher ob dabei ein 
Denkfehler vorliegt.
Um das Szenario von Thomas umzusetzen würde ich folgendes probieren:

config.index_enable = 1
(als globale conf. aller typeNum, alle werden indiziert)

print = PAGE
print {
     typeNum = 98
     config.index_enable = 0
     ... der Rest...
}
(Indizierung für für typeNum=98 explizit ausgeschaltet, da innerhalb der 
PAGE-Definition)

Vielen Dank.

Grüße
Thomas
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an