Turn on Topic Reply Notification by default in phpBB

In phpBB3, topic reply notification is set to “Off” by default. Unlike vBulletin, where you are automatically subscribed to threads which you reply to, in phpBB, you have to manually check “Notify me when a reply is posted” from the “Post reply” page to subscribe.

However, there is an easy file edit that will keep “Notify me when a reply is posted” checked by default when posting a reply.

Open ‘includes/functions_user.php’:

Find :

      'user_notify'         => 0,

Replace with :

      'user_notify'         => 1,

After this edit, users will be automatically subscribed to threads while replying.

Related posts:

  1. Add canonical links to phpBB
  2. Changing the default command prompt directory
  3. Add keywords and description to phpBB’s index page without installing a mod

3 Comments

  1. pamela says:

    I am totally new to phpbb but finally managed to work out how to change the file but I don’t get the notifications.
    Any idea what I’m doing wrong?

  2. arashigorez says:

    Дорогие друзья, давайте делится хорошими стихами неизвестных авторов!

    [i]Автор: Давид Синицын[/i]

    [b]Окончательный отъезд[/b]

    “Лёшка,иди домой!” И улетаю.
    А что она решит,один мне чёрт.
    И я нисколько не переживаю,
    Что не пришла за мной в аэропорт.
    Не спросят у меня:”Приедешь скоро?”
    От этого мне вовсе ничего.
    Пускай я не увижу этот город,
    Ведь у меня в нём нету никого.
    Раскается иль нет она,всё поздно.
    Ведь всё равно,я не приеду к ней.
    Не думайте,что это – вероломство:
    Бывали вероломства пострашней.

  3. Tom Cook says:

    I changed this, but the forum still has the check box unchecked. What do I have to do to “make it take”? (I’m very new to phpBB.)

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>