Quote Originally Posted by zeffer
The approve button in admin has nothing to do with them, if you want to get rid of the innoppropriate and feature this video buttons do this:

In View Video.tpl FIND THIS:
<DIV style="FONT-SIZE: 12px">Flag this video: Feature This!
Inappropriate

REPLACE WITH:
<!-- <DIV style="FONT-SIZE: 12px">Flag this video: Feature This!
Inappropriate -->
I've found another get around :

In View Video.tpl FIND THIS:
<DIV style="FONT-SIZE: 12px">Flag this video: Feature This!
Inappropriate

REPLACE WITH:
<DIV style="FONT-SIZE: 12px">Flag this video: Feature This!
Inappropriate

Basically if the visitor has no 'http_referrer' set then the flag links just point to itself, if the visitor has a 'http_referrer' set then the links work normally.

This means that google and yahoo bots etc will just see links back to the current page so can not flag the video. Admittedly it will also mean that those 'real people' that disable the 'http_referrer' variable in their browser will not be able to flag the video either.

I did try removing the whole block but as I have never done php before I kept getting errors so settled for this for now.

Greg