K
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: ProjectManager] Issue when editing a user profilehey,
the error should not occur anymore. Hope it’ll now work. btw: did the error occur upon update of your own profile or others profile; or both?
Forum: Plugins
In reply to: [Plugin: LeagueManager] Version 2.9 & Championchip ModeTry Version 3.0.3. For me it worked.
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Problem displaying matches manually in themeFixed that
Forum: Plugins
In reply to: [Plugin: LeagueManager] Version 2.9 & Championchip Modeare the teams displayed in the admin interface? what shortcode do you use for display in the frontend?
Forum: Plugins
In reply to: [Plugin: LeagueManager] Version 2.9 & Championchip Modeare the teams displayed in the admin interface? what shortcode do you use?
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Problem displaying matches manually in theme<?php leaguemanager_matches( 1, arraz('mode' => 'home', 'template' => 'future') ) ?>Forum: Plugins
In reply to: [Plugin: ProjectManager] Issue when editing a user profileWhat I just experienced is that the error only occured when i wanted to update another persons profile. Updating the own profile did not cause the error. I will run another test.
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Problem displaying matches manually in themeCustom templates need to be put in
your_theme_dir/leaguemanager/
the templates need to be named as follows
standings-$template.php
matches-$template.php
match-$template.php
teams-$template.php
team-$template.php
crosstable-$template.phpSo with your code the template’s name would have to be matches-myTemplate.php
Forum: Plugins
In reply to: [Plugin: LeagueManager] Version 2.9 & Championchip Modewhat sport type?
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Problem displaying matches manually in themeThe function call is not correct. I’ve made some small changes to the function calls, so upgrade to 3.0.2 and then do this:
<?php leaguemanager_matches( 1, array( ‘mode’ => ‘home’ ) ); ?>
Forum: Plugins
In reply to: [Plugin: ProjectManager] Issue when editing a user profileI got this error also sometimes with editing pages/post. I’d suggest you try again, maybe it works.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Admin interface breaks after installationwas it a new install or upgrade?
Forum: Plugins
In reply to: [Plugin: LeagueManager] Does not display tablesDo you mean with adding seasons? Well, this could cause troubles and merging of two leagues into one would still be not possible. Check this post on my blog for a small page that can help you in assigning seasons.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Trying to adapt to a Bicycling Team’s resultsDid you get my e-mail and had a chance to try it out?
Forum: Plugins
In reply to: [Plugin: LeagueManager] Does not display tablesDid you add a season and followed the steps described on my blog?