Für prosilver basierende Styles
Für Benutzer verwarnen:
Öffne:
root/styles/stylename/template/mcp_warn_post.html
und root/styles/stylename/template/mcp_warn_user.html
Finde:
Code: Alles auswählen
<!-- IF RANK_TITLE --><dt>{L_RANK}{L_COLON}</dt><dd>{RANK_TITLE}</dd><!-- ENDIF -->
<!-- IF RANK_IMG --><dt><!-- IF RANK_TITLE --> <!-- ELSE -->{L_RANK}{L_COLON}<!-- ENDIF --></dt><dd>{RANK_IMG}</dd><!-- ENDIF -->
Code: Alles auswählen
<!-- IF RANK_IMG --><dt>{L_RANK}{L_COLON}</dt><dd>{RANK_IMG}</dd><!-- ELSE --><dt>{L_RANK}{L_COLON}</dt><dd>{RANK_TITLE}</dd><!-- ENDIF -->
Öffne:
root/styles/stylename/template/memberlist_view.html
Finde:
Code: Alles auswählen
<!-- IF AVATAR_IMG -->
<dl class="left-box">
<dt class="profile-avatar">{AVATAR_IMG}</dt>
<!-- IF RANK_TITLE --><dd style="text-align: center;">{RANK_TITLE}</dd><!-- ENDIF -->
<!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ENDIF -->
</dl>
<!-- ENDIF -->
Code: Alles auswählen
<!-- IF AVATAR_IMG -->
<dl class="left-box">
<dt class="profile-avatar">{AVATAR_IMG}</dt>
<!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ELSE --><dd style="text-align: center;">{RANK_TITLE}</dd><!-- ENDIF -->
</dl>
<!-- ENDIF -->
Code: Alles auswählen
<!-- IF not AVATAR_IMG -->
<!-- IF RANK_TITLE --><dt>{L_RANK}{L_COLON}</dt> <dd>{RANK_TITLE}</dd><!-- ENDIF -->
<!-- IF RANK_IMG --><dt><!-- IF RANK_TITLE --> <!-- ELSE -->{L_RANK}{L_COLON}<!-- ENDIF --></dt> <dd>{RANK_IMG}</dd><!-- ENDIF -->
<!-- ENDIF -->
Code: Alles auswählen
<!-- IF not AVATAR_IMG -->
<!-- IF RANK_IMG --><dt>{L_RANK}{L_COLON}</dt><dd>{RANK_IMG}</dd> <!-- ELSE --><dt>{L_RANK}{L_COLON}</dt><dd>{RANK_TITLE}</dd><!-- ENDIF -->
<!-- ENDIF -->
Öffne:
root/styles/stylename/template/ucp_pm_viewmessage.html
Finde:
Code: Alles auswählen
<!-- IF RANK_TITLE or RANK_IMG --><dd class="profile-rank">{RANK_TITLE}<!-- IF RANK_TITLE and RANK_IMG --><br /><!-- ENDIF -->{RANK_IMG}</dd><!-- ENDIF -->
Code: Alles auswählen
<!-- IF RANK_IMG --><dd class="profile-rank">{RANK_IMG}</dd><!-- ELSE --><dd class="profile-rank">{RANK_TITLE}</dd><!-- ENDIF -->
Öffne:
root/styles/stylename/template/viewtopic_body.html
Finde:
Code: Alles auswählen
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
Code: Alles auswählen
<!-- IF postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_IMG}</dd><!-- ELSE --><dd class="profile-rank">{postrow.RANK_TITLE}</dd><!-- ENDIF -->
Leere den Cache im "Administrations-Bereich" (ACP) > "Allgemein" > "Den Cache leeren"
Leere deinen Browser Cache
STRG+F5
Anmerkung:
Das hier
stylename
ist durch den von dir verwendeten Stylenamen zu ersetzen.Sollte keine Rangrafik definiert sein, so wird der Rangname angzeigt.