jackmaessen
✭✭✭jackmaessen ✭✭✭
Reactions
-
Re: Time Zone
This seems to work when putting in index.php: // set custom time$offset = '+5:30'; // 5 hours and 30 minutes later// Calculate seconds from offsetlist($hours, $minutes) = explode(':', $offset);$secon… (View Post)1 -
Re: How to open all external links in new tab?
There is a plugin for that: http://vanillaforums.org/addon/target_blank-plugin (View Post)7 -
Re: Time Stamp is 5 Hours Ahead (GMT) only In Comments not Discussions Page
Hmmm...you are right...i have the same issue with 1 hour difference as well on 2.1 version as on 2.2 version. Even on this forum there is a time difference when being logged in or out. See your own c… (View Post)1 -
Re: Time Zone
These timezones are supported by php: http://php.net/manual/en/timezones.indian.php (View Post)1 -
Re: Ajax no longer working
In file thankfulpeople.functions.js in plugins/ThankfulPeople2/js/ search for this line: $('span.Thank > a, span.UnThank > a').live('click', function(){ and change .live to .livequery like this… (View Post)5