Quote:
Originally Posted by Boko577
I've asked you this 3 times now, and I'm about to just uninstall the mod fully because it's annoying. Is there a way I can delete the awards given to someone? Cause I gave myself an award to see where it'd show up in the postbit, and now I'm not using awards and it's taking up space in my postbit... PLEASE ANSWER!
|
You must either wait for me to release 1.1.0, which will allow for you to delete all gifts via the administrative control panel.
Alternatively, if you really seriously need to delete a gift, run this mysql query.
PHP Code:
delete FROM `market_transactions` WHERE `gift_id` = X or `gift_customid` = X
You must replace X with your userid. This will remove all gifts listed for your username. If running a mysql query is not an option then you need to wait until I finish 1.1.0 up and then you'll be able to do that there.