This page last changed on Dec 29, 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 their comment was removed they still will receive notifications if there is an update made on the page. To stop this, they should remove themselves from the watcher list.

Document generated by Confluence on Jul 09, 2010 01:11