PDA


View Full Version : Today's Birthday Module - Font Size


MotoUp
06-09-2005, 01:51 PM
Where do I go to change the font size of the usernames to have a birthday in the Today's birthday's module. I want to make it a smaller font, to match the rest of my portal.

Brian
06-09-2005, 02:00 PM
Look in your modules/birthdays.php file for this code:
$home["$mods[modid]"]['content'] = iif($birthdays, str_replace(array('member.php', ','), array($vboptions['bburl'] . '/member.php', '<br />'), $birthdays), $vbphrase['none']);


Replace it with this:
$home["$mods[modid]"]['content'] = iif($birthdays, '<span class="smallfont">' . str_replace(array('member.php', ','), array($vboptions['bburl'] . '/member.php', '<br />'), $birthdays) . '</span>', $vbphrase['none']);

And that should do the trick.

MotoUp
06-09-2005, 02:09 PM
Perfect, thanks! Any ideas on the upcoming events? LOL