ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Few QuestionsHi there,
Thank you for checking out SportsPress.
This was a bug that we’ve since fixed with the version 0.4 update. The event page will now display results if available.
The “Recent events” widget has been deprecated in favor of a new set of widgets we’ll be including in the next update.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Calendar QuestionsHi there,
These are great suggestions. We’re looking into expanding the calendar functionality so that calendars can be displayed as the main content of a page (via a shortcode) as well as adding options to limit the events by league, season, and team.
I’ll let you know when we release a version with this functionality.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] PHP Warnings on event admin pageHi there,
Thank you for letting us know about this.
The warning was being displayed when no Main Result was being selected under Settings > SportsPress > Events.
We’ve since fixed this issue, so updating the plugin to version 0.4 will get rid of these warnings 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Editing MetricsYou’re right, it would be better to display for all players if none of the positions are checked. We’ll look into applying something like this in the next update.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Fatal Error OccurringThank you for the additional info. I suspect the conflict is occurring in one of the statistic related plugins, but we’ve just released version 0.4 which namespaces the EOS classes so there should be no more conflicts once you update SportsPress 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Adjust Page Layout?Hi again,
We’ve decided to add shortcodes to display league tables and other post types, which can be added directly to any page. This will enable displaying standings in any page, which can then be set to the desired page template.
I’ll let you know when the shortcodes become available 🙂
Hi Jens,
Thank you for your questions.
Correct. You will need to create a League Table if you wish to display standings for that league. Then, you can view the league table directly (like a page or a post), or display it in a widget.
The differences between a League and a League Table:
League
- Is a taxonomy, like a post category
- Used for organizing teams, players, and events
- Cannot be viewed directly
League Table
- Is a custom post type, like a post or a page
- Select a League, Season, and Teams to display
- Uses Table Columns
- Can be viewed directly or in a League Table widget
League Tables automatically use the results and outcomes collected from all events that the teams are involved in, narrowed down by league and season if applicable.
You can edit the table columns via Settings > SportsPress > League Tables > Edit Columns.
Player Lists are the equivalent of League Tables, but for Players instead of Teams. A player list displays players from any league and/or season and their statistics.
I hope this helps! We’re currently working on some introductory documentation which will be released soon 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Adjust Page Layout?Hi there,
This would be great to have, but it seems to be a WordPress core limitation:
http://wordpress.org/support/topic/custom-post-types-as-pages-with-different-templates?replies=3We’re looking into workarounds. Will keep you posted 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Ideas for improvementThanks for all the great suggestions!
avaubel
- Introductory documentation: We’re putting together a Getting Started guide, in-depth modules, and video tutorials to release shortly.
- Selecting players in a new event: Great idea. We’ll be adding a “Select All” checkbox at the top of each team’s list of players. We’re also changing the Players section to display event highlights instead, so that you can choose the time that each statistic (goal/run/foul/point/etc) occurred. This leads to a “highlights timeline” that we’ll soon be adding to event pages.
- Changing “substitutes” to “bench” in baseball: A more detailed settings page is coming soon, which will enable changing certain words in the template to match the sport.
Iconoclast50
- League table widget: Sounds good! We’ll be adding options to limit the number of rows, highlight a particular team, and display a text link to the full table in the footer.
- Season fixtures & results: Definitely. New widgets coming soon!
- Edit statistics columns for various leagues: Interesting idea! Since column labels are post types and leagues/seasons/positions are taxonomies, this would actually work quite well. We’ll consider adding more taxonomy options to columns.
- Shortcodes: We agree! Shortcodes are coming soon 🙂
We’re aiming to officially release by the end of March, but of course will continue to actively develop the beta version until then. Thanks again for all the feedback!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Fatal Error OccurringThere are a couple ways to check.
If it’s on a local server like MAMP or XAMPP, it would be easiest to search the wp-content/plugins folder for “eqGraph” using a text editor like Sublime, Eclipse, or Dreamweaver.
If it’s on a remote server, I would recommend deactivating each plugin one at a time to find the plugin that’s conflicting.
I’m curious to know which plugin is loading the same library. If you could send me a list of the plugins installed, I’d be happy to check for you.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Switch languageGlad to help!
I’d love to include your Swedish translation in the plugin 🙂 Are you on GitHub?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Ideas for improvementHi there,
Thank you for checking out SportsPress!
We’re actively developing this plugin and look forward to continue improving it via feedback from users 🙂
1) We’re working on an import tool for fixtures (i.e. events) and will also be adding a “bulk create” tool.
2) The next major update will have settings to enable displaying club logos in standings. We’re also adding some new widgets soon, which will display event schedules and results.
I’ll let you know when either feature becomes available. Thanks again for your feedback, and please feel free to let us know if you have any more suggestions!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Fatal Error OccurringHi there!
It could be conflicting with another plugin loading the same library (Equation Operating System). Do you have any other plugins installed?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Switch languageHi Jens,
Thanks for checking out the plugin!
To change the language, you will need to edit wp-config.php in your blog’s root folder and locate the following line:
define(‘WPLANG’, ”);
Change this to:
define(‘WPLANG’, ‘sv_SE’);Let me know if this solves the issue 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Import game/player statsHi there,
Thank you for your feedback!
We’re aiming to add an CSV import tool for events this week, currently working out the details i.e. handling more than 2 teams, player statistics format, etc.
I’ll keep you posted 🙂