Seite 3 von 3

Verfasst: 26.08.2004 22:41
von TheRealKoston
So oxpus hat die Lösung rausgebracht:

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>
Im Bezug auf die noch nicht veränderte profile_view_body.tpl Datei

===

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>