OK I'm using 3.6.1 and have this working fine using the product install. The problem though is that I can't get it to display in vba. I've tried several module downloads and have checked my templates but still no joy.
My vba is 2.2.0
If i run /modules/donate.php I get this error
Fatal error: Call to a member function on a non-object in /modules/donate.php on line 13
this is line 13
$query_users = $vbulletin->db->query("SELECT donor.userid, donor.total, user.username, user.showdonor
|