Quote:
Originally Posted by Markos
is there a mod for Vb4 that will alert you that you have a private message without you having to refresh the page ???
|
By what means to alert you? There is a built in pop up option. To activate it for everyone, run this query at the phpmyadmin?
Code:
UPDATE user SET pmpopup = 1
If your db tables have a prefix, include that in the query as well.
ALternativly, have a look at these other mods:
https://vborg.vbsupport.ru/showthread.php?t=239733
https://vborg.vbsupport.ru/showthread.php?t=229428
Hope it helps.