• Hi All,

    1.6.2 fixes most of the recent 1.6 bugs and adds some features. This was supposed to be 1.6.1, but due to an svn flub by me, I had to push it on to 1.6.2. Here’s the changelog:

    = 1.6.1 =

    Features

    * override plugin css by putting a custom events.css in /wp-content/[your-theme]/events/
    * override calendar view by putting a custom table.php in /[your-theme]/events/
    * iCal import buttons added to calendar and list views

    Translations

    * Russian added [Vsevolod Gavrilenko]
    * French updated [Boddhi]

    Bugs

    * new month previous and next links now translate
    * the calendar view tooltip on mouse hover now truncates the post content
    * state/province now shows properly on post edit page load

Viewing 7 replies - 31 through 37 (of 37 total)
  • Thread Starter justinendler

    (@justinendler)

    Hi Shane,

    I get a 404 doing that.

    Justin

    Thread Starter justinendler

    (@justinendler)

    @enthusemarc

    Something weird is going on. Using Day and Name, everything works fine. The links you posted are what TEC is supposed to output and matches my tests. I don’t get any 404s from any links. If you’re comfortable messing with some code, you could try gathering clues in the error log. The function that redirects the template is templateChooser() in the-events-calendar.class.php.

    Justin

    @nickcr

    If it helps, it should be possible to create a redirect (either static or with regex) that could cure what ails you. I recommend the Redirection plugin.

    @justinendler

    I did as you suggested and changed the permalinks to this:

    /%category%/%postname%

    Nothing is in the category base

    This still doesn’t work.

    I think for now i’ll go back to the old verison.

    Thread Starter justinendler

    (@justinendler)

    @nickcr

    The forward slash is missing after the postname tag. That field is finicky. Make sure it is:

    /%category%/%postname%/

    Does that fix it?

    Justin

    Sorry bud I jumped the gun and went back to 1.5.6 and all is working again as it should.

    I’d love to create a custom .htaccess entry to handle the events but I can’t get it to work so I guess i’m stuck with this solution for now.

Viewing 7 replies - 31 through 37 (of 37 total)
  • The topic ‘[Plugin: The Events Calendar] TEC 1.6.2 released’ is closed to new replies.