jpx10
10.08.2005, 12:15
Hallo zusammen
Ich baue zur Zeit gerade folgenden Hack in mein Forum ein.
http://www.vbulletin.org/forum/showthread.php?t=79713
Nun komme ich bei Schritt 3 (POSTBIT und POSTBIT_LEGACY) nicht mehr weiter. In der Anleitung steht z.B.:
Die nächste Veränderung fügt ein Zeichen in alle verwarnten Posts ein. Es gibt eigene Anweisungen für das Postbit Template, hier angezeigt und für postbit_legacy in einer Fussnote am Ende dieses Bereiches, vor den Infos für das MEMBERINFO TEMPLATE.
Finde:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
Darunter einfügen:
<!-- Show warning points -->
<if condition="$showpoints==1">
<if condition="$post[warnings]>0">
<font color="#ff0000">
<BR>Warnings: $post[warnings]
<font color="#000000">
</if>
<if condition="$post[warning_level]>0">
<font color="#ff0000">
<BR>Warnings Level: $post[warning_level]
<font color="#000000">
</if>
Das Problem ist, dass ich ab da kein code mehr finde. Ich finde z.B. keine Zeile (siehe oben) die so aussieht:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
Ich verwende die VB Version 3.0.8
Was mache ich also falsch?
Gruss
Patrik
Ich baue zur Zeit gerade folgenden Hack in mein Forum ein.
http://www.vbulletin.org/forum/showthread.php?t=79713
Nun komme ich bei Schritt 3 (POSTBIT und POSTBIT_LEGACY) nicht mehr weiter. In der Anleitung steht z.B.:
Die nächste Veränderung fügt ein Zeichen in alle verwarnten Posts ein. Es gibt eigene Anweisungen für das Postbit Template, hier angezeigt und für postbit_legacy in einer Fussnote am Ende dieses Bereiches, vor den Infos für das MEMBERINFO TEMPLATE.
Finde:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
Darunter einfügen:
<!-- Show warning points -->
<if condition="$showpoints==1">
<if condition="$post[warnings]>0">
<font color="#ff0000">
<BR>Warnings: $post[warnings]
<font color="#000000">
</if>
<if condition="$post[warning_level]>0">
<font color="#ff0000">
<BR>Warnings Level: $post[warning_level]
<font color="#000000">
</if>
Das Problem ist, dass ich ab da kein code mehr finde. Ich finde z.B. keine Zeile (siehe oben) die so aussieht:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
Ich verwende die VB Version 3.0.8
Was mache ich also falsch?
Gruss
Patrik