und wo ist die Änderung der viewtopic_body.html prosilver?
öffne und finde
Code: Alles auswählen
p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {postrow.POST_DATE} </p
Code: Alles auswählen
<a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a>
Code: Alles auswählen
<span class="postdetails"><b>{postrow.MINI_POST_IMG} <a onclick="return link_to_post(this.href);" href="{postrow.U_MINI_POST}">#{postrow.POST_NUMBER}</a></b></span>
öffne und finde:
Code: Alles auswählen
<!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE} </div></td>
Code: Alles auswählen
<a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a>
Code: Alles auswählen
<span class="postdetails"><b>{postrow.MINI_POST_IMG} <a onclick="return link_to_post(this.href);" href="{postrow.U_MINI_POST}">#{postrow.POST_NUMBER}</a></b></span>