ich will den Highscore von Knuffel in das phpBB-Portal3 einbinden. Habe mir dazu eine knuffelscore.html erstellt und entsprechend eingebunden. Die erstellte Seite (Überschrift etc.) wird angezeigt,


Nach der Überschrift habe ich folgenden Code eingesetzt:
Code: Alles auswählen
<!-- IF S_KNUFFEL -->
<!-- BEGIN knuffelscore -->
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist forums" style="padding: 10px">
<li>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="text-align: left; width: 20%;">{highscore.POSITION}</td>
<td style="text-align: center; width: 30%;">{highscore.POINTS}</td>
<td style="text-align: right; width: 40%;">{highscore.NAME}</td>
</tr>
<!-- BEGINELSE -->
<tr>
<td align="center">{L_KNUFFEL_NO_HIGHSCORES}</td>
</tr>
</table>
</li>
</ul>
</div>
<!-- END knuffelscore -->
<!-- ENDIF -->
Code: Alles auswählen
<!-- IF S_KNUFFEL -->
Code: Alles auswählen
<!-- ENDIF -->
Kann mir bitte jemand behilflich sein?


Vielen Dank vorab