[Typo3-UG Oesterreich] Frage zu print link

Wolfgang Klinger wolfgang at stufenlos.net
Mon May 24 12:50:52 CEST 2004


 Hallo!

 Anatol Mayr schrieb folgendes am 24.05.2004:
> Jetzt habe ich mein Template so konfiguriert, dass über 'tx_make_printlink'
> das normale Drucken des Contents einwandfrei funktioniert. Wie kann ich es
> aber anstellen, dass ich den Content mit Logo1 ausdrucken kann? Soweit ich
> weiss kann man ja immer nur ein PAGE-Objekt zum Drucken
> (typenum=98)definieren.

 Du kannst beliebig viele PAGE Objekte anlegen und mit ihnen tun was
 immer du willst, d.h. da hast du kein Problem ;-)

----
print = PAGE
print.typeNum = 105
print.10 < styles.content.get

print_logo = PAGE
print_logo.typeNum = 106
print_logo.10 < styles.content.get
print_logo.20 = IMAGE
print_logo.20.file = fileadmin/mein_logo.jpg
----
 (vereinfacht)

 Den Seitentyp (typeNum) kannst du in der Extension (TS) über 
 type= festlegen
 (http://typo3.org/documentation/document-library/make_printlink/Configuration-57/)

 lg
 Wolfgang

 --------------------------------------------------------
 Wolfgang Klinger           mailto:wolfgang at stufenlos.net
 
 Public Key: 
 http://www.stufenlos.net/wolfgang/stfl_wolfgang.gpg
 --------------------------------------------------------

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-at/attachments/20040524/7ffd84be/attachment.pgp 


More information about the TYPO3-at mailing list