K
Forum Replies Created
-
Forum: Plugins
In reply to: [ProjectManager] Magic Numbers and more control over displayed data.Did my last updates resolve your requests?
Forum: Plugins
In reply to: [ProjectManager] Can i rename menus in dashboardI don’t really get what you try to achieve. Do you want to change the menu name in the admin panel? Please provide a screenshot where you are trying to change the menu name
Forum: Plugins
In reply to: [LeagueManager] Mehrere Ligen auf einer PageGleich mal ein update nachschieben: Ich konnte diese Möglichkeit doch recht einfach nachrüsten. Kommt in der nächsten Version
Forum: Plugins
In reply to: [LeagueManager] Widget – Next matchI will change this in the next release to get previous and next matches on a minute scale. Then, every match older than one minute will be shown under previous matches
Forum: Plugins
In reply to: [LeagueManager] Language problems with PLYou need to create the .mo file after editing the .po file. You can use poEdit (https://poedit.net/) to do that
Forum: Plugins
In reply to: [LeagueManager] My favorite team next match onlyHi,
this was due to introduction of matches pagination. I am working to resolve this issue.
Forum: Plugins
In reply to: [LeagueManager] Mehrere Ligen auf einer PageHi Kriddl,
momentan ist das leider nicht möglich
Gruß Kolja
Forum: Plugins
In reply to: [LeagueManager] Doesn´t show matchesAre the matches shown in the admin area?
Did you use the TinyMCE Button to generate the shortcode or did you put it in manually?
Do other shortcodes work?Forum: Plugins
In reply to: [LeagueManager] Incorrect Next MatchCheck out version 3.9.1.9, which should resolve the problem.
Forum: Plugins
In reply to: [LeagueManager] Incorrect Next Matchok thanks, I was looking at the wrong tables. I have to look into this
Forum: Plugins
In reply to: [LeagueManager] Incorrect Next MatchI still don’t understand the problem, sorry. We are talking about the tables titled with “X. kolejka”, right? There are dates listed, which start some time in 2015 and reach 2016 at the end of the page. So what should be where exactly? Please post a screenshot.
Forum: Plugins
In reply to: [LeagueManager] Incorrect Next MatchFirst:
I think you are forgetting that the plugin is free and comes without any warranty. I am simply doing this in my free time!!Second: Which table are you refering to? There are 30 tables on the page and I don’t speak polish so you have to be a little more specific
Forum: Plugins
In reply to: [LeagueManager] Removing widget titleYes, this is the part showing the title. Why would you want to remove the title? It shows the title of the league. Of course you are free to do any changes you like, but then you will have to make these changes anytime you update
Forum: Plugins
In reply to: [LeagueManager] Don't update scoreThere is a dropdown menu above the matches table to select matches of a certain match day or team
Forum: Plugins
In reply to: [LeagueManager] Remove/Hide 'logo' teams in matches tableIn the matches.php template there is a code block
<?php echo $leaguemanager->getMatchTitle($match->id) ?>This function generates the match title including the logo. The function has a second optional argument to control logo display. Simply exchange the above with
<?php echo $leaguemanager->getMatchTitle($match->id, false) ?>