View Single Post
Old 04-26-2009, 05:43 AM   #8
guynuked
Member
|Forum Newbie|
 
Join Date: Mar 2007
Posts: 43
guynuked is on a distinguished road
Default

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.
guynuked is offline   Reply With Quote