ThemeBoy
Forum Replies Created
-
@webfoot_be We’re releasing an update to the Premier theme very soon, which includes a fix for this issue. You’ll receive an email with details shortly.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Ladder, ELO system@ama We’ll definitely look into developing an ELO system as an extension. I’ll keep you posted 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Ladder, ELO systemHi @ama,
Since the statistics are based on the sum of performance points and event results, the equations can only use these values for statistics calculation. Unfortunately, an ELO system is not native to the plugin, but there is a way to manually edit league tables and player lists.
When editing a league table, there are a set of links above the data table where you can switch between “Values” and “Adjustments”. This is in the “League Table” meta box.
By switching to the “Adjustments” table, you can add or subtract values as needed (for example, enter “5” to add 5 points or “-5” to subtract 5 points.
I hope this makes sense!
@nissennetz Thank you for letting us know about this. There was a JavaScript error preventing the maps from loading in the admin.
We’ve just released SportsPress version 1.1.6 containing a fix 🙂
@clubpress It isn’t my intention to embarrass or discredit you. I’m just asking for you to be honest and give credit where it is due.
In regards to WooCommerce, our copyright notice explicitly states:
This program incorporates work covered by the following copyright and permission notices: The SportsPress code has been inspired by and partly adapted from the beautifully coded WooCommerce plugin by WooThemes. Wherever third party code has been used, credit has been given in the code's comments. and ThemeBoy SportsPress is released under the GPLIt’s apparent in your code that you’re quite familiar with our premium theme, Football Club. We launched Football Club in 2011, and it has since evolved into what is now SportsPress. I can see from your very first commit that you have taken a majority of the Football Club code, line for line. The fact that you are completely denying that you’ve taken any of our code baffles me.
In the spirit of the WordPress community, you’re more than welcome to modify and redistribute our code. All I’m asking is that you be honest with where you have taken it and include proper attribution, whether it be from Football Club or SportsPress.
@jan Thank you, an email has now been sent.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Event, team and player statsHi again!
The statistics in player lists are taken automatically from player profiles, then from events. A grey value means that the number is calculated automatically. You can override each statistic manually by entering a different value into the fields where you see grey values.
The priority for player list statistics are:
1. Manual input via the Player List (black)
2. Manual input via each Player profile (grey)
3. Calculated from equations using sums of Events attended (grey)I hope this makes sense 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Adding teams to leaguesGlad to hear that! Thanks for the update. Marking as resolved 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Page templatesHi @jamesloving,
This post explains the basics of creating templates for SportsPress. Please feel free to let me know if you have any specific questions relating to this.
Regarding the Team pages, you can select Player Lists to display via the Edit Team page but the full list of players will only appear on the frontend. If you haven’t created any player lists yet, you can do so via Players > Player Lists > Add New.
Hi Joe,
Glad to hear you’re enjoying the plugin!
Presets for individual sports are similar to team sports. The only difference is that individual sports do not have Player Statistics, Player Metrics, and Player Performance.
When individual mode is on, Teams are rewritten to Players. This means that players act exactly like teams do in team mode.
Regarding localization, it appears that the Italian translation is not 100% complete yet. All translations are done via Transifex with the help of our international community of users. Anyone can join, so it would be great if you’d like to help us complete the Italian translation of SportsPress 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Updating Data Via CSVHi @jamesloving,
Thanks for your question.
Correct, the current version of the CSV importer will only add new data. Updating existing data must be done via the native WordPress interface.
Leagues and Seasons can be bulk-added to Events and other post types. For example, to add a new season to all teams, go to Teams > Teams and select all checkboxes, then click the dropdown and change it from “Bulk Actions” to “Edit”.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Marking of tablesHi again!
That makes sense. Try adding the following code to SportsPress > Settings > Custom CSS:
.sp-league-table tbody tr:nth-child(-n+4) .data-name { text-decoration: underline !important; font-weight: bold !important; } .sp-league-table tbody tr:nth-child(-n+4) .data-name a { color: red !important; }The first block of code will underline and bold the top 4 teams of the table. The second block will color the top 4 teams of the table in red.
Regarding event list limits, it’s currently available in widgets and as a global setting only. We’ll definitely look into adding an option to individual calendars in the future 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Marking of tablesHi @efraim3000,
Thanks for your questions.
There is a built-in feature that might be useful for marking teams in tables. On Edit League Table pages, you’ll notice that a pencil icon appears when hovering over team names. You can click the pencil icon to change the name, or in this case, add a label to the team name. This field accepts HTML, so you can add something like:
<strong>Play-offs</strong>The number of events per calendar can be adjusted via SportsPress > Settings > Events > Calendars > Limit (defaults to 5 events).
Glad to hear you’re enjoying the plugin. Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Importing CSVHi again!
Just wondering, does the csv file have a header row, or is it just those 2 rows?
If it’s just the 2 rows, you’ll need to insert a header row (since the first row gets discarded during import). The header row should be something like this:
Date,Time,Venue,Teams,Results,Outcome,Players,Goals,Assists,Yellow Cards,Red CardsLet me know if this was the issue.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team StatsHi again!
Thanks for sending this. I’ve found an issue with the equations.
It shows that the key for Win is “v” and Loss is “d”.
Win (v) Loss (d)However, the equation for the W column uses the key “w” and L uses “l”
W (w = $w) L (l = $l)If you prefer to keep the “v” and “d” keys, then you will need to edit the W and L columns and create a new equation by dragging “Win” and “Loss” into the equation.
If you don’t mind changing the keys back to “w” and “l”, you can fix the issue by editing the “Win” and “Loss” event outcome and changing the keys to “w” and “l”. Please note that if you do this you will need to re-save the events that have outcomes.
I hope this helps 🙂