Vape Posted November 16, 2005 Share Posted November 16, 2005 Pleeeeeeeeeeease could you add GMT+10:30 to the list of timezones. For 6 months of every year the forum times are always off for me :( (Location: South Australia, Australia) I don't know how to do it, but it can't be too difficult, as thesepeoplemanaged it. I would imagine there'd be a file somewhere that offsets the server time by however much, so I'm guessing you'd need to add some extra lines to that, and then add references to those lines in the dropdown box on the user profile page... I searched for some mods on it but most of them look pretty complex :-? Additionally, those people living in Chatham Island, New Zealand, all year, Newfoundland, from April to October, and Norfolk Island, Australia, all year would probably appreciate you adding GMT+12:45, GMT+13:45, GMT-2:30 and GMT+11:30. I asked around at phpbb but they say that 2.0.x is feature-frozen :( /me waves a large cookie in grin's direction. Where the bloody hell are you? Link to comment Share on other sites More sharing options...
Mercifull Posted November 16, 2005 Share Posted November 16, 2005 Doubly posty ^_^ Mercifull <3 Suzi "We don't want players to be able to buy their way to success in RuneScape. If we let players start doing this, it devalues RuneScape for others. We feel your status in real-life shouldn't affect your ability to be successful in RuneScape" Jagex 01/04/01 - 02/03/12 Link to comment Share on other sites More sharing options...
Mercifull Posted November 16, 2005 Share Posted November 16, 2005 ############################################################## ## MOD Title: Tip.it Timezones ## MOD Author: Mercifull < [email protected] > (Matt Sims) http://www.mercifull.com ## MOD Description: Add more time zones to the phpBB Descriptive Timezone mod by kender www.junebugbug.com ## MOD Version: 1.0.0 ## ## Installation Level: Easy ## Installation Time: ~1 Minutes ## Files To Edit: ## language/lang_english/lang_main.php ## Included Files: 0 ## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ############################################################## ## For security purposes, please check: http://www.phpbb.com/mods/ ## for the latest version of this MOD. Although MODs are checked ## before being allowed in the MODs Database there is no guarantee ## that there are no security problems within the MOD. No support ## will be given for MODs not found within the MODs Database which ## can be found at http://www.phpbb.com/mods/ ############################################################## ## Author Notes: ## ## This mod will replace the generic time zone settings, with a ## more descriptive setting allowing for your users to see a ## more recognizable format (Eastern, Central, Mountain, Pacific) ## ############################################################## ## MOD History: ## ## 2005-16-11 - Version 1.0.0 ## - Added support for more zones (Matt Sims) ## ## ############################################################## ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD ############################################################## # #-----[ OPEN ]------------------------------------------ # language/lang_english/lang_main.php # #-----[ FIND ]------------------------------------------ # // // Time Zone Mod // These are displayed in the timezone select box $lang['tz']['-12'] = '(GMT -12 Hours) Eniwetok, Kwajalein'; $lang['tz']['-11'] = '(GMT -11 Hours) Midway Island, Samoa'; $lang['tz']['-10'] = '(GMT -10 Hours) Hawaii'; $lang['tz']['-9'] = '(GMT -9 Hours) Alaska'; $lang['tz']['-8'] = '(GMT -8 Hours) Pacific Time (US & Canada)'; $lang['tz']['-7'] = '(GMT -7 Hours) Mountain Time (US & Canada)'; $lang['tz']['-6'] = '(GMT -6 Hours) Central Time (US & Canada), Mexico City'; $lang['tz']['-5'] = '(GMT -5 Hours) Eastern Time (US & Canada), Bogota, Lima, Quito'; $lang['tz']['-4'] = '(GMT -4 Hours) Atlantic Time (Canada), Caracas, La Paz'; $lang['tz']['-3.5'] = '(GMT -3.5 Hours) Newfoundland'; $lang['tz']['-3'] = '(GMT -3 Hours) Brazil, Buenos Aires, Georgetown'; $lang['tz']['-2'] = '(GMT -2 Hours) Mid-Atlantic'; $lang['tz']['-1'] = '(GMT -1 Hour) Azores, Cape Verde Islands'; $lang['tz']['0'] = '(GMT) Western Europe Time, London, Lisbon, Casablanca, Monrovia'; $lang['tz']['1'] = '(GMT +1 Hour) CET(Central Europe Time), Brussels, Madrid, Paris'; $lang['tz']['2'] = '(GMT +2 Hours) EET(Eastern Europe Time), Kaliningrad, South Africa'; $lang['tz']['3'] = '(GMT +3 Hours) Baghdad, Kuwait, Riyadh, Moscow, St. Petersburg, Nairobi'; $lang['tz']['3.5'] = '(GMT +3.5 Hours) Tehran'; $lang['tz']['4'] = '(GMT +4 Hours) Abu Dhabi, Muscat, Baku, Tbilisi'; $lang['tz']['4.5'] = '(GMT +4.5 Hours) Kabul'; $lang['tz']['5'] = '(GMT +5 Hours) Ekaterinburg, Islamabad, Karachi, Tashkent'; $lang['tz']['5.5'] = '(GMT +5.5 Hours) Bombay, Calcutta, Madras, New Delhi'; $lang['tz']['5.75'] = '(GMT +5.75 Hours) Kathmandu'; $lang['tz']['6'] = '(GMT +6 Hours) Almaty, Dhaka, Colombo'; $lang['tz']['6.5'] = '(GMT +6.5 Hours)'; $lang['tz']['7'] = '(GMT +7 Hours) Bangkok, Hanoi, Jakarta'; $lang['tz']['8'] = '(GMT +8 Hours) Beijing, Perth, Singapore, Hong Kong, Urumqi, Taipei'; $lang['tz']['9'] = '(GMT +9 Hours) Tokyo, Seoul, Osaka, Sapporo, Yakutsk'; $lang['tz']['9.5'] = '(GMT +9.5 Hours) Adelaide, Darwin'; $lang['tz']['10'] = '(GMT +10 Hours) EAST(East Australian Standard), Guam, Papua New Guinea'; $lang['tz']['11'] = '(GMT +11 Hours) Magadan, Solomon Islands, New Caledonia'; $lang['tz']['12'] = '(GMT +12 Hours) Auckland, Wellington, Fiji, Kamchatka, Marshall Island'; $lang['tz']['13'] = '(GMT +13 Hours) Nuku'alofa'; // // End Time Zone Mod // # #-----[ REPLACE WITH ]------------------------------------------ # // // Time Zone Mod (by Kender and Matt Sims) // These are displayed in the timezone select box $lang['tz']['-12'] = '(GMT -12 Hours) Eniwetok, Kwajalein'; $lang['tz']['-11'] = '(GMT -11 Hours) Midway Island, Samoa'; $lang['tz']['-10'] = '(GMT -10 Hours) Hawaii'; $lang['tz']['-9'] = '(GMT -9 Hours) Alaska'; $lang['tz']['-8'] = '(GMT -8 Hours) Pacific Time (US & Canada)'; $lang['tz']['-7'] = '(GMT -7 Hours) Mountain Time (US & Canada)'; $lang['tz']['-6'] = '(GMT -6 Hours) Central Time (US & Canada), Mexico City'; $lang['tz']['-5'] = '(GMT -5 Hours) Eastern Time (US & Canada), Bogota, Lima, Quito'; $lang['tz']['-4'] = '(GMT -4 Hours) Atlantic Time (Canada), Caracas, La Paz'; $lang['tz']['-3.5'] = '(GMT -3:30 Hours) Newfoundland'; $lang['tz']['-3'] = '(GMT -3 Hours) Brazil, Buenos Aires, Georgetown'; $lang['tz']['-2.5'] = '(GMT -2:30 Hours) NDT (Newfoundland Daylight Time)'; $lang['tz']['-2'] = '(GMT -2 Hours) Mid-Atlantic'; $lang['tz']['-1'] = '(GMT -1 Hour) Azores, Cape Verde Islands'; $lang['tz']['0'] = '(GMT) Western Europe Time, London, Lisbon, Casablanca, Monrovia'; $lang['tz']['1'] = '(GMT +1 Hour) CET(Central Europe Time), Brussels, Madrid, Paris'; $lang['tz']['2'] = '(GMT +2 Hours) EET(Eastern Europe Time), Kaliningrad, South Africa'; $lang['tz']['3'] = '(GMT +3 Hours) Baghdad, Kuwait, Riyadh, Moscow, St. Petersburg, Nairobi'; $lang['tz']['3.5'] = '(GMT +3:30 Hours) Tehran'; $lang['tz']['4'] = '(GMT +4 Hours) Abu Dhabi, Muscat, Baku, Tbilisi'; $lang['tz']['4.5'] = '(GMT +4:30 Hours) Kabul'; $lang['tz']['5'] = '(GMT +5 Hours) Ekaterinburg, Islamabad, Karachi, Tashkent'; $lang['tz']['5.5'] = '(GMT +5:30 Hours) Bombay, Calcutta, Madras, New Delhi'; $lang['tz']['5.75'] = '(GMT +5:45 Hours) Kathmandu'; $lang['tz']['6'] = '(GMT +6 Hours) Almaty, Dhaka, Colombo'; $lang['tz']['6.5'] = '(GMT +6:30 Hours)'; $lang['tz']['7'] = '(GMT +7 Hours) Bangkok, Hanoi, Jakarta'; $lang['tz']['8'] = '(GMT +8 Hours) Beijing, Perth, Singapore, Hong Kong, Urumqi, Taipei'; $lang['tz']['9'] = '(GMT +9 Hours) Tokyo, Seoul, Osaka, Sapporo, Yakutsk'; $lang['tz']['9.5'] = '(GMT +9:30 Hours) Adelaide, Darwin'; $lang['tz']['10'] = '(GMT +10 Hours) EAST(East Australian Standard), Guam, Papua New Guinea'; $lang['tz']['10.5'] = '(GMT +10:30 Hours) Adelaide (South Australia DST)'; $lang['tz']['11'] = '(GMT +11 Hours) Magadan, Solomon Islands, New Caledonia'; $lang['tz']['11.5'] = '(GMT +11:30 Hours) NFT(Norfolk Island Time) Kingston, Norfolk Island, Australia'; $lang['tz']['12'] = '(GMT +12 Hours) Auckland, Wellington, Fiji, Kamchatka, Marshall Island'; $lang['tz']['12.75'] = '(GMT +12:45 Hours) Chatham Island, New Zealand'; $lang['tz']['13'] = '(GMT +13 Hours) Nuku'alofa'; $lang['tz']['13.75'] = '(GMT +13:45 Hours) Chatham Island, New Zealand (DST)'; // // End Time Zone Mod // # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM Code under the GPL open source licence. There ya go mods, did the work for you ;) Easymod compliant also, validated by phpBB pre-validator Mercifull <3 Suzi "We don't want players to be able to buy their way to success in RuneScape. If we let players start doing this, it devalues RuneScape for others. We feel your status in real-life shouldn't affect your ability to be successful in RuneScape" Jagex 01/04/01 - 02/03/12 Link to comment Share on other sites More sharing options...
Vape Posted November 16, 2005 Author Share Posted November 16, 2005 /me bows down to the almighty Mercifull. Let me guess, you double posted on purpose to try to get the admins to put delete last post in topic in? :P Where the bloody hell are you? Link to comment Share on other sites More sharing options...
Mercifull Posted November 16, 2005 Share Posted November 16, 2005 /me bows down to the almighty Mercifull. Let me guess, you double posted on purpose to try to get the admins to put delete last post in topic in? :P No server timed out. I pressed back and then posted again ^_^ Mercifull <3 Suzi "We don't want players to be able to buy their way to success in RuneScape. If we let players start doing this, it devalues RuneScape for others. We feel your status in real-life shouldn't affect your ability to be successful in RuneScape" Jagex 01/04/01 - 02/03/12 Link to comment Share on other sites More sharing options...
Albosky Posted May 8, 2006 Share Posted May 8, 2006 +10.5 - Adelaide, Darwin - Daylight Time +11.5 - Kingston, Norfolk Island, Australia +12.75 - Chatham Island, New Zealand All added 5/8/06 I like to fart silently but deadly in movie theatersArd Choille says (11:41 PM):I wouldn't dare tell you what to do m'dear Link to comment Share on other sites More sharing options...
Vape Posted May 9, 2006 Author Share Posted May 9, 2006 +10.5 - Adelaide, Darwin - Daylight Time +11.5 - Kingston, Norfolk Island, Australia +12.75 - Chatham Island, New Zealand All added 5/8/06Thankyou sooooooooooooooooooooo much! You don't know how annoying this has been for me over the last.. 3 and a half years. No cookie for grin! Albosky: Just a note, Darwin doesn't actually observe daylight savings time. We have multiple states in Australia and they each do things differently :) The description that merc had "Adelaide (South Australia DST)" is more accurate. I don't care though, it's just that it's there! Huzzah!! :D :D Where the bloody hell are you? Link to comment Share on other sites More sharing options...
Ks_Jeppe Posted May 9, 2006 Share Posted May 9, 2006 +10.5 - Adelaide, Darwin - Daylight Time +11.5 - Kingston, Norfolk Island, Australia +12.75 - Chatham Island, New Zealand All added 5/8/06Thankyou sooooooooooooooooooooo much! You don't know how annoying this has been for me over the last.. 3 and a half years. No cookie for grin! Albosky: Just a note, Darwin doesn't actually observe daylight savings time. We have multiple states in Australia and they each do things differently :) The description that merc had "Adelaide (South Australia DST)" is more accurate. I don't care though, it's just that it's there! Huzzah!! :D :D :shock: I've never gotten that many cookies :shock: *steals on from Albosky* And just to make this not 100% spam: Thanks Albo :D Great job :D Link to comment Share on other sites More sharing options...
Albosky Posted May 9, 2006 Share Posted May 9, 2006 Ah k , I'll edit it and I'll just leave it for the next upload of that file , I just used the one that you use when not in DST and added , daylight time to it hehe /me the lvl 99 thief takes cookie back from jeppe I like to fart silently but deadly in movie theatersArd Choille says (11:41 PM):I wouldn't dare tell you what to do m'dear Link to comment Share on other sites More sharing options...
Ks_Jeppe Posted May 9, 2006 Share Posted May 9, 2006 Ah k , I'll edit it and I'll just leave it for the next upload of that file , I just used the one that you use when not in DST and added , daylight time to it hehe /me the lvl 99 thief takes cookie back from jeppeToo late, already eaten! :D /me watches the acid from her stomach dissolve Albosky's hand as he can't find the cookie :twisted: Link to comment Share on other sites More sharing options...
Albosky Posted May 20, 2006 Share Posted May 20, 2006 Just FYI for you folks that i have re-installed these modifications on the new system :) I like to fart silently but deadly in movie theatersArd Choille says (11:41 PM):I wouldn't dare tell you what to do m'dear Link to comment Share on other sites More sharing options...
Vape Posted May 20, 2006 Author Share Posted May 20, 2006 Good-oh :) Where the bloody hell are you? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now