K
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: LeagueManager] Does not display tablesThe shortcodes have changed
[standings league_id=ID]
[matches league_id=ID]
[match id=x]
[teams league_id=ID]
[team id=x]
[crosstable league_id=ID]Sorry for the inconvenience.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Trying to adapt to a Bicycling Team’s resultsHey,
that sounds like an interesting challenge. I have some general questions.
* In each race every rider performance needs to be stored? So basically a match wouldn’t be between two teams, but between every “team”?
* Would the huge list require riders from numerous leagues?
* What does performance for each race mean? Only time, or are there other parameters?As far as I understand the huge list should look like this:
Race Date | Race Location | Rider | Placement
05/18/09 | Somewhere | Rider 1 | 1
| | Rider 2 | 2
| | Rider 3 | 3
04/05/09 | hillside | Rider 2 | 1
| | Rider 1 | 2
| | Rider 3 | 3Should the list be ordered by rider’s name or placement?
The list for each rider would be something like:
Rider 1
Race Date | Location | Placement
05/18/09 | Somewhere | 1
04/05/09 | hillside | 2An overall standing of riders should also be displayed, right?
Is that correct? I could do that. 😉
Forum: Plugins
In reply to: [Plugin: chCounter Widget] Issue with chCounterwelche plugin version hast du? hast du entsprechende counter parameter in die aktive box gezogen? wird das widget mit parameter titeln angezeigt, und nur die werte fehlen?
Anmerkung: Hier auf wordpress.org währe es besser auf English zu schreiben. Zum Einen ist so die Wahrscheinlichkeit größer, dass du Hilfe bekommst. Zum Anderen finde ich es, falls jemand anderes das gleiche Problem hat, freundlicher, da es so alle verstehen können.
Forum: Fixing WordPress
In reply to: [Plugin: Sponsors Slideshow Widget] Logos not scrollingDid you manage to solve the problem? If not, please send me a link to the webpage
Forum: Plugins
In reply to: [Plugin: LeagueManager] Version 2.9 & Championchip Modemy email is kolja [dot] schleich [at] googlemail [dot] com
Forum: Plugins
In reply to: [Plugin: LeagueManager] Version 2.9 & Championchip ModePeople who would like to work on a Championchip Mode please use my Blog post to reply.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Version 2.9 & Championchip ModeAll the issues, except for the point 4, should be fixed with the next version.
The problem with many teams is somewhat disturbing, as I use a while loop over all teams, as is the case for match results. Does anybody know how to solve this?
What Server and PHP version are you using?
Forum: Installing WordPress
In reply to: [Plugin: LeagueManager] New Version (2.9) Breaks Websitefixing it
I’ve just released a new version. I changed to using the jQuery Cycle Plugin which seems to work with IE. Please report if the bug persists.
Forum: Plugins
In reply to: [Plugin: LeagueManager] more then 19 teams problemI am happy to include your fix in future releases. You can send me the file by email: kolja [dot] schleich [at] googlemail [dot] com
Forum: Fixing WordPress
In reply to: [Plugin: Sponsors Slideshow Widget] Logos not scrollingMaybe you can also try removing the widget and re-adding it.
Forum: Fixing WordPress
In reply to: [Plugin: Sponsors Slideshow Widget] Logos not scrollingCould you send me the source code output by email: kolja [dot] schleich [at] googlemail [dot] com
I will check that as soon as possible. Since it is displaying correctly in Firefox and Safari I assume it is an IE bug.
Forum: Fixing WordPress
In reply to: [Plugin: ProjectManager] LinkI have implemented alternative texts for URL and E-Mail in Version 2.3. Enter them in the following way:
www.google.com|Google Searchenginewould result in
<a href="http://www.google.de">Google Searchengine</a>Same applies for E-Mails:
example@example.com|E-Mailwill output
<a href="mailto:example@example.com">E-Mail</a>Forum: Plugins
In reply to: [Plugin: LeagueManager] Cannot use string offset as an arI store some fields, like half-times for soccer, as a serialized string in the database and create an array from this. If there is no data inserted there is simply a string and this is not unserialized. Thus it is a string and no array. I thought that I’m doing a check if the variable is an array, but obviously not. Will check that.