phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Default User Profile - Email Replies

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
::  
Author Message
legal



Joined: 05 Jul 2006
Posts: 42

Default User Profile - Email RepliesPosted: Tue Jul 11, 2006 10:41 am    Post subject: Default User Profile - Email Replies

Hi
Does anyone know how I can make the default for new users to receive email notification when someone replies to one of their posts? At the moment the default is 'No'. I'd still like them to be able to change this to 'No', but the default should be 'Yes'.

Thanks very much.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

Default User Profile - Email RepliesPosted: Tue Jul 11, 2006 10:53 am    Post subject: Re: Default User Profile - Email Replies

I'd say this should do the trick Wink

Open :

Code:
includes/usercp_register.php


Find :

Code:
   $notifyreply = ( isset($HTTP_POST_VARS['notifyreply']) ) ? ( ($HTTP_POST_VARS['notifyreply']) ? TRUE : 0 ) : 0;


Replace with :


Code:
   $notifyreply = ( isset($HTTP_POST_VARS['notifyreply']) ) ? ( ($HTTP_POST_VARS['notifyreply']) ? TRUE : 0 ) : TRUE;



++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
legal



Joined: 05 Jul 2006
Posts: 42

Default User Profile - Email RepliesPosted: Thu Jul 13, 2006 11:13 am    Post subject: Re: Default User Profile - Email Replies

Thank you very much, that worked perfectly.
Very Happy
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

Default User Profile - Email RepliesPosted: Thu Jul 13, 2006 2:19 pm    Post subject: Re: Default User Profile - Email Replies

You're welcome Very Happy

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
Page 1 of 1

Navigation Similar Topics

Jump to: