K
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: LeagueManager] No Fixtures ShowingI just discovered that there was an upgrade bug in 2.6 (also in 2.6.1). I fixed this in 2.6.2. Hope it works
Forum: Plugins
In reply to: [Plugin: LeagueManager] No Fixtures ShowingI’m sorry, but I don’t have the time to support older versions, also because I have made major changes to the plugin in Version 2.6. I have just released Version 2.6.1 with some bugfixes.
what php version do you have? Also a dump of the database structure would be helpful.
Forum: Plugins
In reply to: [Plugin: LeagueManager] Add League FailureWhat WordPress and Plugin Version are you using? Also your PHP version is helpful. Are there any tables called “wp_leaguemanager_*something*” in your database?
what PHP and WordPress version are you using?
Forum: Plugins
In reply to: [Plugin: LeagueManager] Error updatingI inserted a function check to make it compatible with WordPress version before 2.7. It should be online within the next 20 minutes
Forum: Plugins
In reply to: [Plugin: ProjectManager] Export formatsorry the datasets are exported in a TAB separated file
Forum: Plugins
In reply to: [Plugin: ProjectManager] not compadible with WP 2.7 ?I’m very sorry, just recognized that i posted the wrong shortcode. It should be
[dataset_list=3,,ol]
This should work.
Forum: Plugins
In reply to: [Plugin: ProjectManager] Export formatMaybe you didn’t set the correct separator in Excel importing the csv file? The separator for exporting datasets is ; and as far as I know excel has TAB or , as separator for importing csv files.
Forum: Plugins
In reply to: [Plugin: ProjectManager] not compadible with WP 2.7 ?There is currently a bug in the TinyMCE Button. For the datasets you need to use
[prjctmngr_list=3,,ol]
Did you select a category in the project settings? I designed it like this that the WordPress category system is used. Thus a category needs to be set in the projects settings and all subcategories of this will be used for grouping of the projects.
Hope that works. I’ll also work on fixing the TinyMCE Bug.
Forum: Plugins
In reply to: [Plugin: ProjectManager] not compadible with WP 2.7 ?could you post the shortcode please?
Forum: Plugins
In reply to: [Plugin: LeagueManager] – Problem or Bug with admin-menuWhat exactly do you mean? Are you using WP 2.7? Maybe the menu just collapses. You should be able to re-open it. For some reasons the menu is not active when you are on any admin page besides the global settings. I can try to fix that, but currently have no idea what the reason is for this.
Hey,
i have re-implemented this feature in the development version. You can use the following tags:
* Display matches based on match days (default)
´[leaguematches=league_id,]´
* Display all matches
´[leaguematches,all]´
* Display matches of home team only
´[leaguematches,home]´
I have also updated the TinyMCE Button to support the new tags.
Did you set the number of match days in the league settings? Are some matches shown?
The button has a gymnast as image. Of course you need to substitute
league_idwith that of the league you want to display.I’m sorry. Since the last update the
dateoption is no longer availabl, because matches are ordered in weeks. Just use[leaguematches=league_id]
You can also use the TinyMCE Button.