Works, thanx. I will report another bugs if i found them.
Some tips for other people:
To supress the day in the date, in templates/default.php
change
$readable .= '<span class="date" style="'.$datestyle.'">'. date_i18n("D, M d, Y",$items["mystrdate"]).'</span><br />';
to
$readable .= '<span class="date" style="'.$datestyle.'">'. date_i18n("M d, Y",$items["mystrdate"]).'</span><br />'.', ';
And for supress the line break between date and categories name: <br />
All this actions are about line 83