nach 3 Tagen googlen und probieren bin ich nun auf eure Expertise angewiesen. Ich nutze das Paradigma-Theme von Rocketthemes und bin damit echt zufrieden. Nach dem ich ultimate points auch eingebunden habe, wird mir das auch auf der Nutzerprofilseite angezeigt.
[ externes Bild ]
Die Datei, die ich dafür editieren muss, ist die "memberlist_view.html", die unter "styles > prosilver > template" und das Snippet, was dort installiert wurde ist DAS:
Code: Alles auswählen
<!-- Start Ultimate Points -->
<!-- IF USE_POINTS -->
<dt>Punkte</dt>
<dd><!-- IF U_LOCKED --><b>{L_POINTS_LOCKED}</b><!-- ELSE -->{U_POINTS1} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF -->
<!-- ENDIF --></dd>
<!-- IF USE_BANK -->
<!-- BEGIN has_account -->
<dt>{L_BANK_BALANCE}:</dt>
<dd><!-- IF U_BLOCKED --><b>{L_POINTS_LOCKED}</b><!-- ELSE --> {BANK_GOLD} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF -->
<a href="{U_BANK_MODIFY}">{L_MOD_USER_BANK}</a><!-- ENDIF --></dd>
<!-- END has_account -->
<!-- BEGIN no_account -->
<dt>{L_BANK_BALANCE}:</dt>
<dd>{no_account.BANK_NO_ACCOUNT}</dd>
<!-- END no_account -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- End Ultimate Points -->
Es wird mir jedoch in der Postingübersicht bei meinem Profil das eben nicht angezeigt:
[ externes Bild ]
Die Datei, die ich dafür editieren muss (habe ich nach langem Probieren herausgefunden), ist die "viewtopic_body.html", die unter "styles > Paradigma > template" und das Snippet, was dort installiert wurde ist DAS:
Code: Alles auswählen
<!-- Start Ultimate Points -->
<!-- IF USE_POINTS -->Bald da:
<dd><!-- IF U_LOCKED --><b>{L_POINTS_LOCKED}</b><!-- ELSE -->{U_POINTS1} <!-- IF USE_IMAGES_POINTS --><img src="{T_THEME_PATH}/images/money.png" width="11px" height="11px" alt="" /><!-- ELSE -->{P_NAME}<!-- ENDIF -->
<!-- ENDIF --></dd>
<!-- ENDIF -->
<!-- End Ultimate Points -->
Die Variable "{U_POINTS1}" ist interessant für mich, aber auch nach reinkopieren passiert GAR NIX im Frontend. Nur das Wort PUNKTE, dass ich über das Backend eingetragen habe, wird angezeigt.
Das liegt bestimmt daran, dass diese Datei in einem anderen Styles-Ordner liegt. Nun meine Frage: wie kann ich das beheben? Ich dreh gleich durch hier

Vielen Dank!