User Notify Default Setting

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29333
Joined: Sat Aug 16, 2003 7:36 am

User Notify Default Setting

Post by Extensions Robot »

Modification name: User Notify Default Setting
Author: david63
Modification description: Adds a new setting, in Post Settings of board configuration, for the default of a new user for "Notify upon replies"
Modification version: 1.0.0
Tested on phpBB version: 3.0.0

Download file: user_notify.zip
File size: 28035 Bytes

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Modifications Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Tue Feb 08, 2011 4:47 am, edited 5 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28856
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

User Notify Default Setting

Post by Paul »

Modification validated/released

Notes:
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

User Notify Default Setting

Post by david63 »

This post has been reserved for the MOD author.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
bardosoft
Registered User
Posts: 69
Joined: Sat Dec 15, 2007 8:12 pm

Re: User Notify Default Setting

Post by bardosoft »

can i see demo ?
;)
BS Video Saver <=- Video downloader
BS Video Saver Community <=- Our Community
Smog
Registered User
Posts: 103
Joined: Sun May 13, 2007 8:06 am

Re: User Notify Default Setting

Post by Smog »

bardosoft wrote:can i see demo ?
;)
Uhhhh, demo of what???? :shock:
altoidboy
Registered User
Posts: 34
Joined: Wed Mar 16, 2005 7:14 pm

Re: User Notify Default Setting

Post by altoidboy »

i'm not sure i get it. what does this mod do exactly?

there is already a default setting for e-mail notifications. what does this mod do differently?

i just found a thread that allows you to change the default setting for e-mail notifications:
http://www.phpbb.com/community/viewtopi ... 4&t=543143.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: User Notify Default Setting

Post by david63 »

altoidboy wrote:i'm not sure i get it. what does this mod do exactly?

there is already a default setting for e-mail notifications. what does this mod do differently?

i just found a thread that allows you to change the default setting for e-mail notifications:
http://www.phpbb.com/community/viewtopi ... 4&t=543143.
This mod does the same as the other topic only in a controlled way via the ACP
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
koutimanou
Registered User
Posts: 17
Joined: Tue Feb 05, 2008 11:47 pm

Re: User Notify Default Setting

Post by koutimanou »

Hi, please I would like a little bit of help with this User_notify Mod.

I have downloaded the zip file and am trying to follow the instructions. But I got stuck somewhere...After insert the values in the php_config (and I'm still doubting if i did it right), i read the following in the instructions:

Use your keyboard to navigate the code boxes. You may also hit 's' on your keyboard to go to the first code box.

But Where/what are the code boxes and how do I access them?

Also, I cannot find the files to EDIT: 'includes/acp/acp_board.php' , 'includes/acp/acp_board.php', 'language/en/acp/board.php' , Are they in the php_config place in mySQL? Are all changes supposed to take place in MySQL? I'm sorry...it say EASY in the instructions, but I'm already messing up things :oops:

Any help will be really appreciated...Thank you David for creating this mod.

Herman
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: User Notify Default Setting

Post by david63 »

@Herman - I would suggest that you start by reading this topic http://www.phpbb.com/community/viewtopi ... 9&t=724145
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
koutimanou
Registered User
Posts: 17
Joined: Tue Feb 05, 2008 11:47 pm

Re: User Notify Default Setting

Post by koutimanou »

Hi Everyone, Hello David, Thanks for the link. It was very helpful, and I wish I had read it before starting to install your mod. :mrgreen:

Anyway, i was able to redo everything, and I even created a fake user in my forum just to test the mod, and it worked! I received a notification email as planned. HOWEVER...

As i later tried to access the Board Configuration + Client Communication thru my forum ACP, I got this error message each time:
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)

I think i inserted the code in the language file as instructed (ADD BEFORE)...so i'm unable to access the things like avatars/ranks/post settings/etc...can you please show me what went wrong? I can even post the entire board.php code here if you wish to take a closer look. Thanks very much in advance.

Herman
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: User Notify Default Setting

Post by david63 »

Did you edit /language/en/acp/board.php correctly? The edits should be at the END of the file before ?>

I am guessing that you have put this at the START of the file.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
koutimanou
Registered User
Posts: 17
Joined: Tue Feb 05, 2008 11:47 pm

Re: User Notify Default Setting

Post by koutimanou »

Hi David. Thanks for taking a look at this board.php file for me. I copied and pastes the code towards the very end of this php file.

Code: Select all

=> 'Use SSL to connect',
	'JAB_USE_SSL_EXPLAIN'		=> 'If enabled a secure connection is tried to be established. The Jabber port will be modified to 5223 if port 5222 is specified.',
	'JAB_USERNAME'				=> 'Jabber username',
	'JAB_USERNAME_EXPLAIN'		=> 'Specify a registered username. The username will not be checked for validity.',
));
// User notify mod
$lang = array_merge($lang, array(
	'USER_NOTIFY'					=> 'User notify upon replies',
	'USER_NOTIFY_EXPLAIN'			=> 'The default value for when a user registers for replies to posts.',
));
?>
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: User Notify Default Setting

Post by david63 »

Revert to the backup that you made prior to installing this mod. If that is OK then try adding the mod again. If that does not work then the problem is somewhere else other that this mod.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
koutimanou
Registered User
Posts: 17
Joined: Tue Feb 05, 2008 11:47 pm

Re: User Notify Default Setting

Post by koutimanou »

David, you mean the back up of the 3 php files altered or the restoration of my forum thru the Restore button in my ACP? because I did that also before installing this mod.

Herman
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: User Notify Default Setting

Post by david63 »

The files
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here

Return to “[3.0.x] MOD Database Releases”