
09-16-2008, 04:10 AM
|
 |
|
|
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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.
|
may i ask how?
|