Quote:
Originally Posted by djpassion
Ok.
Andrew, when making template changes to vb etc you normally have to reskin the forum. So just thought id let you know in case you need to change things etc
Admin panel > subdreamer settings > forum integration > skin integration
Im not sure how to do that
|
The standard vb footer template ends with these lines:
Code:
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
and the links_footer template normally ends with the sequence:
Code:
$footer
</body>
</html>
Take a look at these to see if you've changed anything.