This page last changed on Dec 02, 2009 by rhartono.

You will need to modify a velocity file to achieve this:

  1. Open up <confluence install>/confluence/template/includes/macros.vm and look for comment.notification.enable.
  2. Replace value='false' to value='true'.

It should look like this:

	#if ($remoteUser && !$action.userWatchingPage && !$action.userWatchingSpace)
		#bodytag ("Checkbox" "name='watchPageAfterComment'" "theme='notable'" "label='comment.notification.enable'" "value='false'")
			#param ("tabindex" "203")
		#end
	#end

Your users will automatically be a watcher of a page after they posted a comment on the page. Even if the comment was removed they still will receive notifications if there are any updates made on the page. The solution is to remove themselves from the watcher list to stop receiving notification.

Document generated by Confluence on Dec 10, 2009 18:46