K
Forum Replies Created
-
To quickly answer your question about customizing the standings table. You can copy
plugin_dir/view/standings.php
to
your_theme_dir/leaguemanager/standings.php
Then edit the file in your theme directory to your needs. The plugin will load this file instead of the default one.
Currently the plugin doesn’t support championchip modes, but you can contact me by email
kolja [dot] schleich [at] googlemail [dot] com
and discuss possibilities and invovlment in coding. 🙂
Forum: Plugins
In reply to: [Plugin: LeagueManager] ???Again?You can put the following line, e.g. in functions.php of your theme to add the missing field
$wpdb->query( “ALTER TABLE {$wpdb->leaguemanager} ADD
typetinyint( 1 ) NOT NULL default ‘2’;” );However please report your plugin version and if you upgraded or newly installed it so I can check again for a bug.
Forum: Plugins
In reply to: [Plugin: LeagueManager] ???Again?which Plugin version do you use? Did you upgrade or newly installed it?
Forum: Plugins
In reply to: [Plugin: LeagueManager] Coach Fieldyes that’s possible. Thanks for donating 🙂
Forum: Plugins
In reply to: [Plugin: LeagueManager] Coach FieldI recommend you copy the standings.php into to:
your_theme_dir/leaguemanager/standings.php
If you haven’t done it already 😉 The template in your themedirectory will be loaded then and you won’t have to add your changes after every update 😉 Yeah, you access it by $team->coach.
Forum: Fixing WordPress
In reply to: [Plugin: LeagueManager] Home Team updateHi,
the ProjectManager Plugin is designed to manage any datasets that always have the same fields, e.g. player profiles. You cannot access any data created by the leaguemanager. What you can implement is player profiles/stats and let registered users (if they have the capability “projects_profile” – can’t recall the correct name at the moment) modify their own player stats. clear?
Forum: Plugins
In reply to: [Plugin: LeagueManager] ???Again?What MySQL Version do you have?
Forum: Plugins
In reply to: [Plugin: ProjectManager] Upgrade to 1.8.1 problem@rovers try the following. Change in lib/core.php:
function ProjectManager( $project_id )
into
function ProjectManager( $project_id = false )
Maybe that helps.
Forum: Requests and Feedback
In reply to: [Plugin: LeagueManager] Update SectionHere’s the direct link to read it online:
http://svn.wp-plugins.org/leaguemanager/trunk/changelog.txt
at the moment the links i set in the readme.txt point to the wrong location.
Forum: Requests and Feedback
In reply to: [Plugin: LeagueManager] Update Sectionsee changelog.txt in the plugin folder
Forum: Plugins
In reply to: [Plugin: LeagueManager] ???Again?go to a Leaguemanager Admin page. There should be shown a message that your database is out-of-date together with an upgrade button.
Forum: Requests and Feedback
In reply to: [Plugin: LeagueManager] Adding Another FieldWhat exactly do you mean by customizable? You can access the variable by
$team->coach
I recommend you copy the template (located in the “view” subdirectory) to
your_theme_dir/leaguemanager/$template
and edit it there. The plugin will then load your customized template.
Forum: Plugins
In reply to: [Plugin: LeagueManager] No Fixtures Showingpuhh.. good to hear 🙂
Forum: Requests and Feedback
In reply to: [Plugin: LeagueManager] Adding Another FieldI’ve already added a field for the next update
Forum: Plugins
In reply to: [Plugin: LeagueManager] No Fixtures Showingshow_logo and gymnastics are boolean i beleive. league_name should be a string. Do
var_dump($variable)