Servus nochmals.
ich hab mal cron_printlink getestet nun und irgendwie mag es Ding mich ned :/
Mein TS sieht wie folgt aus.
Zu erst Constants:
Code:
plugin.tx_cronprintlink.popup = 0
plugin.tx_cronprintlink.popupWindowparams >
plugin.tx_cronprintlink.target = _blank
Setup:
Code:
temp.PRINT < plugin.tx_cronprintlink_pi1
temp.PRINT {
linkContent = TEXT
linkContent.value = Seite drucken
ATagParams = title="Druckvorschau öffnet sich in einem neuen Fenster"
ATagParams.insertData = 1
stdWrap.wrap = |
noBlur = 1
}
temp.homelink < plugin.tx_cronprintlink_pi2
temp.homelink{
prefix = HTML
prefix.value = Dies ist die Druckversion der Seite:
}
Eingefügt mit:
Code:
marks.PRINTLINK < temp.PRINT
Und später noch:
Code:
druckseite = PAGE
druckseite.typeNum = 98
druckseite.marks.PRINTLINK < temp.homelink
Ich weiß ned wo der Fehler liegt, hab diese Anleitung von:
http://typo3-nuernberg.de/cron_printlink.98.html
Gruß Sebastian