Quote:
Originally Posted by raynexeo
Did all of you edit the footer? Because if this code is removed they will not work:
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->
</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
|
That's still there, and the only thing edited in the footer is the vbpager code after that:
<!-- [START HACK='vB Pager' VERSION='3.0.1' CHANGEID= 5 ] -->
<if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid']">$pagermessage</if>
<!-- [END HACK='vB Pager' VERSION='3.0.1' CHANGEID= 5 ] -->