pLogBirthdays v0.1 This simple plugin provides a method to display birthday congragulations to members in its own database, maintained through the admin interface. The admin interface is designed to handle infinite entries and allows search functionality. I ignored edit functionality because its unlikely one would need to edit ones birthday... This is the template code I use to stick it in pages... -- {if $plogbirthdays neq ""}
Birthday Club
Happy Birthday!


{foreach from=$plogbirthdays->getTodaysBirthdays() item=birthday} {$birthday}

{/foreach}
{/if} --