Seite 1 von 1

Problem mit einem Mod (Advanced BBcode box 3)

Verfasst: 07.10.2010 18:54
von cyberfrog77
Hallo zusammen.

Ich hätte da mal ein problem. Und zwar hab ich folgenden Mod installiert [ABD] Advanced BBcode box 3

Das schein soweit auch alles gut funktioniert zu haben, bis auf ein problem. Und zwar wenn ich einen neuen Betrag schreibe, und dann eine Vorschau ansehen will dann bekomme ich diese Fehlermeldung : Parse error: syntax error, unexpected '}' in /var/syscp/webs/getready/dkp/forum/cache/tpl_pbwow-cataclysm_posting_preview.html.php on line 150


In der "installationanleitung" is mir folgendes aufgefallen:
ich soll in der datei posting_preview.html bisschen was ändern.

Find

Tip: This may be a partial find and not the whole line.

Code: Alles auswählen

<!-- IF PREVIEW_SIGNATURE --><div class="signature">{PREVIEW_SIGNATURE}</div><!-- ENDIF -->
In-line Find

Tip: This is a partial match of a line for in-line operations.

Code: Alles auswählen

 class="signature"
In-line Add before

Code: Alles auswählen

 id="sig"

Bei mir sieht es so aus

Code: Alles auswählen

   <!-- IF PREVIEW_SIGNATURE -->
                 <ins><hr noshade="noshade" size="1" color="#9e9e9e" /></ins>
                 <span style="color:{postrow.POST_AUTHOR_COLOUR}">
                        {PREVIEW_SIGNATURE}
                 </span>
            <!-- ENDIF -->
aber bei mir is nur <!-- IF PREVIEW_SIGNATURE --> zu finden.
Der teil den ich abändern soll ,<div class="signature">{PREVIEW_SIGNATURE}</div><!-- ENDIF --> ist nicht vorhanden.

Könnte mir da vielleicht jemand der da Ahnung von hat vielleicht weiter helfen ???