To Fix the above go to template private_pm_messagelist
at the end find
Code:
<!-- forumjump -->
.
.
.
.
.
.
.
.
<!-- / forumjump -->
and replace with
Code:
<!-- forumjump -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
<td>
<div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap">
<form action="private.php" method="get">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="pp" value="$perpage" />
<strong>$vbphrase[jump_to_folder]</strong><br />
<select name="folderid" onchange="this.form.submit();">$folderjump</select>$gobutton
</form>
</div>
</td>
<td width="100%"> </td>
<td class="smallfont">$forumjump</td>
</tr>
</table>
<!-- / forumjump -->
_
after that all is ok
(take me 3 hours to find)
SorentoUltimate