Download and support for PhpBB3 Welcome On Index
-
Nully
- Donator
- Posts: 258
- Joined: 14 Mar 2010, 23:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
-
Contact:
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
If I could modify the hours for the evening it will be the top.
-
Stoker
- Site Admin
- Posts: 3573
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
-
Contact:
Post
by Stoker »
Change 24 to 22
The greatest achievement in life is to inspire others
Board rules! No PM support
-
Nully
- Donator
- Posts: 258
- Joined: 14 Mar 2010, 23:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
-
Contact:
Post
by Nully »
You always give solutions...so simple
Thanks