Quote:
Originally Posted by AA_
activation of the navbar alert for players without individual vbsoccer settings:
Code:
UPDATE tableprefixusertextfield
SET vbsoccernotify=1
WHERE vbsoccerprefs IS NULL AND EXISTS
(SELECT * FROM tableprefixsoccer_user_bet
WHERE userid=tableprefixusertextfield.userid
LIMIT 1);
|
so we need to run this query into out php admin? anyway i've activated this option but i never see the notification running ...