Look them up here!jamiet757 wrote:What are the changes for the update?
There is a version history in the install.xml of this mod.jamiet757 wrote:...or something like that.
Code: Select all
'-6.00' => 'America/Detroit', // [UTC - 6] Central Standard Time
'-5.00' => 'America/Chicago', // [UTC - 5] Eastern Standard Time
Whoops, thanks for pointing that out!K2 wrote:That is incorrect. Ya got 'em flipped - Detroit is UTC -5, Chicago is UTC -6. I was wondering why after installing this mod it said my area was incorrect and my time set back one hourCode: Select all
'-6.00' => 'America/Detroit', // [UTC - 6] Central Standard Time '-5.00' => 'America/Chicago', // [UTC - 5] Eastern Standard Time
This table is only for the conversion of old time zones to the new ones. In the list users will see in their UCP all time zones are available.K2 wrote:For your next version, might I suggest Dallas for UTC -6 and New York for UTC -5, those are a bit easier to visualise I think when ppl are trying to figure out their area.
Thank you very much!K2 wrote:Overall, great job!
Code: Select all
require($phpbb_root_path . 'includes/automatic_dst.' . $phpEx);
Indeed, and next version will make this much more comfortable (read: Will remove this problem altogether)!Memphis007 wrote:EDIT: I solved my problem, just have to put in gym_style.php :Code: Select all
require($phpbb_root_path . 'includes/automatic_dst.' . $phpEx);
Well done, I'd have recommended to do it that way anyway.dontcoz wrote:I've uninstalled the old mod the best i could as some of its code got lost during my board updates and the new mod works beautifully (thanks for a great mod!).
I'd store the modification files somewhere on your machine or on your server for later reference (for example when you needed to look up how to uninstall Auto DST 1.0.5). Other than that they do not serve any purpose.dontcoz wrote:also (that's more of a general question) is there a value in adding modx files to your forum files system. also is there a value in adding .xml past updates files to your forum files system, other than to keep them somewhere so you can check what the changes were.