pls. ja mam template NOSEBLEED a pri modovani teda davam thanks mod posledna vec sa mi nedari a to v subore viewtopic_body.tpl ja v nom mam:
Kód:
<table cellspacing="1" class="viewtopic">
<tr class="toplines">
<th>{L_AUTHOR}</th>
<th>{L_MESSAGE}</th>
</tr>
<tr>
<td colspan="2"><h2><a href="{U_INDEX}"><</a> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a> ~ {TOPIC_TITLE}</h2></td>
</tr>
{POLL_DISPLAY}
<!-- BEGIN postrow -->
<tr>
<td class="row3 one"><a id="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</td>
<td class="row3 two">
<table cellspacing="0">
<tr>
<td><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" style="width: 12px; height: 9px; border: 0;" alt="" /></a>{L_POSTED}: {postrow.POST_DATE}</td>
<td class="txtright">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="{postrow.ROW_CLASS} three">
<span class="avatar">{postrow.POSTER_AVATAR}</span>
<span class="block">{postrow.POSTER_RANK}</span>
<span class="block">{postrow.RANK_IMAGE}</span>
<span class="block">{postrow.POSTER_JOINED}</span>
<span class="block">{postrow.POSTER_POSTS}</span>
<span class="block">{postrow.POSTER_FROM}<br />{postrow.CASH}</span>
</td>
<td class="{postrow.ROW_CLASS} four">
<table cellspacing="0">
<tr>
<td class="txttop">{postrow.MESSAGE}</td>
</tr>
<tr>
<td class="txtbottom"><span class="edited">{postrow.EDITED_MESSAGE}</span>{postrow.SIGNATURE}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="{postrow.ROW_CLASS} five blacklink"><a href="#top">{L_BACK_TO_TOP}</a></td>
<td class="{postrow.ROW_CLASS} six">
{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.SKYPE_IMG} {postrow.ICQ_IMG}
</td>
</tr>
<!-- END postrow -->
<tr>
<td class="row3 pad4 txtright" colspan="2">
<form method="post" action="{S_POST_DAYS_ACTION}">
<p>{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER}
<input type="submit" value="{L_GO}" class="button" name="submit" /></p>
</form>
</td>
</tr>
</table>
<div class="timezone left">{S_WATCH_TOPIC}</div>
<div class="timezone right">{S_TIMEZONE}</div>
<div class="spacing"></div>
<table cellspacing="0">
<tr class="lines_3">
<th>
<div class="left">
<a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a><br />
<a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a>
</div>
<div class="right">
{PAGE_NUMBER}<br />
{PAGINATION}
</div>
<div class="clear"></div>
<div class="left">
<span class="nav"><a href="{U_INDEX}">{L_INDEX}</a> ~ <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span>
</div>
</th>
</tr>
</table>
<div class="spacing"></div>
<div class="postbuttons"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" alt="{L_POST_NEW_TOPIC}" /></a><a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="" /></a></div>
<div class="spacing"></div>
<div class="right">{JUMPBOX}</div>
<div class="clear"></div>
<div class="spacing"></div>
<table cellspacing="0">
<tr>
<td class="txttop">
{S_TOPIC_ADMIN}
</td>
<td class="txtright">
{S_AUTH_LIST}
</td>
</tr>
</table>
a v navode pise ze mam urobit toto ale to neviem

Kód:
#
#-----[ OPEN ]---------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]---------------------------------
# This is a partial line, the complete line is much longer
#
<a href="{U_POST_NEW_TOPIC}">
#
#-----[ IN-LINE FIND ]---------------------------------
#
</a></span></td>
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
</a>
#
#-----[ AFTER, ADD ]---------------------------------
#
<!-- BEGIN thanks_button -->
<a href="{thanks_button.U_THANK_TOPIC}"><img src="{thanks_button.THANK_IMG}" border="0" alt="{thanks_button.L_THANK_TOPIC}" align="middle" /></a>
<!-- END thanks_button -->
</span></td>
#
#-----[ FIND ]---------------------------------
#
<!-- END postrow -->
#
#-----[ BEFORE, ADD ]---------------------------------
#
<!-- BEGIN thanks -->
<tr>
<td colspan="2" class="row2">
<table class="forumline" cellspacing="1" cellpadding="3" border="0" width="100%">
<tr>
<th class="thLeft">{postrow.thanks.THANKFUL}</th>
</tr>
<tr>
<td class="row2" valign="top" align="left">
<span id="hide_thank" style="display: block;" class="gensmall">
<a href="javascript: void(0);" onclick="document.all.show_thank.style.display = 'block';document.all.hide_thank.style.display = 'none'">{postrow.thanks.THANKS_TOTAL}</a> {postrow.thanks.THANKED}
</span>
<span id="show_thank" style="display: none;" class="gensmall">
{postrow.thanks.THANKS}
<br /><br /><div align="right"><a href="javascript: void(0);" onClick="document.all.show_thank.style.display = 'none';document.all.hide_thank.style.display = 'block'">[ {postrow.thanks.HIDE} ]</a></div>
</span>
</td>
</tr>
</table>
</td>
</tr>
<!-- END thanks -->
#
#-----[ FIND ]---------------------------------
# This is a partial line, the complete line is much longer
#
<a href="{U_POST_NEW_TOPIC}">
#
#-----[ IN-LINE FIND ]---------------------------------
#
</a></span></td>
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
</a>
#
#-----[ AFTER, ADD ]---------------------------------
#
<!-- BEGIN thanks_button -->
<a href="{thanks_button.U_THANK_TOPIC}"><img src="{thanks_button.THANK_IMG}" border="0" alt="{thanks_button.L_THANK_TOPIC}" align="middle" /></a>
<!-- END thanks_button -->
</span></td>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM