×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Notify me always on

Notify me always on 9 years 3 months ago #30051

  • Hanneke Arts-Honselaar
  • Hanneke Arts-Honselaar's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Hello,
Can someone tell me if it is possibly to set 'Notify me' always to on.
I want the people that comment on my website to have always a notification when someone comments their comment.
Best greetings,
Hanneke

Notify me always on 9 years 3 months ago #30058

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Hanneke,
You'll have to do 2 things. First in the settings under template you'll have to require the user to submit an email (unless you are dealing with only registered users -> we'll use the e-mail that they've provided in their account).
After that you'll have to make a template override for default_form.php.
compojoom.com/support/documentation/ccomment/ch08#id442946

You'll have to change line 172 from
			<input type="checkbox" value="1" {{#user.notify}}checked="checked"{{/user.notify}} name="notify"
			name="ccomment-notify" />
to
			<input type="checkbox" value="1" {{#user.notify}}checked="checked"{{/user.notify}} name="notify"
			name="ccomment-notify"  checked />

Regards,
Daniel
The following user(s) said Thank You: Hanneke Arts-Honselaar, Ralf Longwitz
  • Page:
  • 1
Time to create page: 0.138 seconds