ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Basketball Table – Setup how tooHi Jay,
I’d be happy to help you set up the equations for your league table.
Event Outcomes
- Win
- Loss
- Draw
- Overtime Win
- Bye
Team Results
- Penalty Points
- Total Points
Table Columns
- G/P = Events Played
- BYE = Bye
- W = Win + Overtime Win
- L = Loss
- D = Draw
- W/O = Overtime Win
- Penalty Points = Penalty Points
- FOR = Total Points (for)
- AGS = Total Points (against)
- % = Total Points (for) ÷ Total Points (against) x 1 0 0
Enter “2” for “Rounding” - Pts = Win x 3 + Bye x 3 + Draw x 2 + Loss
*You could also use the “Adjustments” table to add the extra 3 points for BYE instead of adding it to the equation, if that suits better.
Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Sort squad of players@diegoterrones Great question. The positions are actually ordered alphabetically by slug, so a good technique is to change the slug for each position. For example,
Name: Goalkeeper
Slug: 1-goalkeeperName: Defender
Slug: 2-defenderName: Midfielder
Slug: 3-midfielderName: Forward
Slug: 4-forwardThe slugs can be modified via Players > Positions > Edit. I hope this makes sense 🙂
@james We’d love to include a college basketball preset! If you’re on GitHub, you can send me a pull request, or get in touch with me directly via http://wordpress.org/support/topic/shortcodes-in-post-sites?replies=8 (Choose “Other” from the “Department” dropdown)
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Short codes list@ ron_m Thanks, glad you’re enjoying the new features!
We’re currently working on a mini-site for SportsPress to display all documentation including a list of shortcodes and their attributes. The site should be ready by the end of the week, so I’ll let you know when it goes live 🙂
In the meantime, this post might help you get started.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Table design@efraim3000 There are some settings that you can adjust to change the way tables look on the frontend via SportsPress > Settings > Styles and Scripts.
The frontend styles section will change the color of the cells when enabled, and you can adjust cell padding and text alignment.
I hope this helps 🙂
@thatsthewaywegetby Glad to hear you’re enjoying the plugin!
1. You can enter scores for events in the “Team Results” section when editing an event. To add columns to this section, go to SportsPress > Settings > Configure and click “Add New” below the “Team Results” section.
2. Event outcomes will only be displayed in an event page if the checkbox next to “Outcome” is checked in the “Team Results” section.
3. The current version does not have an option to display leagues or seasons in event lists, but I’ll add this to our feature requests so we can add it in a future update 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Event, team and player stats@malef113 I’d be happy to look at it for you. Could you please send me a ticket on http://support.themeboy.com/anonymous_requests/new (select “Other” as the “Department” so that it goes straight to me) Thanks!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team logos appearing twice@kadem Looks like it could have something to do with the compatibility between the plugin and theme. I’d like to test this out. Could you tell me the name of theme used on your site?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Submit For Review@killymangac I’d like to do some testing with the Co-Authors Plus plugin and any other plugins that are being used. Could you tell me if you are using a plugin to alter the permissions and roles?
Great suggestion regarding the list of teams/players when creating a league table/player list. In the next update I’ll make them sort alphabetically.
The reason for the “Show all” link is that, only the teams/players from the chosen League and Season are displayed by default. We added the link so that you could select teams and players from other leagues or seasons, but it would only be in special cases. It is recommended to add all teams and players to the leagues/seasons that they are part of, so that they appear automatically in the future.
@calais8587 You could use the Calendars shortcode to do this.
1. Go to Events > Calendars > Add New, and select the Team before saving. (You can also choose the Layout, between “Calendar”, “List”, and “Blocks”.)
2. Copy the shortcode from the “Shortcode” box in the sidebar.
3. Edit the Team, and paste the shortcode into the editor. Repeat for each team.
I hope this helps 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Streak column@iconoclast50 Thank you for letting me know. I’ll look into issue and will be in touch again shortly.
Hi Peter,
The SportsPress plugin has been developed for and tested using WordPress multisite, so it will work with the standard network activation. You could activate the plugin for the entire network via My Sites > Network Admin > Plugins.
Each sport would be managed via its own dashboard, but by using multisite you could access all of it via one login. Currently, each site would only display its own data, but we’re working on a way to display widgets from other sites within a network as a pro feature to be released later this month.
Players are optional and do not need to be added. Each event has a “Total” performance section where you can enter each team’s performance as a whole rather than for individual players.
To add your own scoring system, please select “Custom” from the “Sport” dropdown in SportsPress > Settings > General Options. This will clear all equations, which you can then add manually via the “Configure” tab.
I hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team/Player records@hockeyguy1925 I’d love to hear your ideas. Could you send me a message via our contact form here: http://support.themeboy.com/anonymous_requests/new
(select “Other” from the Department dropdown)@efraim3000 Knockout cups / playoff brackets have been a popular request, and we are currently developing a solution for this as a pro feature. We’re aiming to release at the middle of this month. I’ll keep you posted 🙂
@ross A solution for this would be to create custom “Event Results” for each type of win.
From SportsPress > Settings > Configure, add the following Event Results:
Singles Win
Doubles Win
Fours WinThen, when adding event results, you would select the type of win (Singles Win, Doubles Win, or Fours Win).
To calculate the points awarded, let’s adjust the “Points” League Table Column.
The equation should be something like this:
Points = Fours Win * 10 + Doubles Win * 20 + Singles Win * 50I hope this helps 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] No Cup option for events?Hi again, @easywhenyouknowit!
The option to choose between league and friendly was added to differentiate between matches that count toward standings (league) and those that don’t (friendly). We are working on a pro feature that handles knockout cup brackets to release at the middle of this month.
In the meantime, if you want to add a new format label, you can do so by adding a line below line 28 in includes/class-sp-formats.php