Birthdays - Joomla! Forum - community, help and support


hi joomlans,

i'm using rowan seymour's birthday module [http://forge.joomla.org/sf/projects/birthdays/] content indented right bullets.

i want such contents aligned left w/ no bullets. has come hack/improvement?

thanks & more power joomla!  :d

it's relatively easy fix.  need modify html list tags in mod_birthdays.php.  want change list tag "ul" "dl"

find these lines:

// create list of birthdays
$content = "
    \n";
    foreach ($birthdays $birthday) {
    $content .= '
  • '.birthdays_makeitem($birthday, $name_link, $reminder_format, $today_format, $tomorrow_format, $tooltip_format, $date_format)."
  • \n";
    }
    $content .= "
\n";

echo $content;

and change them to:

// create list of birthdays
$content = "
\n";
foreach ($birthdays $birthday) {
$content .= '
'.birthdays_makeitem($birthday, $name_link, $reminder_format, $today_format, $tomorrow_format, $tooltip_format, $date_format)."\n";
}
$content .= "
\n";

echo $content;

i hope works did me.





Comments

Popular posts from this blog

Thread: PKI Client 5.00 install (for eToken Pro)

ATmega2560-Arduino Pin Mapping

Crossfader Arduino Tutorial