Moderator: Moderators

#
#-----[ OPEN ]---------------------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]---------------------------------------------
# around line 39
<td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
#
#-----[ IN-LINE FIND ]---------------------------------------------
# around line 39 (directly in that line)
{postrow.SIGNATURE}
#
#-----[ IN-LINE BEFORE, ADD ]---------------------------------------
#
</span>{postrow.ATTACHMENTS}<span class="postbody"> <div class="post-text">
{postrow.MESSAGE}<br /><br />
<span class="gensmall">{postrow.EDITED_MESSAGE}</span>
{postrow.SIGNATURE}
</div>

<div class="post-text">
{postrow.MESSAGE}<br /><br />{postrow.ATTACHMENTS}
<span class="gensmall">{postrow.EDITED_MESSAGE}</span>
{postrow.SIGNATURE}
</div>
<div class="post-text">
{postrow.MESSAGE}<br /><br />
<span class="gensmall">{postrow.EDITED_MESSAGE}</span>
</span>{postrow.ATTACHMENTS}<span class="postbody">{postrow.SIGNATURE}
</div>





<!-- BEGIN postrow -->
{ATTACHMENTS}
<!-- END postrow -->
<div class="forumline nav-div">
<p class="nav-header">
<a href="{U_INDEX}">{L_INDEX}</a> » <a href="{U_PRIVATEMSGS}" class="nav-current">{L_PRIVATEMSGS}</a>
</p>
<div class="nav-links">
<div class="nav-links-left">
{CURRENT_TIME}
</div>
</div>
</div>
<table cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td><span class="forumlink">{INBOX} </span></td>
<td><span class="forumlink">{SENTBOX} </span></td>
<td><span class="forumlink">{OUTBOX} </span></td>
<td><span class="forumlink">{SAVEBOX} </span></td>
</tr>
</table>
<br />
<form method="post" action="{S_PRIVMSGS_ACTION}">
{S_HIDDEN_FIELDS}
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left" valign="middle">{REPLY_PM_IMG} <!-- BEGIN xs_quick_reply -->{CA_QUICK_REPLY_BUTTON}<!-- END xs_quick_reply --></td>
</tr>
</table>
<table cellspacing="0" width="100%" class="forumline">
<tr>
<td colspan="2" class="row-header"><span>{POST_SUBJECT}</span></td>
</tr>
<tr>
<th width="150">{L_AUTHOR}</th>
<th>{L_MESSAGE}</th>
</tr>
<tr>
<td class="row-post-author">
<span class="post-name">{MESSAGE_FROM}</span><br />
<div class="post-details">{L_POSTED}: {POST_DATE}</div><br />
<img src="templates/ca_aphrodite/images/spacer.gif" width="150" height="1" alt="" />
</td>
<td class="row-post" width="100%">
<div class="post-buttons-top post-buttons"><span class="img-main">{QUOTE_PM_IMG}</span> {EDIT_PM_IMG}</div>
<div class="post-subject">{POST_SUBJECT} </div>
<div class="post-text">{MESSAGE}</div>
<!-- BEGIN postrow -->
{ATTACHMENTS}
<!-- END postrow -->
</td>
</tr>
<tr>
<td class="row-post-date"> </td>
<td class="row-post-buttons post-buttons"><span class="img-main">{PROFILE_IMG}</span> {PM_IMG} {EMAIL_IMG} {WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} {ICQ_IMG}</td>
</tr>
<tr>
<td class="spaceRow" colspan="2"><img src="templates/ca_aphrodite/images/spacer.gif" width="1" height="3" alt="" /></td>
</tr>
<tr>
<td class="catBottom" colspan="2"><input type="submit" name="save" value="{L_SAVE_MSG}" class="liteoption" /> <input type="submit" name="delete" value="{L_DELETE_MSG}" class="liteoption" />
<!-- BEGIN switch_attachments -->
<input type="submit" name="pm_delete_attach" value="{L_DELETE_ATTACHMENTS}" class="liteoption" />
<!-- END switch_attachments -->
</td>
</tr>
</table>
<table width="100%" cellspacing="0" class="empty-table">
<tr>
<td align="left">{REPLY_PM_IMG} <!-- BEGIN xs_quick_reply -->{CA_QUICK_REPLY_BUTTON}<!-- END xs_quick_reply --></td>
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span></td>
</tr>
</table>
</form>
{CA_QUICK_REPLY_FORM}
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
<td valign="top" align="right"><span class="gensmall">{JUMPBOX}</span></td>
</tr>
</table>

#
#-----[ OPEN ]-------------------------------------------------------
#
templates/ca_aphrodite/xs/xs_privmsgread.tpl
#
#-----[ FIND ]-------------------------------------------------------
#
<!-- INCLUDE privmsgs_read_body.tpl -->
#
#-----[ BEFORE, ADD ]------------------------------------------------
#
<!-- BEGIN postrow -->
<?php
ob_start();
?>
{ATTACHMENTS}
<?php
$str = ob_get_contents();
ob_end_clean();
$postrow_item['ATTACHMENTS'] = $str;
?>
<!-- END postrow -->
#
#-----[ OPEN ]-------------------------------------------------------
#
templates/ca_aphrodite/privmsgs_read_body.tpl
#
#-----[ FIND ]-------------------------------------------------------
#
<!-- BEGIN postrow -->
{ATTACHMENTS}
<!-- END postrow -->
#
#-----[ REPLACE WITH ]-----------------------------------------------
#
<!-- BEGIN postrow -->
{postrow.ATTACHMENTS}
<!-- END postrow -->
#
#-----[ SAVE/CLOSE ALL FILES ]---------------------------------------
#
# EoM
<div class="post-text">
{postrow.MESSAGE}<br /><br />{postrow.ATTACHMENTS}
<span class="gensmall">{postrow.EDITED_MESSAGE}</span>
{postrow.SIGNATURE}
</div>
Return to How to mod some styles
Users browsing this forum: No registered users and 1 guest