Seite 2 von 2

Re: soul_city icon umändern

Verfasst: 26.11.2011 15:04
von Crizzo
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:

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>
Aber da musst du gar nichts ändern. Sondern in der CSS-Datei dazu, da steht sowas:

Code: Alles auswählen

.buttons div.post-icon {
    height: 0;
    width: 0;
}
Das musst du passend ändern, die zwei Nullen sind nämlich Unsinn.

Grüße
Blackhawk