beardev
Forum Replies Created
-
Hi Chris
Yes, you are right, i missed it. The default time is available in pro version only.
Hi
- you need to have match time filled
- you have to have players in squad listed as participated.
So when you have proper data added, system will count played minutes. It will also take into account substitutes and red cards.
You can also activate default match time in settings (display tab).
It turned out to be a bug. Thanks for reporting! We fixed it, and the solution will be included in the next release. In the meantime, we can suggest that we install a fixed version on your website. Contact us via ticket system or any support channel on our site.
Column names become short only if the width of the league table exceeds the width of the page.
You might want to add more columns to the table (via season edit ) and then the names of the columns will become short.Thank you!
it is our pleasure to support you!
YAY! such a great review! THANK YOU! and a personal greatings from Dmitry too!
Let the Force be with you!
Forum: Plugins
In reply to: [Loco Translate] PB avec la version 2.6.12 2.6.13Hello.
Please let us know if you need anything to be added/changed in JoomSport plugin. We are developers of JoomSport, we will be glad to cooperate to help the client.
Thank you!
Forum: Plugins
In reply to: [Achievements sports league] Error when adding/editing Seasonsok. yes. PHP version is definitely the reason.
Can you please try this solution:
find
wp-content/plugins/joomsport-achievements/includes/meta-boxes/joomsport-achievments-meta-season.php
find
for ($intA = 0; $intA < count($places); $intA++) { if (isset($places[$intA]) && isset($points[$intA])) { if (intval($places[$intA]) && floatval($points[$intA])) { $meta_data['pts_by_place'][$places[$intA]] = $points[$intA]; } } }change it to
if($places && is_array($places)) { for ($intA = 0; $intA < count($places); $intA++) { if (isset($places[$intA]) && isset($points[$intA])) { if (intval($places[$intA]) && floatval($points[$intA])) { $meta_data['pts_by_place'][$places[$intA]] = $points[$intA]; } } } }we used this to fix on 8.2. This might help for 8.3 as well.
Forum: Plugins
In reply to: [Achievements sports league] Error when adding/editing SeasonsOnce we know your PHP version please we might offer you the solution. Thank you!
Forum: Plugins
In reply to: [Achievements sports league] Error when adding/editing SeasonsHi
This is likely due to your version of PHP. Achievements product is not adjusted to 8.2. this is all i can say so far.
Which version do you use please?
Can you try to try lower version please?
- This reply was modified 1 year, 6 months ago by beardev.
Our pleasure, Bryan! We enjoyed this development and communication very much!
Hey Michele
Thank you for notifying! Glad it has been resolved.
Forum: Reviews
In reply to: [JoomSport - for Sports: Team & League, Football, Hockey & more] Perfect!Backgammon league, wow!
Thank you for review. We really pleased we managed to help you!
Hi
Please downgrade to 5.6.5 version.
5.6.6. has huge amount of changes, we had to comply with request of WordPress managers.
We will release the fix inside 5.6.7.
Thank you!
We didn’t deliver the documentation yet for this feature. this is something planned. Sorry. please contact us via JoomSport site, we will check for you why stats events are not appeared for you.
Can you please try this solution for tables: it likely will help to resolve.
https://ww.wp.xz.cn/support/topic/not-show-the-standings/#post-17962627
Thank you!