• Resolved 1two3

    (@1two3)


    Hi there

    This is an awesome product. I just hope it is still supported and some bugs can be fixed.

    1. When saving after adding matches or entering scores, the LeagueManager admin panel goes black.

    2. In the front end, sorting by match day does not work. Sorting by team does work.

    3. The Cross-table popup does not work

    http://wordpress.org/extend/plugins/leaguemanager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author LaMonte Forthun

    (@lamontef)

    I have a fix for #1, but I’m sure about the other two as I haven’t had to work with those. Can you give me some additional details on either and I’ll see what I can find out. It’s not my plug-in, but I’m using it for quite a bit of work and have been digging into the code a lot lately…

    To fix the problem in #1 to the the core.php file which is in:
    leaguemanager->lib->core.php

    On line 361 you should see:
    echo “<div id=’message’ class=’updated fade’><p>“.$this->getMessage().”</p></div”;

    That line isn’t complete it needs a closing ‘>’, so the full line should be:
    echo “<div id=’message’ class=’updated fade’><p>“.$this->getMessage().”</p></div>”;

    That one took a number of hours to track down…

    Thread Starter 1two3

    (@1two3)

    @lamontef thank you. Worked like a charm.

    An added note to the issues above: Sorting teams by match day in the back end does not work either

    Plugin Author LaMonte Forthun

    (@lamontef)

    When you say sorting do you mean filtering? In other words, if you’re in championship mode and you only want to see the matches on a certain match day there’s a filter for that, or do you mean something else. The filtering is a project I’m on this weekend, that one’s very annoying to not be able to use…

    Thread Starter 1two3

    (@1two3)

    Hi @lamontef

    Thanks for your reply and sorry for any confusion caused. Yes I mean the filtering. Great to hear it will be fixed soon.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Great product, pity it's broken’ is closed to new replies.