[TYPO3-german] Druckversion Indexed Search - Ergebnisseite leer?
Philipp Gampe
phil at philippgampe.info
Fri May 15 00:02:52 CEST 2009
versuchs mal mit:
temp.print-link = TEXT
temp.print-link {
value = Print this page
wrap = <p class="print-link">|</p>
typolink {
# link to the current page id with type 98
parameter = {page:uid},98
parameter.insertData = 1
useCacheHash = 1
# add all get parameters from the current URL
addQueryString = 1
addQueryString.method = GET
# remove the page id from the parameters so it is not inserted
twice
addQueryString.exclude = id
}
}
# Add the print link to your page (you will have to adapt this
to your setup)
page.10.subparts.PRINT-LINK < temp.print-link
von http://support.typo3.org/snippets/c/131/?L=0&cHash=29f8452249
ich denke is liegt einfach daran, dass die Parameter nicht übergeben
werden
Grüße
Phil
Am Donnerstag, den 14.05.2009, 14:10 +0200 schrieb Marko Graßhoff:
> Hallo liebe Mailingliste,
>
> Ich habe folgendes TS zum Integrieren von Printversionen im Haupttemplate.
> einmal:
>
> druckversion = PAGE
> druckversion.typeNum = 1
> druckversion.includeCSS.file = fileadmin/user_upload/print.css
> druckversion.10 = TEMPLATE
> druckversion.10.template = FILE
> druckversion.10.template.file = fileadmin/tmpl/print.html
> druckversion.10.workOnSubpart = DOKUMENT
> druckversion.10.marks.MAINCONTENT < styles.content.get
>
> und noch
>
> page = PAGE
> page {
> typeNum = 0
> stylesheet = fileadmin/tmpl/test.css
> 10 = TEMPLATE
> 10.template = FILE
> 10.template.file = fileadmin/tmpl/dabei_tmpl.htm
> 10.workOnSubpart = DOKUMENT
> 10.marks {
>
> PRINT = TEXT
> PRINT.wrap = |
> PRINT.field = uid
>
> ...
> usw
>
> Druckversion anzeigen funzt auf allen möglichen Seiten, nur wird mir die
> Suchergebnisseite von Indexed Search nicht als Druckversion angezeigt.
> Da bekomm ich nur ne leere Seite..
>
>
> Hoffentlich habt ihr ne Lösung parat. Danke,
> Gruß
>
> M-ko
More information about the TYPO3-german
mailing list