
| Title | The quick reply 'more options' |
|---|---|
| Description | This is not a bug, but the 'Quick reply' 'more options' button will not work if the text is left blank. Instead the separate 'reply' icon would need to be clicked. |
| Affects | OCF users |
| Fix | To make it so the 'more options' button will always work, change line 3 of the 'COMMENTS' template to:Code
<form id="comments_form" onsubmit="Javascript: if ({+START,IF_PASSED,MORE_URL}(this.getAttribute('action')!='{MORE_URL*}') && {+END}(!checkFieldForBlankness(this.elements['post']))) return false; document.getElementById('form_submit').disabled=true; return true;" action="{COMMENT_URL*}#last_comment" method="post" enctype="multipart/form-data">
|
There have been no trackbacks yet
Edited