• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

How does the Watch feature work?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm struggling to find a description of what the user should expect when they click Watch this forum or Watch this thread.

When do they get emails?

What range of posts is in the emails?

For each post, what's included?

Thanks in advance,

W.
[originally posted on jforum.net by willbown]
 
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
With Watch this forum, they will get an e-mail for each new top level topic created.

With Watch this topic, they will get an e-mail for each new reply to that topic.

When the e-mail is created depends on your configuration. By default, the e-mail is sent when the post is made.

However, this can slow down postings on large sites, so there is an option to use a Quartz (scheduler package include with jForum) job. When this is run depends on you're settings.

Each post in an area that the user has opted to "watch" will be sent as a new e-mail.

The e-mail they receive is based on the template files in the templates/mail directory. E.g. mailNewReply.txt contains the verbage for a watched topic reply.

In addition, the user has several options they can set in their profile. These include:

1) The default "watch" setting for items the user posts. Note that in the full reply/new topic screen, this can be overridden for an individual post.

2) Send e-mail notiification even if the user has visited the forum after the message was posted.

3) Include the contents of the message with the reply.

FWIW, there is a "summary" job included. This is sort of a weekly digest of what's been posted. This was new with 2.1.8 and I'm not sure exactly how people get signed up for it. I think it might require info to be manually inserted into a table right now. But this might serve as a basis for a daily digest option for users who don't want individual e-mails.
[originally posted on jforum.net by monroe]
 
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
Thanks. That's all clear now. I'd suggest however that some simple way of informing the user of what to expect be found. Otherwise it is a bit mysterious. I signed up to watch this forum and was left wondering whether anything had actually haappened or not (until I got the first message with the first new thread - about two days later). Tip text on the Watch buttons would probably be enough.

W.
[originally posted on jforum.net by willbown]
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am a new member in JavaRanch. I am trying to watch a forum so that when a new topic is posted, I get a notification. But I am not able to find a watch forum option. Please suggest how can I watch a forum.

Thanks,
Shweta
 
Rancher
Posts: 43081
77
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's at the bottom of the forum's home page, like this page: https://coderanch.com/forums/f-114/jforum
 
Shweta A Singh
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply. . . . I was searching on top :P
 
I knew that guy would be trouble! Thanks tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic