The Arcive of vBulletin Modifications Site. |
|
[HTL] & [TXT] Number of Today's Birthdays on Forum Home Details »»
|
|||||||||||||||||||||||||||
|
[HTL] & [TXT] Number of Today's Birthdays on Forum Home
Developer Last Online: Jan 2023
Number of Today's Birthdays on Forum Home
Version: 1.0 vB-version: 3.0.0 Release Candidate 3 Developer: Kirby Install difficulty: Easy File edits: 5 Template edits: 1 Description of the Hack: This hack displays the number of today's birthdays on Forum Home. Instructions on how to install this hack manually can be found in the ZIP. HACK INSTALLATION DETAILS: Files modified for this Hack: includes/functions_databuild.php index.php Templates modified for this Hack: FORUMHOME This post was generated by the Hack Tracking Log Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Nice idea. Thanks!
|
|
#3
|
||||
|
||||
|
Nice, I don't know why this isn't default stuff..
|
|
#4
|
||||
|
||||
|
Is that the smallest screenshot ever at vbulletin? Hehee cheers mate
|
|
#5
|
||||
|
||||
|
Good for large boards, not for mine .,.,
|
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
Nice one. Good job.
|
|
#8
|
||||
|
||||
|
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']; Code:
$numbirthdays = $birthdaystore['day1count']; Code:
$numbirthdays = $birthdaysture['day2count']; Code:
$numbirthdays = $birthdaystore['day2count']; |
|
#9
|
||||
|
||||
|
Yep. Has already been fixed about 1 hour ago.
I really wonder how this typo made it into the instructions ... sorry. |
![]() |
|
|