There's something in this hack who will not work with latest version of Vbulletin because $birthdaybits is now independant of 'forumhome_loggedinusers'. It's now on template "forumhome_birthdaybit "
So... here what I do for correct the situation (mod of the original instal instruction)
a) In step 2
you must search for
instead of
and apply the code after "if ($showbirthdays)"
In step 3
Instead of template 'forumhome_loggedinusers', you must use 'forumhome_birthdaybit '.
So, in forumhome_birthdaybit templates, change this:
Quote:
<tr>
<td bgcolor="#13486D" colspan="6"><smallfont>
Today's Birthdays: $birthdays</smallfont></td>
</tr>
|
For this:
Quote:
<tr>
<td bgcolor="#13486D" colspan="6"><smallfont>
Today's Birthdays: $birthdays $todaysevents</smallfont></td>
</tr>
|
All others step are the same.
You can look at the results at my 2.2.6 vBulletin board
here