Quote:
Originally Posted by kh99
Maybe you could do something like:
Code:
$avid = $pm['fromuserid'];
if ($avid == $vbulletin->userinfo['userid'])
{
$avid = $pm['touserid']
}
Then use $avid in place of $pm['fromuserid'] in the rest of your plugin code.
|
I am confused
Sorry Kevin but could you please explain this more?
Should I add the previous code to the same plugin?
Thanks very much