ThemeBoy
Forum Replies Created
-
Hi there!
Thanks for your feedback.
It looks like the $placeholders array wasn’t initialized properly in the last version. We’ve fixed this for the next release π
Regarding the braces, it’s actually just a different coding style i.e.
if ( $condition ):
// do something
endif;vs
if ( $condition ) {
// do something
}I’ll let you know when the new update becomes available π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Venue PagesThanks for the additional info. The current version of the plugin will only display venues if at least one event is published at that venue. The next update will include a filter that works around this to display all past and future events in venue archives automatically π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Venue PagesHi again!
The venue pages might not display if there are no events published at that venue. Let’s go to Events > Venues. There are 3 columns for each venue: Name, Address, and Events. If the number of events is 0, the venue will display a 404 because it has nothing to display.
Let me know if this is the issue π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Event-List Filtering & SortingHi there!
We’ll be releasing version 0.8 next week with several improvements including Events list widget options π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] ProblΓ¨me de doulonHi there! We’re currently working on an export tool to bring Football Club data into SportsPress, and we’ll also be releasing an update to the theme soon. In the meantime, you can add data to the SportsPress post types (with the different icons). Thanks for your patience π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player Profile LayoutThanks wallaceralph!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] What is the database table name?Awesome, please feel free to contribute via GitHub (https://github.com/ThemeBoy/SportsPress) at any time π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player Profile LayoutHi there,
Thank you for your feedback.
We’re still working out the way templates are defined and displayed, and the current version uses a filter for “the_content” which automatically adds the template in “player.php” to player pages, followed by the actual content. This is a limitation of the current beta version and will be addressed in an update very soon.
You have brought up a good point about performance stats. We’ll definitely look into multi-line statistics per player so that a different set of statistics (Batting/Pitching or Offense/Defense, etc) can be displayed in an elegant way.
I’ll keep you updated about our progress.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Bug? Changing labels for columnsHi Richard,
Thank you for your feedback.
You’re right, the “Quick Edit” feature was missing a field for editing (or keeping) the Key. We’ll add this in the next update, so that the key will no longer be accidentally changed in Edit and Quick Edit mode.
I’ll let you know when the update becomes available π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] What is the database table name?Hi there,
Thank you for your question. SportsPress does not generate its own db tables. The plugin uses custom post types and taxonomies, so all data (events, calendar, teams, league tables, players, player lists, and staff) are added in the same way that posts and pages are added. Seasons, leagues, venues, and positions are similar to post categories.
I hope this answers your question. Please feel free to let me know if you’d like any further information π
We hadn’t planned to include a squash preset, but we will definitely consider it π
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Published vs. ScheduledThanks for your feedback, we’ll look into this and let you know when we find a solution.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Published vs. ScheduledHi there!
Events will show as “Published” if the publish date is set to the past, and “Scheduled” if it is set to the future. You may need to change the publish date to display the other events as “Scheduled”.
Let me know if you’ve already done this but are still having this issue.
Hi again!
We have a long list of features that we’d like to add and hope to get most of them in by version 1.0. No solid date yet but we’re aiming for later this month.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] StatisticsHi there,
Thank you for your feedback. I’m really glad that our work on the plugin is appreciated π
The current version shows a list of players with performance of each player, and another table showing the results of each team. We’ll definitely look into adding a scoring summary to event pages where player performance is summarized by team.
I’ll keep you updated on the progress of this feature.