luisraposo
but I added a functionality to display the next birthdays in an interval of n days (I wrote the author about this but did not receive a reply..)
= mod_birthdays.xml =
(line #59)
= helper.php =
(line #12)
/* kotasbiketeam */
//$query = "SELECT cp.user_id, u.username, cp.firstname, cp.lastname, cp.$feld_gebtag,"
$query = "SELECT * from ("
. "SELECT cp.user_id, u.username, cp.firstname, cp.lastname, cp.$feld_gebtag,"
(line #34)
/* kotasbiketeam */
//. "\n LIMIT 0," . $params->get('count','5');
. "\n LIMIT 0," . $params->get('count','5')
. ") as birthdays where days_to_birthday get('interval','30');
hope it helps!
luis raposo
many customization options, yet simple to put it to work with some nice transition effects.
I had some compatibility issues, contacted the author, and although it was holiday period :p, the problem was promptly fixed (turned out to be a config option).
keep up the good work!
thanks a lot Luis, all of you are welcome anytime.





