Status
Not open for further replies.
If you right click it and click copy image address, then paste it here, I'll be able to tell you more :)
 
Try this:
Code:
DELETE FROM dbtech_vbactivity_rewards WHERE feature = 'achievement' AND featureid = '22'
Remember to add your table prefix.

Then it's just a matter of waiting until those users get a new Achievement or Award, and it should go away.
 
open your config.php file and check the tableprefix setting.

If your table prefix is vb_ then run
Code:
DELETE FROM vb_dbtech_vbactivity_rewards WHERE feature = 'achievement' AND featureid = '22'

Etc.
 
$config['Database']['tableprefix'] = '';

Its nothing. So run it like this:

Code:
DELETE FROM dbtech_vbactivity_rewards WHERE feature = 'achievement' AND featureid = '22'

right?
 
Status
Not open for further replies.

Similar threads

Legacy vBActivity & Awards

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,728
Customer rating
0.00 star(s) 0 ratings
Back
Top