Einzelnen Beitrag anzeigen
  #4  
Alt 23.04.07, 18:32
klaeff klaeff ist offline
Forum Zuschauer
 
Registriert seit: 09.11.06
Beiträge: 5

mit folgendem setup in einem extension template.

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
temp.printlink < plugin.tx_cronprintlink_pi1
temp.printlink.printParam = print=1
temp.printlink.linkContent = IMAGE
temp.printlink.linkContent.file = fileadmin/img/icons/drucken.gif

lib.mfooter.35 = COA
lib.mfooter.35.wrap = <div class="drucken">|</div>
lib.mfooter.35.20 < temp.printlink

Ich habe dann noch ein template-object (to) für die Druckausgabe generiert, wo ich per css nichtzudruckede Inhalte einfach ausblende.

hoffe das hilft dir weiter.

Gruß
klaus
Mit Zitat antworten