Quote:
The DST is used for Daylight Savings Time for areas where it is used.
I see you are using vBadvanced CMPS.
Make sure you have profile.php added to your Footer Replacements in Global Settings.
If that doesn't fix it replace"profile.php" to the full url to your profile.php file here:
|
Thanks for your reply.
- Replacing profile.php to the full url of profile.php doesn't fix the issue.
- I can't find "footer replacements" in vb global settings
Is it a problem if I simply delete that part of the style footer :
Quote:
<form action="profile.php" method="post" name="dstform"><input name="s" value="" type="hidden">
<input name="do" value="dst" type="hidden"></form>
<script type="text/javascript">
<!--
var tzOffset = 2 + 0;
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 -->
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
|
Will the forum run properly without that ? (maybe I can turn off this Daylight Savings Time setting somewhere...)
Thanks again.