Page 1 of 1

How to change hours

Posted: 10 Sep 2011, 11:36
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

Posted: 10 Sep 2011, 23:12
by Stoker
Change 24 to 22

How to change hours

Posted: 11 Sep 2011, 01:56
by Nully
You always give solutions...so simple :D
Thanks