Hmm, wenn ich mir das in Ruhe ansehe ist kein <!-- ENDIF --> zu viel, sondern ein <!-- IF irgendwas --> zu wenig.
Original posting_buttons.html:
Code: Alles auswählen
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
<!-- IF S_BBCODE_ALLOWED -->
<div id="colour_palette" style="display: none;">
<dl style="clear: left;">
Deine posting_buttons.html:
Code: Alles auswählen
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>
<!-- /removed-by-BBCodeBox3/4seven-2008/
<div id="colour_palette" style="display: none;">
<dl style="clear: left;">
Ich vermute mal, dass <!-- IF S_BBCODE_ALLOWED --> sollte eigentlich nicht entfernt werden, oder?