Great mod installed and working for some time now :up:
Id like to use it for the
VBStatus template mods such as:
PHP Code:
Template Edit 1: headinclude
Add the Following HTML code to the BOTTOM of your template:
<!--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-->
How do I get TMS to add the code at the bottom?
Thanks