After installing this Mod
https://vborg.vbsupport.ru/showthread.php?t=179113 (thank you
https://vborg.vbsupport.ru/member.php?u=171640 nice Mod) I slightly adapted it to make the User PM Search Mod work by the following
Style Manager -> Edit Templates -> pm_messagelist
Find:
HTML Code:
HTML Code:
<if condition="$show['pagenav']">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
</if>
Replace it with:
HTML Code:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<td><a href="private.php?pmsearch=1"><img src="$stylevar[imgdir_button]/find.gif" alt="$vbphrase[send_new_message]" border="0" /></a></td>
<if condition="$pagenav">
<td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
Then save.
I must give the credit to Mazinger for this one as without their New PM Mod I wouldnt have had the idea.
Tested on our own forum
www.legalbeagles.info, and with the original PM Hack already added.