Version: 1.0.1, by Boofo
Developer Last Online: Jun 2012
Category: Miscellaneous Hacks -
Version: 3.5.8
Rating:
Released: 08-16-2005
Last Update: 08-17-2005
Installs: 78
Uses Plugins Template Edits
Additional Files
No support by the author.
World Time Zones
(By Boofo)
==========
Description
--------------
This product will add a separate page with a listing of different world time zones.
Details
---------
1 Product XML
1 PHP file
3 Images
Installation
--------------
1. Upload worldtimes.php to your forums directory
2. Upload the 3 image files to your images/misc directory
3. Go to your AdminCP
Scroll down to 'Plugin System'
Click 'Manage Products'
Click 'Add/Import Product'
Click the 'Browse' button, and locate the product-worldtimes.xml file on your computer.
--------------
Done!
Enjoy!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I just wonder WHY you dont add this into installation instruction?
people need to check, or edit it before uploading, or you should head that off from $vbulletin->options[timeoffset]
using this, you wont need to worry about that editing
$servertime = ($timeoffset - ($timediff+ $vbulletin->options[timeoffset])); //Server is on GMT time
I just tried your line and it makes it 2 hours behind for me (hence, the reason I added the +2 when testing it).
We are working on a whole new setup for this that will require NO editing of any kind and it will show a lot more timezones and areas. There is a lot of information to enter so that is why it is taking longer than we had hoped for.
I thought I would share this modified .php file for this worldtime mod. It has been modified to synch to your VB timezones rather then it being a stand alone to configure. After to much frustration in the worldtime not being the same as the vb times, some complaining, having to explain how to correct. Got fed up.
So you can use this modded worldtimes.php just overright your old.
I also have thousands of members on my board worldwide, so Ive fixed several that were incorrect. This modified file also understands a few areas that dont follow daylight savings and would not change their clock.
I thought I would share this modified .php file for this worldtime mod. It has been modified to synch to your VB timezones rather then it being a stand alone to configure. After to much frustration in the worldtime not being the same as the vb times, some complaining, having to explain how to correct. Got fed up.
So you can use this modded worldtimes.php just overright your old.
I also have thousands of members on my board worldwide, so Ive fixed several that were incorrect. This modified file also understands a few areas that dont follow daylight savings and would not change their clock.