How to change hours

Download and support for PhpBB3 Welcome On Index
Locked
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 14 Mar 2010, 23:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

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.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3573
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

How to change hours

Post by Stoker »

Change 24 to 22
The greatest achievement in life is to inspire others
Board rules! No PM support
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 14 Mar 2010, 23:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

How to change hours

Post by Nully »

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