Quote:
Originally Posted by Oblivion Knight
I'll look into possibilities, it could be something wrong with the ImpEx PM module again.
|
Nope, it wasn't ImpEx.
I changed this in
includes/adminfunctions_mh_pmwb.php:
Code:
$row['totalpm'] = ($vbulletin->products['mh_pmwbrd'] ? "<a href=\"mh_pmwbrd.php?do=showpm&u=$data[userid]\">$data[pmtotal]</a>" : $data['totalpm']);
To this:
Code:
$row['pmtotal'] = ($vbulletin->products['mh_pmwbrd'] ? "<a href=\"mh_pmwbrd.php?do=showpm&u=$data[userid]\">$data[pmtotal]</a>" : $data['pmtotal']);
It all works fine now..