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 !