[TYPO3-german] Content über Marker doppelte Einträge
Jochen Graf
graf at uni-landau.de
Mon Jun 14 14:20:45 CEST 2010
Jochen Graf schrieb:
> Hallo,
>
> ich binde meinen Content über einen marker ein
>
> marks.INHALT < styles.content.get
>
> Nun hatte ich die Extension rgaccordion und diese wie folgt eingebunden
>
> marks.INHALT = CONTENT
> marks.INHALT {
> renderObj < plugin.tx_rgaccordion1
> table = tt_content
>
> select.orderBy = sorting
> # Spalte Normal
> select.where = colPos = 0
> }
>
> HTML Vorlage
> <div id="content">###INHALT###</div>
>
> #marks.INHALT < styles.content.get // wurde auskommentiert.
>
> Nun bekomme ich auf meiner Seite einen doppelten Inhalt angezeigt??
>
> http://www.typotest6.uni-landau.de/startseite_paeps.html
>
> Auf einer anderen Domain habe ich dieses auch so eingerichtet und es
> klappt?
>
> Hätte jemand einen Tipp für mich? Stehe auf dem Schlauch!
>
> So klappt dass ja auch!!
> marks.INHALT < styles.content.get
>
> Danke
>
>
>
Hallo,
ok, habe die Lösung
der Eintrag fehlte noch
"select.languageField = sys_language_uid "
marks.INHALT = CONTENT
marks.INHALT {
renderObj < plugin.tx_rgaccordion1
table = tt_content
select.orderBy = sorting
select.where = colPos=0
# Eingetragen am 14 Juni Jochen
select.languageField = sys_language_uid :-)
}
--
Mit freundlichen Grüssen
Jochen Graf
Universität Koblenz-Landau / Campus Landau
Arbeitstelle Multimedia/Technik-Administration
Gebäude K, Raum 2.03
Fortstraße 7
76829 Landau
Tel.: +49-(0)6341/280-34224
Mobil:0152/03285324
mail: graf at uni-landau.de
web http://www.paeps.uni-landau.de
web http://www.paeps.technik.uni-landau.de/
More information about the TYPO3-german
mailing list