Link zum Originalthread
Code: Alles auswählen
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/profile_view_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<th class="thHead" colspan="2" height="25" nowrap="nowrap">{L_VIEWING_PROFILE}</th>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<th class="thHead" colspan="2" height="25" nowrap="nowrap">
<table width="100%"><tr><td align="center" class="cattitle" style="color: {T_FONTCOLOR3}">{L_VIEWING_PROFILE}</td>
<td align="right">{U_VISITS}</td></tr></table></th>
===
Falls die profile_view_body.tpl Datei mit diesem Mod verändert wurde:
Code: Alles auswählen
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/profile_view_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<th class="thHead" colspan="2" height="25" nowrap="nowrap">
<table width="100%"><tr><td align="center" class="cattitle">{L_VIEWING_PROFILE}</td>
<td align="right">{U_VISITS}</td></tr></table></th>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<th class="thHead" colspan="2" height="25" nowrap="nowrap">
<table width="100%"><tr><td align="center" class="cattitle" style="color: {T_FONTCOLOR3}">{L_VIEWING_PROFILE}</td>
<td align="right">{U_VISITS}</td></tr></table></th>