Seite 1 von 1

hide_post_buttons

Verfasst: 21.05.2006 16:22
von Gohst
ich brauche nochmal eure hilfe^^

aus dem "hide_post_buttons"-Mod

Code: Alles auswählen

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_body.tpl

#
#-----[ FIND ]------------------------------------------
#
<a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" align="middle" /></a>

#
#-----[ REPLACE WITH ]------------------------------------------
#
{U_POST_NEW_TOPIC}

#
#-----[ FIND ]------------------------------------------
#
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" align="middle" /></a>

#
#-----[ REPLACE WITH ]------------------------------------------
#
{U_POST_REPLY_TOPIC}

#
#-----[ FIND ]------------------------------------------
#
<a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" align="middle" /></a>

#
#-----[ REPLACE WITH ]------------------------------------------
#
{U_POST_NEW_TOPIC}

#
#-----[ FIND ]------------------------------------------
#
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" align="middle" /></a>

#
#-----[ REPLACE WITH ]------------------------------------------
#
{U_POST_REPLY_TOPIC}


#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

nur wie soll ich das ändern, wenn ich diese stellen nur zum teil finden kann ?


Komplette Dateien bitte verlinken
KB:datei
Markus


gruß Gohst

Verfasst: 21.05.2006 16:37
von Markus67
Hi ...

Der Button für neues Thema wird bei dir überhaupt nicht angezeigt in der Topicansicht ... von daher kannst du dir die 1. und 3. Änderung sparen.

suche:

Code: Alles auswählen

<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a>
ersetze mit:

Code: Alles auswählen

{U_POST_REPLY_TOPIC}
suche:

Code: Alles auswählen

><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a>
ersetze mit:

Code: Alles auswählen

{U_POST_REPLY_TOPIC}
Markus