Quote:
Originally Posted by Denno
When I add this code to my template as the readme file tells me to it mess up the ....................
|
Make sure u add this at the end of headinclude (make sure it is the end)
Code:
<!--BEGIN VBSTATUS-->
<!--BEGIN VBSTATUS-->
<!--BEGIN VBSTATUS-->
<if condition="$vbulletin->options['vbstatus_active']">
<div id='mypopup' name='mypopup' style='z-index:1000; position: absolute; background: none; border: none;'></div>
<script type="text/javascript" src="vbstatus/ajax_wrapper.js"></script>
<script type="text/javascript" src="vbstatus/headerjavascript.js"></script>
</if>
<!--END VBSTATUS-->
<!--END VBSTATUS-->
<!--END VBSTATUS-->
And regarding the postbit or postbit_legacy, if you dont know which one you are using, just add the code to both of them in your desired place.