Topic: Add o_guest_timezone

Hi,

I'm using a punBB forum in Belgium (GMT+1) and the server timezone is GMT -5. I wanted guests to see posts at GMT+1.

I changed two files for this :
- /include/functions.php at line154, replacing $pun_config['o_server_timezone'] by 1.
- register.php at lines 311-347. I just removed the php sections and put the option selected="selected" where i wanted.

This is how I did but it would be great to change the "o_server_timezone" variable by a new one named "o_guest_timezone". And after that, put something in the admin pannel to change the value easily.

I hope this wasn't request before ! Sorry for my english, i'm not a native speaker !

Re: Add o_guest_timezone

In 1.3, server timzeone will disappear (time will be calculated from GMT using PHP's built in functions) and the ability to set the guest timezone will take its place smile

Re: Add o_guest_timezone

Ok, thanks for this fast reply wink