Using 3.1.4. I have replaced "<< and >>" in << month [icon] month >> in widget, so now it show "picturearrow" month [icon] month "picturearrow".
All is looking fine except when you browse back or forward on months. Then i get a >> back on link to next month. (not showing <<, so this is right) I checked and i have no >> left in entire plugin - even removed it in update file (with picture) - still it show.
So problem is link for next. This is how template-functions.php look like there now.
// Next
$next=$date->plus_months($num_months);
echo "\t<td id='next'><a id='ec3_next' href='" . $next->month_link() . "'"
. '>' . $next->month_abbrev() . " <img src=http://my_site.org/blog/wp-content/plugins/event-calendar/nmnd.gif></a></td>\n";
echo "</tr></tbody></table>\n";
I have tried an it's not temp files or cache, so what is this strange behavier and how to remove the >> permanent?
And how to set month in nav to full month name and not just 3 letters like "jan" "feb" - i like "january" "february". I have search for it but i cant find any "M" in format to replace with "F".