Search Engine Flag Problems - FIXED
Ok here is the fix that everyone has been after.
This fix will stop search engines from flagging your site, and infact anyone who is not signed up to the site!
Find
Quote:
<A name=flagvideo></A>
<TABLE style="MARGIN-TOP: 10px" cellSpacing=0 cellPadding=0 width=378 align=center bgColor=#ffeebb border=0>
<TR>
<TD align=center style="PADDING-RIGHT: 5px; PADDING-BOTTOM: 10px; PADDING-TOP: 5px; TEXT-ALIGN: center" width=378 style="PADDING-left: 10px">
<DIV style="FONT-SIZE: 10px; PADDING-BOTTOM: 5px">Please help keep this site
FUN,
CLEAN, and
REAL.</DIV>
<DIV style="FONT-SIZE: 12px">Flag this video:
Feature This!
Inappropriate
</DIV>
</TD>
</TR>
</TABLE>
And change with this:
Quote:
<A name=flagvideo></A>
{if $smarty.session.USERNAME}
<TABLE style="MARGIN-TOP: 10px" cellSpacing=0 cellPadding=0 width=378 align=center bgColor=#ffeebb border=0>
<TR>
<TD align=center style="PADDING-RIGHT: 5px; PADDING-BOTTOM: 10px; PADDING-TOP: 5px; TEXT-ALIGN: center" width=378 style="PADDING-left: 10px">
<DIV style="FONT-SIZE: 10px; PADDING-BOTTOM: 5px">Please help keep this site
FUN,
CLEAN, and
REAL.</DIV>
<DIV style="FONT-SIZE: 12px">Flag this video:
Feature This!
Inappropriate
</DIV>
</TD>
</TR>
</TABLE>{/if}
Problem sorted at last..... :D
Regards,
Mat.
-----------------------------
Forgot to say that this is the VIEW_VIDEO.TPL
Thanks Philthy for the reminder!
------------------------------------------------