
This is the Insert that need to happen during the install...
- Code: Select all
INSERT INTO phpbb_acl_options( auth_option, is_global, is_local ) VALUES ('f_points', 0, 1);
ALTER TABLE `phpbb_users` ADD `user_points` INT( 11 ) NOT NULL DEFAULT '0';
I don't have a clue what file this needs to be added to and or if it's even that easy.
Thanks in advance




