This is wonderful, I am using it and members love it. Thanks cyb.
I have one issue though it is also showing up on a few pages where it should not, how can I correct this?
For example I have a script called vbSpill It, it's an anonymous posting script and in that posting page it shows the chat, here is the upper code on the template, possibly you see something causing this?
Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
<title>$pagetitle - $vboptions[bbtitle]</title>
<script type="text/javascript">
function vbpsi_confirm(evt)
{
var confirmed=window.confirm('$vbphrase[vbpsi_confirm]')
if(confirmed==false)
{
YAHOO.util.Event.preventDefault(evt);
return false;
}
return true;
}
</script>
</head>
<body>
$header
$navbar
<table border="0" width="100%" cellpadding="$stylevar[cellpadding]px" cellspacing="$stylevar[cellspacing]px">
<tr>
<td valign="top">
<if condition="$can_view">
<if condition="$postbits">
$postbits
$pagenav
<else />
This is the upper part of the spill it template,
do you see anything causing it to show the chat?