01-04-2008, 04:28 PM
This mod will make a PM legend show in your Private Message page. (Live on themes here!)
Go to your ACP > Templates > *Your Template Set > Private Messaging Templates > private.
Find
Replace with:
Save template. Refresh PM page. It should now be at the bottom.
Example:
[attachment=1018]
Enjoy!
Go to your ACP > Templates > *Your Template Set > Private Messaging Templates > private.
Find
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="trow1">{$multipage}</td>
<td class="trow1" align="right"><span class="smalltext"><strong>{$lang->jump_folder} {$folderjump} <input type="submit" class="button" name="hop" value="{$lang->go}" /></strong></span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<input type="hidden" name="action" value="do_stuff" />
</form><br /><br />
{$footer}
</body>
</html>Replace with:
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="trow1">{$multipage}</td>
<td class="trow1" align="right"><span class="smalltext"><strong>{$lang->jump_folder} {$folderjump} <input type="submit" class="button" name="hop" value="{$lang->go}" /></strong></span></td>
</tr>
</table>
</td>
</tr>
</table><br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table width="100%">
<tr>
<td>
<div style="text-align: center;"><img src="{$theme['imgdir']}/new_pm.gif" alt="New PM" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">New PM</span> <img src="{$theme['imgdir']}/old_pm.gif" alt="Old PM" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">Old PM</span> <img src="{$theme['imgdir']}/re_pm.gif" alt="Replied-to PM" style="vertical-align: middle;" /> <span class="smalltext">Replied-to PM</span> <img src="{$theme['imgdir']}/fw_pm.gif" alt="Forwarded PM" style="vertical-align: middle;" /> <span class="smalltext">Forwarded PM</span></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<input type="hidden" name="action" value="do_stuff" />
</form><br /><br />
{$footer}
</body>
</html>Save template. Refresh PM page. It should now be at the bottom.
Example:
[attachment=1018]
Enjoy!
definite kudos on this release!