Quick edit to this hack to working in vb 4.2
1. Go to the admincp -> User Profile Field Manager -> See what Quote Notification field ID is (field5, field6, etc.)
2. Then edit field Options, change
PHP Code:
No
Email
Private Message
To:
PHP Code:
Private Message
Email
No
3. Go to Maintenance -> Execute SQL Query and run this query:
PHP Code:
UPDATE userfield SET field5 = 'Private Message'
Don't forget to change
fieldID and your table prefix.
Then all users will get a quote notification via PM.
Users can change the settings in User Settings -> General Settings -> Quote Notification.
Hope it helps .