########################################################
OPEN:
forum_template.php
FIND:
function ViewProfile()
{
global $fSettings,$username,$txt;
REPLACE:
function ViewProfile()
{
global $fSettings,$username,$txt,$CurrentUserInfo;
FIND:
/pm.php?Action=write&username=&fromu=">Send Private Message to User
REPLACE:
/pm.php?Action=write&username=&tou=">Send Private Message to User
########################################################