I found it too, thanks.
I still think we should empower our registered users control of comments on their videos.
I think it's a bit better than contacting admins to remove bad comments for them.
In the view_video.tpl, I could see this:
Quote:
<form name="removeCommentForm" action="{seourl rewrite="video/`$vinfo[0].VID`" url="/view_video.php?viewkey=`$vinfo[0].vkey`"}" method="post">
<input type="hidden" value="1" name="action_removecomment">
<input type="hidden" value="{$VID}" name="VID">
<input type="hidden" value="{$cominfo[i].COMID}" name="COMID">
<input onclick="return confirm('Are you sure to delete this comment?');"
type="submit" value="Remove Comment" name="remove_comment">
</form>
|
That would have been useful, but it's just not showing.
Using darkorange and 4.15 version.
Please advise.