mikaweb
Forum Replies Created
-
Forum: Plugins
In reply to: [PHPLeague] [Plugin: PHPLeague] Can't add more matchesI’m gonna investigate this. Please, open an issue on Github ??
Forum: Plugins
In reply to: [PHPLeague] [Plugin: PHPLeague] Italian TranslationYou can do it yourself by opening the .mo/.po file in the asset directory.
There is a How-to somewhere to get it done (need to get the link back).
Hi,
Wait for the 1.4.6 release. Should be available tomorrow afternoon, still need to check a few things.
Mika’
Forum: Plugins
In reply to: [Plugin: PHPLeague] editing settingsUpdate should be rolled tomorrow:
https://github.com/Mikaweb/PHPLeague-for-WP@jpina: You need to add your logos in the corresponding folders located here ‘wp-content/uploads/phpleague/*’
Forum: Plugins
In reply to: [PHPLeague] [Plugin: PHPLeague] Cannot modify Club informationProbably this week-end.
If you have problem updating club information, you might be able to use the phpleague.php file on Github.com.
Forum: Plugins
In reply to: [PHPLeague] [Plugin: PHPLeague] Not for American Football?Not at the moment. The main focus is for football (soccer) but main other sports will be available too.
For AF, I’m gonna need to add the possibility to reference leagues into conferences too.
Forum: Plugins
In reply to: [PHPLeague] [Plugin: PHPLeague] Cannot modify Club informationI was referring to my latest message on the discussion.
Should be fixed with a new database structure checking operation with the next release.
Forum: Plugins
In reply to: [PHPLeague] [Plugin: PHPLeague for WordPress] Update problemYes, I didn’t had a look yet. I’m gonna check this.
Forum: Plugins
In reply to: [PHPLeague] [Plugin: PHPLeague] Cannot modify Club informationMaybe ? https://github.com/Mikaweb/PHPLeague-for-WP/issues/23
Keep me posted…Forum: Plugins
In reply to: [Plugin: PHPLeague] editing settingsIt won’t come “directly” integrated with PHPLeague, maybe as a sub-module.
Don’t expect this coming-in very soon.
I will focus only on making the plugin stable, developing widgets and improving the way the data are displayed.
@ gbvaz: I can tell that your db structure is still not updated. With this file it should work. It’s going to be released with the 1.4.6
https://github.com/Mikaweb/PHPLeague-for-WP/blob/dev/phpleague.php
Forum: Plugins
In reply to: [Plugin: PHPLeague] editing settingsCopy the structure of your database without the data and send it to me. I had a similar issue yesterday when I install the plugin for the first time and I saw that some tables where not right.
Regards,
M.Forum: Plugins
In reply to: [Plugin: PHPLeague] editing settingsAccording to what I’ve seen so far, it’s because the database structure hasn’t been modified during the update.
Try to change this in your phpleague.php (root)
define(‘WP_PHPLEAGUE_DB_VERSION’, ‘1.3.0’);
to
define(‘WP_PHPLEAGUE_DB_VERSION’, ‘1.3.1’);It might (should) work!
Keep me posted,
M.The error message after activation arrived sometimes.
Don’t know why. Just refresh the page (CTRL+R).
I know about the settings issues. I said in my previous post that it’s on my to-do-list this week. Actually, I’m looking at the code right now.
This week an update will be available. I’m gonna fix the issue with the settings page.
If you can help me develop the plugin, I would be very happy. I can’t commit myself entirely to the plugin even tough I want to.
It’s been 3 months since the last time I saw my code ??
The first aim is to fix issues and consolidate the basic features of PHPLeague. Then, we can go on with new features.
Yes!
Everything will be discussed here from now on. Don’t want to spread discussions all around the web.Github.com is currently used too. You can send your feedback, requests directly there.