• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Email Notifications

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

In Admin Control Panel -> Configurations, if I set the option

Send an email to notify users when a topic reply is post

to True,

will all users get email notification when a new topic is posted? Or do they get email notification only when replies are posted?

Thanks
-- MH
[originally posted on jforum.net by mh]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

My users would like to receive email notification whenever a new topic is created or a reply is posted. How do I enable this?

Right now, Send an email to notify users when a topic reply is post, is set to True.

Thanks
-- MH
[originally posted on jforum.net by mh]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
jForum has two "watch" options, both of which are designed to allow users to opt-in but not really designed to have all user "opt-out".

First, users can decide to "Watch" a forum for new topics by clicking on the "Watch this forum" option in the main forum list. If they turn this one, they will receive an e-mail anytime a new Topic is created (but not Replies).

There is currently no code to automatically set this watch flag for all users. The individual user must select this.

The other option is to watch a particular Topic for replies. The option you talk will set the "watch this topic" option in the Post form to be enabled. This means that any poster who doesn't uncheck this will get a e-mail if a reply is posted.

However, if someone hasn't posted to a topic thread, they will have to manually "opt-in" by clicking "Watch this topic".

As with Forums, there is no code to force every topic to be watched by all users.

I hope this answers your questions or points you in the right direction.
[originally posted on jforum.net by monroe]
 
reply
    Bookmark Topic Watch Topic
  • New Topic