Quote:
Originally Posted by dartho
To fix this, open gifts.php in your forum root and search for
Code:
$pm->set_recipients($recipient['username'], $do);
and replace with
Code:
$pm->set_recipients(html_entity_decode($recipient['username']), $doit);
I also modified it an integrated with vbookie so members buy the gifts as opposed to just give them out for free. Probably easy to do this with any other cash system which has a column off the user table.
|
Thank you sir! Works perfect.