[TYPO3] Question on print page template

Victor Livakovsky v-tyok at mail.ru
Wed Oct 1 17:17:46 CEST 2008


> I have a print link on my site that does show a print version, BUT it does
> only show the normal content, I would like to also have the BORDER content
> displayed, How would I do that ?


If you included you print template as static, you have to go
"Template" - > "Template Analyzer" -> "plugin.alt.print (98)"
There you'll see, which *.tmpl file is used for your print template
and TS configuration of print template.
So, you have to create f.e. ###BORDER### mark at print template and
then in TS add such string:
alt_print.10.marks.BORDER < styles.content.getBorder

Or define your own print template. F.e.:
print = PAGE
print {
  typeNum = 98
  10 < styles.content.get
  20 < styles.content.getBorder
}



More information about the TYPO3-english mailing list