PDA

View Full Version : [fixed] $birthdaybits doesn't show when $loggedinusers is turned off


Byron
Sun 18th Nov '01, 12:03am
This is a minor bug due to the placement of $birthdaybits within the forumhome_loggedinusers template.

It the following two options are set to yes, the birthdaybits will appear.

Show today's birthdays on the homepage?
Display logged in users on home page?

However, if "Show today's birthdays on the homepage?" is set to yes and "Display logged in users on home page?" is set to no, birthdaybits do not appear.

This is because $birthdaybits is called via forumhome_loggedinusers, so if "Display logged in users on home page" is turned off, the $birthdaybits get turned off too.