phpbb 3.3 support and other questions - Automatic Topic Subscription
phpbb 3.3 support and other questions
What is the query so that users who create a post do not have to remember to mark the option that a message arrives?
To make notify on reply the default:
UPDATE phpbb_users SET user_notify = 1 WHERE user_type <> 2
would be that?
and That will make reply notification the default for new users?
For new registrations:
OPEN includes/functions_user.php
FIND
CODE: SELECT ALL
'user_notify' => 0,
REPLACE WITH
CODE: SELECT ALL
'user_notify' => 1,
-
- Registered User
- Posts: 92
- Joined: Mon Jul 13, 2020 11:01 pm
- Contact:
Re: phpbb 3.3 support and other questions
If not, I'd love to see this ported to 3.3. - or have instructions on how to make it compatible with phpBB 3.3.alumnoxxi wrote:Is this extension currently supported / works for phpBB 3.3?
Thank you for not abandoning this ext.
- globetrotting
- Registered User
- Posts: 217
- Joined: Thu Jan 15, 2004 8:14 pm
- Location: globetrotting
- Contact:
Re: phpbb 3.3 support and other questions
-
- Registered User
- Posts: 916
- Joined: Sun Dec 03, 2006 2:23 pm
- Contact: