ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Adding a New Sport to the PluginHi Stu,
Thank you for your question!
Custom sports can be configured via the SportsPress > Settings > Configure tab. We’ll be releasing a guide soon, but here’s a quick overview:
Event Outcomes: the final outcome of an event (Win, Loss, Draw, etc)
Team Results: results that each team has at the end of an event (Goals, Points, Runs, etc)
Player Performance: used for measuring individual performance values for players (Field Goal Attempts, Shot On Goal, Fouls, etc)
Table Columns: columns displayed in league tables (GP, W, D, L, GD, PTS, etc)
Player Metrics: static/non-changing values that are assigned to each player (Height, Weight, Body Fat, Reach, College, etc)
Player Statistics: dynamic values that are calculated per player based on results, events attended/played/started/substituted, performance, and metrics (Average Goals per Match, Field Goal Percentage, Win Ratio, etc)
I hope this helps for now 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player Performance bugs?!Hi diazdesign,
Thanks for your feedback. This is an issue with dividing by zero in the equations, which generally occurs when no data is available for the player. We’re looking into adding a condition option that will check before calculating each statistic.
The next major update will include a fix for this 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Sort order of Player ListGlad to hear that 🙂
For others looking how to do this, a player list order can be selected when editing the player list via Details > Sort by.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] fixtures and resultsYou can leave the title blank and it should automatically be generated 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] fixtures and resultsHi there,
The PDF is actually for a premium theme called Football Club, which is different from SportsPress. We’ll be merging the two soon but for now the method to add events is different 🙂
When adding an event in SportsPress, please select the teams from the dropdowns on the right side of the screen under “Teams” then select the players and click Publish.
Once published, you can add player performance and results to the event. These values will be used in league table and player list calculations.
The plugin is still in beta, but we’re working on a set of tutorials and a detailed to release soon.
Hope this helps!
Hi there,
Thanks for your question. The profile photo will only be displayed if the theme supports featured images. You can also create your own template for displaying players by copying single.php from your theme folder into a subfolder called sportspress. The name of the template should be single-player.php
Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Event Results Won't DisplayFor anyone else having this issue:
In the event list, the part of the code that calculates each event result is being skipped when the “Teams” column is unselected. We’ll be releasing an update soon with this fixed.
Thanks again for your help Andrea 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] HockeyGreat, feel free to let me know if you have any further questions or feedback 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] HockeyHi reaser,
Thank you for checking out SportsPress.
The main concern is the mercy rule. I would recommend one of the following configuration options via SportsPress > Settings > Configure:
Option 1
Event Outcomes
Win, Loss, Tie, ShutoutTeam Results
GoalsTable Columns
Points (equation: Win x 10 + Shutout + Goals→ – Goals←)Note: In the event of a goal differential greater than 10, you will need to make an adjustment in the league table.
Option 2
Event Outcomes
Win, Loss, Tie, ShutoutTeam Results
Points, GoalsTable Columns
Points (equation: Points→)Note: This option will give you more control over points, but you will need to manually add the number of points to each event.
Regarding groups and divisions, you can create “Leagues” with child leagues. Of course, you could use this feature to create groups and divisions 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] how to ?Thanks for the update! Glad to hear that. Feel free to create a new topic if you have any more questions about the plugin 🙂
Hi again!
Yep, you can delete the Event Outcomes via SportsPress > Settings > Configure. I would recommend creating at least one outcome, so you might want to make a generic one like “Completed”. You can disable showing this on the frontend via Event Settings.
You can also create a new Team Result called “Points” and a new League Table Column also called “Points”. In the equation builder, choose “Points →” so that all points will be added up.
Hope this helps 🙂
Hi there,
Thanks for your question. Videos aren’t a prominent feature in SportsPress, so I recommend creating a topic in the Themes and Templates forum.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] how to ?Hi again,
Thanks for the images.
You’re right, it looks like the settings weren’t all imported. Could you try switching to a different sport (Soccer or Basketball) from the SportsPress Settings screen, then save and switch back to Snooker?
This may enable the new settings.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team formation order on matchGlad to help 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player Performance bugs?!To create a top scoeres list, create a player list and select “Performance” under “Columns”. Then, order by PTS, Descending. This will sort the players by top scoring.
You can limit the number of players per page via SportsPress > Settings > Players.
Hope this helps 🙂