Anonymous wrote:Thanks for the great mod work. I have a two comments.
- In the comments sections adding a note of where to find the latest version would be handy for when distributed from other sources than here. (e.g. with phpbb 2.0 Gold)
This site is not ment as an alternativ to phpbb.com, only a temporary site, while phpBB.com gets finished, after that, my mods will be posted there - so I gues that answers this
In "Part 2.txt", updating phpBB2/memberlist.php, the value for 'LAST_LOGON' you do a check to see if the user is logged on and if so use $userdate['user_timezone'] if not the board timezone. If you look in phpBB2/includes/functions.php under init_userprefs() you see that $board_config['board_timezone'] is set to the user's timezone. Could save you a ternary op.
Thanks I did know that, but have forgot to correct this, there is no point wasting CPU power