Quantcast
Channel: TYPO3 Fragen und Probleme — TYPO3 Forum
Viewing all articles
Browse latest Browse all 480

TYPO3 6.2.25: Marker - Inhalte werden im Frontend nicht dargestellt.

$
0
0
Hallo zusammen,
ich nutze die TYPO3 Version 6.2.25.
Bei mir werden die Marker im Frontend nur so dargestellt: ###HOTLINKS### und keine Inhalte dafür.
An was kann das denn liegen?

Hier mein TYPOScript
}
#Hotlinks ausgeben
HOTLINKS = CONTENT
HOTLINKS {
table = tt_content
select.pidInList = 1901
select.where = colPos = 0
select.oderBy = sorting
}

In meinem HTML-Template habe ich das so hinterlegt.
<td>
<table width="100%" bgcolor="#326696">
<tr>
<td><font color="#FFFFFF" size="2" face="Arial, Helvetica, sans-serif"><b>Hotlinks</b></font></td>
</tr>
</table>
<table width="100%">
<tr>
<td bgcolor="#FFFFFF" bordercolor="#326696"><font size="1" face="Arial, Helvetica, sans-serif">###HOTLINKS###</font></td>
</tr>
</table>
</td>

Für Tipps und Hilfestellungen möchte ich mich im Voraus schon recht herzlich bedanken.

Viele Grüße
Reinhard Fraunholz

Viewing all articles
Browse latest Browse all 480

Trending Articles