Code:
<script language="JavaScript" type="text/javascript">
document.domain = "rchobbies.ca/Forum/";
</script>
needs to be:
Code:
<script language="JavaScript" type="text/javascript">
document.domain = "rchobbies.ca";
</script>
in both the vidiac, and vb templates. should fix it, I installed this on another forum last night, worked fine.
I cannot stress enough how important getting this part of the code right is! If this is incorrect, it will not work at all.