WileCoyote hat geschrieben:Wahrscheinlich fehlt dir jetzt irgendwo ein <!-- ENDIF --> in der Datei
habe jetzt noch ein zusätzliches <!-- ENDIF --> eingebaut seitdem ist die Fehlermeldung weg..... allerdings steht immer noch kein Gewinner ect. dran
(als ich das <!-- ENDIF --> zu weit runter gesetzt hatte war die ganze leiste weg, das wäre die nächste Frage gewesen wie ich die weg bekomme ohne etwas groß im Code zu ändern)
EDIT:
Komischerweise bekomme ich auch die Fehlermeldung wen ich den ORIGINALEN Code anstatt meinen Code einsetzte ,mein Code lautet
(falls jemand mehr damit anfangen kann als ich) also ein fehlendes ENDIF habe ich ich gefunden
Code: Alles auswählen
<!-- Start DM Music Charts -->
<!-- IF S_DM_MC_CHECK_FIRST and S_USER_LOGGED_IN-->
<!-- S_LAST_WINNERS -->
<table class="tablebg" cellspacing="1" cellpadding="5" width="100%">
<tr>
<td class="row3" style="font-size: 12px;"><center><strong>{L_DM_MC_INDEX_WINNER} {PERIOD}</strong></center></td>
</tr>
</table>
<table class="tablebg" cellspacing="1" cellpadding="5" width="100%">
<tr>
<!-- BEGIN winners -->
<td class="row3" style="text-align: center; width: 33%; vertical-align: top;">
{winners.RANK}
<br /><br />
<b>{winners.SONG}</b><br />
{winners.FROM}<br />
<b>{winners.ARTIST}</b>
<br /><br />
<!-- IF S_HIGHSLIDE -->
<a href="{winners.VIDEO}" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )">{winners.IMG}</a>
<!-- ELSE -->
<a href="{winners.VIDEO}" onclick="return popup2(this, 'showpopup')">{winners.IMG}</a>
<!-- ENDIF -->
<br /><br />
{winners.USER}: {winners.WIN}
<br /><br />
</td>
<!-- END winners -->
</tr>
</table>
<!-- IF S_BONUS_WINNER -->
<br />
<table class="tablebg" cellspacing="1" cellpadding="5" width="100%">
<tr>
<td class="row2" style="text-align: center; font-size: 12px;">
<br />
{BONUS_WINNER}
<br /><br />
</td>
</tr>
</table>
<br />
<!-- ENDIF -->
<!-- ENDIF -->
<table class="tablebg" cellspacing="1" cellpadding="5" width="100%">
<tr>
<td class="row2" style="font-size: 12px;"><br /><strong><u>{L_INFORMATION}:</u></strong> {VOTE}<br /></td>
</tr>
</table>
<br /><br />
<!-- IF S_DM_MC_CHECK_SECOND and S_USER_LOGGED_IN-->
<!-- IF S_NEWEST -->
<table class="tablebg" cellspacing="1" cellpadding="5" width="100%">
<tr>
<td class="row2" style="font-size: 12px;"><strong><u>{L_INFORMATION}:</u></strong> {REMINDER}<br /></td>
</tr>
<tr>
<td class="row3" style="font-size: 12px;"><strong>{L_DM_MC_NEWEST_PERIOD}</strong><br /></td>
</tr>
</table>
<table class="tablebg" cellspacing="1" cellpadding="5" width="100%">
<tr>
<!-- BEGIN newest -->
<!-- <td style="text-align: center; vertical-align: top;"> -->
<td class="4" style="text-align: center; width: {newest.ROWS}%; vertical-align: top;">
<b>{newest.SONG}</b><br />
{L_DM_MC_FROM}<br />
<b>{newest.ARTIST}</b><br /><br />
<!-- IF S_HIGHSLIDE -->
<a href="{newest.VIDEO}" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )">{newest.IMG}</a>
<!-- ELSE -->
<a href="{newest.VIDEO}" onclick="return popup2(this, 'showpopup')">{newest.IMG}</a>
<!-- ENDIF -->
<br />
</td>
<!-- IF (newest.S_ROW_COUNT % 4) == 3 --></tr><tr><!-- ENDIF -->
<!-- END newest -->
</tr>
</table>
<!-- ENDIF -->
<br />
<br />
<!-- ENDIF -->
<!-- End DM Music Charts -->