[TYPO3] printlink- cache and language

rupali.ffm at googlemail.com rupali.ffm at googlemail.com
Tue Sep 16 14:19:10 CEST 2008


Hello Frnds,
i have two problems regarding cron_printlink extension for print version of
the page:
1)
my site has two languages - german(default) and english. following is the
code for it. problem lies in (  60 < plugin.tx_cronprintlink_pi2) where it
generates the current url of page. it ia always printrd in english like:*This
page can found at:* url
how can i change this string to german language?
print = PAGE
print {
  typeNum = 98
  10 = TEXT
  10.data = field : title
  10.wrap = <h1>|</h1>
  30 < styles.content.getBorder
  35 < styles.content.get

  50 < styles.content.getRight
   55 < styles.content.getLeft
  60 < plugin.tx_cronprintlink_pi2
}
lib.drucken < temp.printlink
lib.drucken < plugin.tx_cronprintlink_pi1lib.drucken {
 linkContent = TEXT
 linkContent.value = drucken
}

2)
the content boxes(text/w image or normal text and seach box) which were
deleted , are also shown in print version. how can i avoid it?


More information about the TYPO3-english mailing list