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
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.