only comments with "with heading" checked are getting sent.
- Tom Hoffman
- hoffman@feinsteinhs.org
2002/12/06 03:32 GMT (via web):
Is adding "and mail out" to the form the fix to this? How does one make it checked by default?
SimonMichael, 2002/12/06 03:56 GMT (via web):
It's not a fix, it's an aikido move.. we may like the buggy behaviour better.
You would customize your footer and replace the checkbox with a hidden input field.
DeanGoodmanson, 2002/12/06 04:47 GMT (via web):
create a dtml method "standard_wiki_footer"
then fill it with the contents of the product file:
.. zwiki/skins/default/standard_wiki_footer.dtml
finally find the lines around the word "use_heading" and add the word "checked" in that input tag
For example:
<input type=checkbox name="use_heading" checked value="1" From: <input type=checkbox name="use_heading" value="1"
This will override the checking to default it on for issue and discussion pages.
This should probably go in a faq somewhere...
SimonMichael, 2003/01/30 16:19 GMT (via web):
This is default behaviour now, closing this.
property change --SimonMichael, 2003/06/23 11:02 GMT reply
Category: general => mail