K
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: ProjectManager] Thanks to KoljaHi,
you could design your own template which would basically be the table.php or gallery.php with a conditional clause
<?php if ( isset($_POST['projectmanager_search']) : ?> <?php endif;?>around the whole code. This should make the template only display the table when the search form is used. Copy your custom templates to the directory “projectmanager” in your themes directory.
Forum: Plugins
In reply to: [Plugin: Sponsors Slideshow Widget] Working, but took a little workThe issue with the dropdown menu is fixed in 1.9.1
Forum: Plugins
In reply to: [Plugin: LeagueManager] Teams importHere it is:
Season \t Team \t Website \t Coach \t HomeTeam \t Played Games \t Won \t Tie \t Lost \t Points2 \t Diff \t Pts
HomeTeam is either 1 or 0 denoting if the team is your own team. Points2 are secondary points, in soccer these are goals. Each field is delimited by tabulator.
I will see what I can do.
Forum: Plugins
In reply to: [Plugin: ProjectManager] Warning: Division by zero in core.phpWill be fixed in next version
Forum: Fixing WordPress
In reply to: Problems with plugin: ProjectmanagerAt the moment: No. Sorry.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Match result teams being autochangedI will fix this in the next version
Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpforgot to change that, sorry. This has just changed.
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Adding Widget In PageMost likely the next version will have to wait until September, because I am on vacation soon.
Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpyou need WP 2.8
Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpi think i can fix this issue. My guess also is that the above fatal errors are due to PHP 4 and NumberFormatter. Maybe it just didn’t work with PHP 4. I also recommend you ask if an upgrade to PHP 5 is possible, as I cannot promise to keep PHP 4 compatibility.
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Friendlies/Cup GamesI don’t understand what you mean by this exactly. Could you describe in more detail?
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Add Stadium to TeamsI have put it on my TODO list
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Adding Widget In PageWill be in the next release
Forum: Plugins
In reply to: [Plugin: ProjectManager] Parse error in core.phpVersion 2.8.2 should work. I forgot about the NumberFormatter in the AJAX call.