I'm using "vBadvanced CMPS", and there's an option to change page type in the ACP, and the options are "PHP", "HTML", "Template", and "BBCode", would changing the page type solve it?
--------------- Added [DATE]1256257017[/DATE] at [TIME]1256257017[/TIME] ---------------
EDIT: I found the template for it, and the home template, I've added this script, however, should it go at the VERY top, or under the <html> tags, ect.?
Code:
<if condition="$post['field11'] == 'No'">
<script type="text/javascript">
window.location="LINK"
</script>
</if>
is the script I've added, but it isn't working. Is there an issue with the redirect code or something?