Hide Birthdays if No birthdays today

@halilesen · 11 Apr 2024 · 410 views
Post Reply
User avatar
halilesen
#1 ·
Posts: 50
Joined: 24 Mar 2024, 18:09
Full Name: Halil ESEN
Has liked: 8
Been liked: 7
If you have allowed birthdays to be shown on your phpBB forum, but there is no member with a birthday on that day and you want to hide that section completely instead of showing No birthdays today text, I will show you how to do it.

no-birthdays-today-hide-birthdays-phpbbgroup.jpg
no-birthdays-today-hide-birthdays-phpbbgroup.jpg (8.19 KiB) Viewed 410 times

First open the /template/index_body.html file of your style.

Find it:

Code: Select all

<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
Replace it with this:

Code: Select all

<!-- IF S_DISPLAY_BIRTHDAY_LIST and .birthdays -->
Save changes. Hide Birthdays if No birthdays today task was thus completed. Any questions?
Post Reply