Betreffzeile vergrößern [subsilver2] + Link ~ PROBLEM
Verfasst: 09.08.2011 21:59
Hallo habe ein kleines Problem es handelt sich um dieses Snipped
(ich hoffe ich bin hier richtig für die anfrage da das snipped Forum nicht beschreibbar ist
)
viewtopic.php?f=85&t=196574
Zwischen Zeile 170 ind 180 habe ich allerdings das hier gefunden
hat es vielleicht was damit zu tun?
falls jemand mal nachschauen möchte findet ihr mein Link zum Forum in der Sig.
(ich hoffe ich bin hier richtig für die anfrage da das snipped Forum nicht beschreibbar ist

viewtopic.php?f=85&t=196574
ich habe in meiner viewtopic_body.html nichts gefunden indem ich die Angaben umsetzten kann soviel ich weis wurde auch von einem Mod nichts Verändert in der viewtopic_body.Dr.Death hat geschrieben:Snippet Vorschlag von: Intimus
Das Snippet betrifft die Betreffzeilen der Beiträge im Style "subsilver2", die an jene vom Style "prosilver" angepasst werden, d.h. größere Schrift und mit Link versehen.
Hier die notwendigen Änderungen:
ÖFFNE /styles/subsilver2/template/viewtopic_body.html
FINDE:ERSETZE MIT:Code: Alles auswählen
<td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};"> <b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- 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>
ÖFFNE /styles/subsilver2/theme/stylesheet.cssCode: Alles auswählen
<td class="genbig" width="70%"><div style="float: {S_CONTENT_FLOW_BEGIN};"> <b><!-- IF S_IS_BOT -->{postrow.POST_SUBJECT}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.POST_SUBJECT}</a><!-- ENDIF --></b></div></td><td class="gensmall" width="30%"><div style="float: {S_CONTENT_FLOW_END};"><!-- 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>
FINDE:DAVOR EINFÜGEN:Code: Alles auswählen
.gen { margin: 1px 1px; font-size: 1.2em; }
Zum Schluß nicht vergessen den Style "subsilver2" zu aktualisieren!Code: Alles auswählen
.genbig { margin: 1px 1px; font-size: 1.6em; color:#006597; }
Zwischen Zeile 170 ind 180 habe ich allerdings das hier gefunden
Code: Alles auswählen
</div>
<img src="{T_THEME_PATH}/images/spacer.gif" width="120" height="1" alt="" />
</td>
<td width="100%" height="25" class="row" valign="top">
<!-- IF not S_IS_BOT --><div style="float: {S_CONTENT_FLOW_END};"><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a><!-- ENDIF --></div><!-- ENDIF -->
<div class="postsubject"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}"><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /><!-- ELSE -->{postrow.MINI_POST_IMG}<!-- ENDIF --></a><!-- ENDIF --> {postrow.POST_SUBJECT}</div>
<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
<div class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span><br /> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></div>
<!-- ENDIF -->
falls jemand mal nachschauen möchte findet ihr mein Link zum Forum in der Sig.