spikescot2005 Wrote:Well i loaded this and its great but the picture i uploaded into my profile is on everyone elses profile now?
My mistake ^^
Open inc/plugins/pp.php
Find
if($mybb->user['pp'] != "")
Change into
if($memprofile['pp'] != "")
Find $pp = "<img src=\"{$mybb->user['pp']}\" alt=\"{$mybb->user['username']}\" />";
Change into
$pp = "<img src=\"{$memprofile['pp']}\" alt=\"{$memprofile['username']}\" />";
And change
global $db, $mybb, $templates,$pp_box ,$theme, $lang;
into global $db, $mybb, $templates,$pp_box ,$theme, $lang, $memprofile;
Or download the package again and just reupload the inc/plugins/pp.php =P