Quote:
Originally Posted by corsacrazy
can we have challenges set to on as default per user? because i cant challenge the people i want to challenge PLUS is it possible to make it clearer on HOW to challenge a member (i know the link is in their arcade stats page) but its only on some pages and itsnt clear for users as i have already had many pms about how to challenge
|
To turn on challenges by default for all new users, run this query:
Code:
ALTER TABLE `user` CHANGE `arcadesettings` `arcadesettings` INT(13) UNSIGNED DEFAULT "15" NOT NULL
However, this won't turn on challenges for existing users. To have challenges enabled and email notification turned on for every user, run this query:
Code:
UPDATE user SET arcadesettings=15