Noticed a typo in the HTL file..
Only realised this today because there hasn't been any birthdays on my forums for a while.
In step 5 of the file edits (index.php), in the replacement code:
Code:
$numbirthdays = $birthdaysture['day1count'];
SHOULD be
Code:
$numbirthdays = $birthdaystore['day1count'];
AND
Code:
$numbirthdays = $birthdaysture['day2count'];
SHOULD be
Code:
$numbirthdays = $birthdaystore['day2count'];