Topic Reply Notification : To Make 'ON' by default

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Post Reply
parambyte
Registered User
Posts: 1
Joined: Wed Mar 14, 2007 9:45 am

Topic Reply Notification : To Make 'ON' by default

Post by parambyte »

hello all. I have a small forum, where I have noticed people often post something, forget about it and come back a month or more later.

it would be nice to set 'Topic Reply Notification' to ON by default for all people creating/participating on a particular topic. that way everyone's intetesr will be alive. of course the person will have the chance to switch the default 'ON' to 'OFF' if he/she doesnt want any more notifications.

how can this be made possible?

Ellimist
Registered User
Posts: 3
Joined: Sun Jun 29, 2008 9:39 am

Re: Topic Reply Notification : To Make 'ON' by default

Post by Ellimist »

From http://techtitbits.com/2010/02/turn-on- ... -in-phpbb/
Open 'includes/function_user.php'.
Find :

Code: Select all

      'user_notify'         => 0,
Replace :

Code: Select all

      'user_notify'         => 1,

Post Reply