Code: Select all
UPDATE phpbb_users SET user_notify = 1
Code: Select all
ALTER TABLE `phpbb_users` CHANGE `user_notify` `user_notify` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '1'
Code: Select all
ALTER TABLE `phpbb_users` CHANGE `user_notify` `user_notify` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '1'
Code: Select all
'user_notify' => 0,
Code: Select all
'user_notify' => 1,
This gets discussed a lot around here.najamd wrote:Yeah.. but there are many things that are more complex then needed.. example permission management... its almost rocket science compared to the old version..
also if you by mistake delete first category and forum on a new forum... you need make them from scratch again and for a new user that is allot more complicated then it should be...
phpbb2 was exactly the same
I don't think everything needs to be configurable but this is kind of important..
Maybe it is important to you, but not necessarily to others.
specially for new site... you want to stimulate growth and user receiving alerts on posts is best defaulted to be turned on i think..
Again, your opinion but not everyone else's.
otherwise as they say... out of sight, out of mind..
I am starting a few PhpBB3 sites...I am sure that they do a lot of research before making a choice about the features, settings of the board. I would assume that part of that research includes what requests/complaints users have made over the years.