Re: soul_city icon umändern
Verfasst: 26.11.2011 15:04
Nein! Die "16" gehört zum Link, der sollte bei dir in der viewtopic_body.html, und den anderen Dateien wo es den Button gibt, fehlen, dass sieht ungefähr so aus:
Aber da musst du gar nichts ändern. Sondern in der CSS-Datei dazu, da steht sowas:
Das musst du passend ändern, die zwei Nullen sind nämlich Unsinn.
Grüße
Blackhawk
Code: Alles auswählen
<div class="buttons">
<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED_SHORT}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></a></div>
<!-- ENDIF -->
</div>
Code: Alles auswählen
.buttons div.post-icon {
height: 0;
width: 0;
}
Grüße
Blackhawk