Quote:
Originally Posted by trancetopia
This is one hell of a great hack..
I have found a little problem, maybe a bug.
When vieweing the posts, the donate_donor.gif image only appear for the last person entered in the donator table and does not appear for any of the others.
I have only three donators and added these manually via the admin if this makes any difference.
Hope you can help.
Thanks,
Paul
|
check your user table to see if those three members have the showdonor column set to 1, if the users have set their status to showdonor=0 then it will not show. To show that image, the usertable needs to have set BOTH donor=1 and showdonor=1, if either of these are '0', then nothing will show.
check that and then let me know wht you come up with.