Could you tell us the URL to your site? It seems it might be a UTF-8 / localization problem. Could you temporarily try to copy the "plugin_calendar.tpl" file from the carl_contest/ template folder into your bex01 directory and see if it makes a difference?
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
What do you mean? What can't you solve? What's the problem with copying plugin_calendar.tpl?
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
the plugin calendar is good in IE, but en Firefox no is good it unsquares, for name days Lun Mar Mie Jue Vie Sab Dom the text for the calendar is long.
exists another one plugin with these characteristics? Lu Ma Mi Ju Vi Sa Do ?
The problem is, that your spanish name for Saturday seems to contain a special character; in UTF-8 format that is a 2-byte character. Bex01 truncates the name after 2 characters; thus it would split your "a" character in half.
Sadly I know of no way to properly truncate the string in Smarty syntax; you would need to patch a config.inc.php for your template to do that.
Instead I would suggest you to use the plugin_calendar.tpl from carl_contest direcotry and then adjust the CSS code to make your calendar header smaller; you can do that by editing the style.css file and adding this:
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/