There's an error in this mod, just pointed out to me by a member who had been away for a while:
Currently, when visitor messages are deleted, the mod does NOT update the database variable vmunreadcount in user.
If a member has been a way for a while and unread visitor messages are deleted, it will still show those deleted unread messages in Notifications and there is no way for the user to reset that flag.
I have disabled the mod until this is fixed.
In the meantime, you can reset vmunreadcount to zero using the following SQL query:
Code:
update {prefix}user SET vmunreadcount=0