
06-14-2014, 10:15 PM
|
 |
|
|
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by mokujin
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.)
Then 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 .
|
Thanks so much brother!  It works perfectly now.
Minor tweak
https://vborg.vbsupport.ru/showpost....5&postcount=10
|