When someone posts in our discussion forum the default is “Notify me via email when someone posts to this thread”... what is the best way to make this *not* the default?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
September 03, 2007 7:28pm
Subscribe [2]#1 / Sep 03, 2007 7:28pm
When someone posts in our discussion forum the default is “Notify me via email when someone posts to this thread”... what is the best way to make this *not* the default?
#2 / Sep 03, 2007 8:50pm
Try setting the following text from:
<td class='tableCellOne' colspan='2'><div class='defaultBold'><input type='checkbox' name='notify_by_default' value='y' {state:notify_by_default} /> {lang:notify_by_default}</div></td>to
<td class='tableCellOne' colspan='2'><div class='defaultBold'><input type='checkbox' name='notify_by_default' value='n' {state:notify_by_default} /> {lang:notify_by_default}</div></td>NOTE: This will only work on new entries.
#3 / Sep 03, 2007 9:35pm
Excellent thanks Sue
#4 / Sep 04, 2007 1:29am
Just as a note, you can leave this up to your members as well, as they can turn the default on or off in the public member control panel.