ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] User control & easy eventsVersion 1.0 has been released and the following changes have been made relating to this ticket:
Feature – New event manager role that can publish and manage events only.
Check out the changelog for a full list of features, tweaks, and fixes.
Thanks again for your feedback and helping us improve the plugin!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Statistics RoundingVersion 1.0 has been released and the following changes have been made relating to this ticket:
Tweak – Rounding explicitly displays all decimal places.
Check out the changelog for a full list of features, tweaks, and fixes.
Thanks again for your feedback and helping us improve the plugin!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Hide theme warningHi again!
The theme notice has been disabled for now. We’re still working on an integration guide to make it easy to modify themes for SportsPress 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] team logoHi Kev,
Looks like the original image for some of the teams were smaller than the icon size (128×128). You could use the following CSS to limit the height of event team logos to 100px:
.sp-event-teams img {
max-height: 100px;
width: auto;
}Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Hide theme warningHi there,
Thanks for letting me know. I’m looking into it now, will have an update for you shortly.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player list problemHi there,
Thanks for your feedback. This is a bug indeed. We forgot to initialize the array.
I’ve just fixed it and updated the plugin version to 1.0.2.
Let me know if the update fixes the issue 🙂Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Fatal ErrorHi there,
Thanks for letting me know about this.
I’ve just added a line that loads the conditional functions during a new install. Version 1.0.1 contains this fix.
Please let me know if the issue persists.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] team logoThe changes made in your theme won’t be affected. The CSS code from above will also stay in tact 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] team logoGlad I could help!
By the way, we’ve just launched SportsPress version 1.0 and our new website 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] User control & easy eventsHi again!
Thanks for your continued feedback.
Regarding the player details and metrics (Height, Position, etc) these should be displayed in a definition list (dl) rather than as part of the statistics table. Are they showing up on the player profile?
There is a “Past Teams” option when editing players 🙂
Events should only list current players. You may need to update the plugin if you’re seeing past players of teams when editing events.
Let me know if these issues persist. We’ll be releasing an update very soon with lots of new features including the Event Manager role you suggested 🙂
Thanks for the update. Glad that it’s working on your local server, and I hope the problems with the host get sorted out soon so you can use it on a live site 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] NetballHi there,
Thanks for your question.
This is a complex scoring system, but I think we can make it work!
Since the equations are only calculated based on the sum of values from events, we’ll need to create separate Team Results for each type of scoring.
Let’s create these Team Results:
1. Quarters won
2. Quarters drawn
3. Over 50%Then, we can use the following equation for the points:
Points = “Win” × 4 + “Draw” × 2 + “Quarters won” + “Quarters drawn” ÷ 2 + “Over 50%”This means of course that the Quarters won, Quarters drawn, and Over 50% columns will be displayed in event pages, but we’ll be adding an option to hide certain results columns in the next update 🙂
Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Statistics help [Hockey]Hi again!
Great, here are the settings you need:
Team Results
GoalsTable Columns
GF = Goals →
GA = Goals ←
GD = Goals → – Goals ←
GAA = Goals ← ÷ Events Played
* Set “Rounding” to 2Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] team logoHi Kev!
For the first one, you can add the following code to SportsPress Settings > Custom CSS:
.sp-event-blocks .team-logo { width: 10%; }
We’ll be adding a delimiter to separate the event logos in today’s update 🙂
Added in version 0.9 🙂