Status
Not open for further replies.

Loony BoB

Customer
Something very minor indeed. :) For now I'll jus tell my members it's because posting shows how attached they are to the forums. ;)
 
No, that's not what's happening. What's actually happening is that the Points for Attachments points type is not editable in the settings, whereas it's displayed in the front-end.

There are a few issues with the default configuration. Correcting them requires an update, though you can manually correct it by running the following queries, then clicking Repair Cache.

Code:
UPDATE vb_dbtech_vbactivity_type SET display = '5', settings = '20' WHERE typename = 'totalpoints'
Code:
UPDATE vb_dbtech_vbactivity_type SET settings = '16' WHERE typename = 'activitylevel'
Code:
UPDATE vb_dbtech_vbactivity_type SET settings = '15' WHERE typename = 'attachments'
Code:
UPDATE vb_dbtech_vbactivity_type SET settings = '0' WHERE typename IN('albumpictures', 'attachmentviews', 'ttbattledraw', 'ttbattlewon', 'ttbattlelost', 'tttournywon', 'tttrade')

(Remember to change your table prefix from vb_ to whatever you use)
 
Last edited:
Status
Not open for further replies.

Legacy vBActivity & Awards

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