Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
SELECT comment_id FROM article_comments WHERE LOWER(comments) LIKE LOWER('%Here is some text that appears in the review%');UPDATE article_comments SET viewable=1 WHERE comment_id = 722;<a name="new"></a>
{include file="common/formErrors.tpl"}<table class="data" width="100%">
<tr valign="top">
<td class="label">{fieldLabel name="commentTitle" key="submission.comments.subject"}</td>
<td class="value"><input type="text" name="commentTitle" id="commentTitle" value="{$commentTitle|escape}" size="50" maxlength="100" class="textField" /></td>
</tr>
<tr valign="top">
<td class="label">{fieldLabel name="authorComments"}{translate key="submission.comments.forAuthorEditor"}<br>
<i><font color="#993300"><br>
Use this field if you wish to share your comment with both the Author
and the Editor.</font></i></td>
<td class="value"><textarea id="authorComments" name="authorComments" rows="10" cols="50" class="textArea">{$authorComments|escape}</textarea></td>
</tr>
<tr valign="top">
<td class="label">{fieldLabel name="comments"}{translate key="submission.comments.forEditor"}<br>
<i><font color="#993300"><br>
Use this field if you wish to share your comment with the Editor only.</font></i></td>
<td class="value"><textarea id="comments" name="comments" rows="10" cols="50" class="textArea">{$comments|escape}</textarea></td>
</tr>
</table>soj wrote:Hmmmmm - ran the queries, everything ran fine, verified that the comment is set to viewable (1) in the DB. However, it is still not showing up for the author. I cleared the caches too, jic.
I'm stumped ...
Of note, perhaps, is the fact that the comment output page does actually state "for author and editor" in the left hand column. This was so even prior to the DB mods.
Return to OJS Technical Support
Users browsing this forum: No registered users and 0 guests