Uhhhh, demo of what????bardosoft wrote:can i see demo ?
This mod does the same as the other topic only in a controlled way via the ACPaltoidboy 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.
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.',
));
?>