Calender Problem on WP Themes

Creating and modifying plugins.
Post Reply
green
Regular
Posts: 6
Joined: Sat Jan 22, 2005 1:09 pm
Location: Ontario Canada
Contact:

Calender Problem on WP Themes

Post by green »

I'm running the latest 08 CV and notice that my calender only shows the first month the Blog was started. (In my case November) The direction arrows to change the month change the content of the blog but not the calender itself. When I change back to a s9y theme the calender works fine again :-( Ideas?
http://greencanuck.ca/sdty/

PS I have tried re-installing - No luck.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Calender Problem on WP Themes

Post by garvinhicking »

Which theme are you using where it doesn't work? Can you upload it somewhere so I can look at it?

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/
green
Regular
Posts: 6
Joined: Sat Jan 22, 2005 1:09 pm
Location: Ontario Canada
Contact:

Post by green »

Hi Garvin
The two themes where the calender doesn't work (that I've tried) are the new "Darkfire" discussed previously on this forum and the WP-Compat that is bundled in with the program. The Darkfire is up (with a frozen Calender) on my site now.
Green
http://greencanuck.ca/sdty/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Ah, now I see. The plugin_calendar.tpl is a fake one with hardcoded month names.

Please replace this line:

Code: Select all

<caption>November 2004</caption>
with this:

Code: Select all

<caption>{$plugin_calendar_head.month_date|formatTime:"%B '%y":false}</caption>
:-)

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/
green
Regular
Posts: 6
Joined: Sat Jan 22, 2005 1:09 pm
Location: Ontario Canada
Contact:

Post by green »

Thanks again Garvin! You Da Man!!
Post Reply