Status
Not open for further replies.

iNF3RN0

Customer
Hi,

Right now I am using vmoods addon, but I want to switch over to DBtech "user status and moods" addon, however I don't want this extra feature in the member profiles i-e "hsitory/record of member mood and status change). I want to keep it simple.

Is there anyway I can disable this? if not, is there any option available to prune all the status changing history on monthly basis etc? because it's kind of useless for putting extra load in the DB by logging all this :S (my personal opinion)
 
This is not a feature currently implemented but you can achieve this by running the following query:

Code:
DELETE FROM [COLOR="red"][B]{{YOUR TABLE PREFIX}}[/B][/COLOR]dbtech_status_statuslog

This will delete all logs from all users. I may implement pruning or the ability to disable logging in a future version. Hope this clears things up for you.
 
I just tried this to test and it seemed to work fine. Disable the plugin: Member Info: Profile Blocks

That way, the data is still captured, but you completely remove the display of it in the member profile.
 
Status
Not open for further replies.
Back
Top