How to change hours

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

How to change hours

Post by Nully »

Good morning,

I would like to change the hours for the evening (and the night).

Code: Select all

case ($date < 24):
            // if the hour is 6pm-11pm
            $s_welcome = sprintf($user->lang['GOOD_EVENING'], $u_user_name);;
        break;
} 
I would prefer the evening 6pm-9pm.
Could you tell me how ?

Edit
I love this Mod. I installed, it works ok :D
If I could modify the hours for the evening it will be the top.

How to change hours

Post by Stoker »

Change 24 to 22

How to change hours

Post by Nully »

You always give solutions...so simple :D
Thanks