[]
Gregori said:Will this work with 6.4? [/]
Yes.
If I remember right, you need to change the following in the instructions.
ABOVE it, add this:<br /><br /> //------------------------------------------------------<br /> // Set up the link to send the user a Private Message - by JoshPet<br /> if ($config['private']) {<br /> $encoded = rawurlencode($Username);<br /> $privmessage = "<a href=\"{$config['phpurl']}/sendprivate.php?Cat=$Cat&User=$encoded\"><img src=\"{$config['images']}/sendprivate.gif\" alt=\"{$ubbt_lang['PRIV_HEAD']}\" border=\"0\"></a>"; <br /> }
change the encoded $Username to $EUsername and it'll work.