1

(2 replies, posted in Feature requests)

Ok, thanks for this fast reply wink

2

(5 replies, posted in PunBB 1.2 troubleshooting)

Just look here : http://punbb.org/forums/viewtopic.php?pid=95664#p95664
That's how i solved the problem.

3

(2 replies, posted in Feature requests)

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 !