ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Promotion and relegation borders@ross Glad to help!
The plugin introduces several user roles that can be used for this. When creating or editing a user, choose one of the following roles to enable access to the following areas:
Player – Can only edit player profiles, events, and teams that have been assigned to the user by an admin or League Manger. Can also create a new player, event, or team and submit for review.
Staff – Can only edit staff profiles, events, and teams that have been assigned to the user by an admin or League Manager. Can also create a new staff, event, or team and submit for review.
Event Manager – Can create, edit, publish and delete events at any time. Can also edit player profiles, staff profiles, and teams that have been assigned to the user by an admin or League Manager, or submit new ones for review.
Team Manager – Can create, edit, publish, and delete posts, events, player profiles, staff profiles, and player lists at any time. Can also edit assigned teams and submit new teams for review.
League Manager – Full access to all SportsPress content and settings, plus the ability to publish posts and pages and moderate comments.
We’ve been working on some documentation which will explain the user roles and other areas of the plugin in greater detail 🙂
@hamtar0 Thank you for your question.
The player selector in events will filter players, but only by team, although we plan to add league and season filtering in a future update.
It might still be useful to create child teams of the main team for each of the categories (seniors male, seniors female, young etc). To create a child team, go to Teams > Add New, enter the team name (i.e. Seniors Male) and select your main team from the “Parent” dropdown.
This will help sort the club into smaller teams, while ensuring they are grouped into the main club.
Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Promotion and relegation borders@ross Thanks for clarifying. That makes sense, so there are three sections; each with a different league table. Replace the code in Custom CSS with this:
/* summer section one */ .page-id-17 .sp-league-table tbody tr:nth-child(1) td { border-bottom: 1px dashed #000; /* below 1st */ } .page-id-17 .sp-league-table tbody tr:nth-child(8) td { border-top: 1px dashed #000; /* above 8th */ } /* summer section two */ .page-id-444 .sp-league-table tbody tr:nth-child(2) td { border-bottom: 1px dashed #000; /* below 2nd */ } .page-id-444 .sp-league-table tbody tr:nth-child(8) td { border-top: 1px dashed #000; /* above 8th */ } /* summer section three */ .page-id-19 .sp-league-table tbody tr:nth-child(2) td { border-bottom: 1px dashed #000; /* below 2nd */ }Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Promotion and relegation borders@ross Could you clarify where the dashed lines should appear in relation to the teams in your table?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Referees Schedule@arra Thanks for these details. The “Team” label can be changed via SportsPress > Settings > Text, which might be useful when using the players feature for referees.
We’re working on a Pro version of the plugin which includes additional features. The first version will be released soon, and the 2nd version is scheduled to include “Officials” (referees, judges, umpires, etc).
I’ll be sure to include the functionality you mentioned 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Promotion and relegation borders@ross You could do this by adding the following code to SportsPress > Settings > General tab > Custom CSS:
.sp-league-table tbody tr:nth-child(2) td { border-bottom: 1px dashed #000; } .sp-league-table tbody tr:nth-last-child(2) td { border-top: 1px dashed #000; }Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Storing Goals scored in eventThanks @andrewlynch 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] css help@opopop The table colors can be changed via SportsPress > Settings > General tab > Frontend Styles section. The table heading is the “Primary” color.
@andrewlynch Thanks for your question. I’d like to look at the configuration settings for the table columns. Could you paste the output of SportsPress > System status here using the “code” button below?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team Managers@calais8587 Great question. The best way to do this is to create a Player List for that team’s player roster. Scroll down to the “User” section in the player list, and assign this player list to the Team Manager of that team.
Then, edit the Team and enable that player list to be displayed. This way, the players will be displayed on the team page, and Team Manager can add and remove players from their team’s player list only.
Hope this helps!
@stsdc Thanks for your question. By default, the table widget will display the top teams from a league table, but we’re working on an update that will enable a shortcode to display the table columns for any single team.
I’ll let you know when the update becomes available.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Basketball Table – Setup how tooHi Jay,
Thanks for your patience.
There is a “Sort Order” priority setting for each column, which determines how the league table will be sorted.
By default, “Sort Order” is disabled, which means that column doesn’t count toward standings.
The most important column (for example, Points) should have a sort order of 1, Descending.
The second priority (for example, Games played) could have a sort order of 2, descending.
I hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Suggestion@opopop If you need to use taxonomies then you could create a league called “World Cup” and child leagues of World Cup for each group. Unfortunately, creating new taxonomies is beyond the scope of this plugin.
The URLs still need to use a slug to define that they are league taxonomies, so your url for the World Cup archive will be:
http://www.pvgf.org/wp/league/world-cup
You could change the league slug via Settings > Permalinks to something more generic. For example, if you change the league slug to “m”, your URL will look like this:
http://www.pvgf.org/wp/m/world-cup
I hope this helps.
The documentation will be updated soon, but our team will give you personalized support 🙂
We’re working on a Getting Started Guide for Premier and a mini-site with full documentation for SportsPress. In the meantime, our support team will be happy to help you on http://support.themeboy.com/