"
Customized Theme" it's nothing in their code.
You will have to go to your
pm_messagelist template and find this code:
PHP Code:
<div id="pmlist_info" class="floatcontainer">
<div id="forum_icon_legend" >
<h5>{vb:rawphrase icon_legend}</h5>
<dl>
<dt><img src="{vb:stylevar imgdir_statusicon}/pm_new.png" alt="{vb:rawphrase unread_message}" /></dt><dd>{vb:rawphrase unread_message}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/pm_old.png" alt="{vb:rawphrase read_message}" /></dt><dd>{vb:rawphrase read_message}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/pm_replied.png" alt="{vb:rawphrase repliedto_message}" /></dt><dd>{vb:rawphrase repliedto_message}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/pm_forwarded.png" alt="{vb:rawphrase forwarded_message}" /></dt><dd>{vb:rawphrase forwarded_message}</dd>
</dl>
</div>
<div>
<strong>{vb:rawphrase download_all_private_messages_as}</strong>:<br />
<a href="private.php?{vb:raw session.sessionurl}do=downloadpm&dowhat=xml">{vb:rawphrase xml}</a> |
<a href="private.php?{vb:raw session.sessionurl}do=downloadpm&dowhat=csv">{vb:rawphrase csv}</a> |
<a href="private.php?{vb:raw session.sessionurl}do=downloadpm&dowhat=txt">{vb:rawphrase text}</a>
</div>
</div>
then place it
(CUT & PASTE) above at the end of the
pmlist_info DIV before the DIV closing tag or anywhere else you might like.