ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Re-arrange table columnsGlad I could help π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Re-arrange table columns@dramsell Definitely! To reorder the player performance variables, edit one of them and scroll down to “Attributes” and change the Order. Higher numbers will appear later (to the right) and lower numbers earlier (to the left).
In your case, “Overs” should have an order of 1, and “Catches” should be 5.
Hope this helps π
Glad I could help, and happy to hear you’re enjoying the plugin π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Suggestion@opopop What would the new taxonomies do, exactly? If they are just another way to sort events, then I would recommend using leagues and seasons. You can create league hierarchies too, if that helps.
For example, you could create these leagues (select Parent as “World Cup”):
World Cup β Group A βΒ Group B βΒ Group C βΒ Group D ...Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team link not available@opopop Thank you for clarifying.
If I understand correctly, you are trying to manage team events and single player events within one installation. Unfortunately you will need to choose one or the other, per site.
If your site needs to keep track of team and individual events, then I would recommend choosing “Team” mode as this will work for both. You’d just need to create a team for each individual player in this case.
Another option is to use WordPress multisite (network) and manage 2 separate sites, one for team events and one for individual events.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List of resultThanks, we’ll look into this issue shortly.
@scooter1 You’re right, thanks for letting me know! We’ll fix that in the next update. We’ll also improve compatibility with different date formats (or add an option to choose the date format used).
Regarding the import formats, here are the basic rules for the events CSV importer:
1. The order of the columns matter, but the labels don’t. This means that the text in the first row can be anything, as long as there are the right number of columns.
2. The first 7 columns (for any sport) are: Date, Time, Venue, Teams, Results, Outcome, Players.
3. Following those 7 columns are player performance. The order of these columns should be the same order as those you see when editing an event.
4. When listing venues, teams, outcomes, and players, use the full post name.
5. Multiple Teams, Results, Outcomes, and Players can be added to a cell. Separate values with a vertical bar → |The current CSV importer does not accept individual player numbers or positions, which must be entered manually (if they are different from the player’s natural number/position).
We’re working on a dedicated mini-site that will feature in-depth documentation of the plugin, including the import tool. I’ll let you know when the documentation becomes available, as it will explain things much better than I can here π
@scooter1 A common issue with the event importer is the date format. Please be sure that the date is formatted as “yyyy-mm-dd”.
If this is already the case, then it sounds like a column might be missing. The first 3 columns should be: Date, Time, Venue.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Table designSince the tables are not generated by SportsPress, you will need to add the class “sp-data-table” to your other tables. If the tables are generated by another plugin or a shortcode, just wrap the table with:
<div class="sp-data-table"> [table shortcode here] </div>Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Suggestion@opopop If you just want to change the permalinks, you can do this via Settings > Permalinks. There is a section there for SportsPress post types.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team link not available@opopop I’m confused. Could you show me a screenshot of the issue?
@iconoclast50 Thanks for your feedback. We’ll look into an elegant solution to make things more streamlined in a future update. I’ll keep you posted.
Thanks @ross, I’ve just assigned myself to the ThemeBoy.com ticket so we can correspond from there π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team logos appearing twice@kadem Thanks for the links. It looks like the breadcrumbs are outputting the page title, which triggers the team logos output in SportsPress. You could add the following code to SportsPress > Settings > Custom CSS to hide the duplicate logos in the breadcrumb section:
.breadcrumb .sp-event-teams { display: none; }@ross Thanks for clarifying. The player list statistics also share “Event Results” so you could create these equations to do this:
From SportsPress > Settings > Configure, add these Player Statistics:
- Fours = Fours Win x 1 0
- Doubles = Doubles Win x 2 0
- Singles = Singles Win x 5 0
- Points = Fours Win x 1 0 + Doubles Win x 2 0 + Singles Win x 5 0