ThemeBoy
Forum Replies Created
-
Added in version 0.9 🙂
Hi there,
You may need to increase your PHP memory limit. Try adding the following line to wp-config.php before “That’s all, stop editing! Happy blogging.”:
/** Memory Limit */
define(‘WP_MEMORY_LIMIT’, ’96M’);Let me know if the issue persists.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] User control & easy eventsHi there,
Thanks for your kind words! Glad you’re enjoying the plugin.
CSV files for events should contain the following columns:
Date (must be yyyy/mm/dd format)
Time (hh:mm or hh:mm:ss)
Venue
Teams (One row per team)Optional columns are:
Results
Outcome
Players
Player Performance (x number of performance values)You’re right, pasting all the players in each time could become tedious. We’ll look into a more automated method for this for a future update or extension.
Currently, SportsPress creates the following user roles:
Player – can only edit own posts and player profile.
Staff – can only edit own posts and staff profile.
Team Manager – can publish posts, edit player and staff profiles and season statistics.
League Manager – can edit/publish posts, pages, players, staff, teams, league tables, player lists, events, and calendars.Adding a user role who can only manage matches (Event Manager) is a great idea! Will add this in the next major update 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Statistics help [Hockey]Hi there,
Thanks for your questions. I’m happy to help you with your configuration settings.
To round any column to 2 decimal points, change the “Rounding” value to 2 (it defaults to 0). In the current version, decimals will only be displayed when needed i.e. 1.00 will still be displayed as 1, but we’re changing this in the next update.
Regarding the other settings, could you send me a list of columns that you’d like to create?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Statistics RoundingHi there,
The rounding option will enable decimals, but will only display when needed. If you set the rounding to 3, for example,
0.3333333… would be displayed as 0.333
However, 1.00 would be displayed as 1, because the extra decimals aren’t needed.
We understand in baseball it would be better to display all 3 decimals even if they are zeros. The official launch of SportsPress 1.0 is coming up this weekend, so we’ll be adding this in at that time 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Importing results?Hi there,
Thanks for your question. The SportsPress Events CSV importer has a results and outcomes column where you can enter results from past matches.
A sample csv file is made available via Tools > Import > SportsPress Events (CSV) > “Click here to download a sample”.
If you’re entering player performance, be sure to add a column for each performance value (i.e. Goals, Assists, Shots On Goal, etc) and in the exact order seen in an event edit page.
The required columns are:
Date (must be yyyy/mm/dd format)
Time (hh:mm or hh:mm:ss)
Venue
TeamsOption columns are:
Results
Outcome
Players
Player Performance (x number of performance values)We’ll be putting together a series of tutorials and documentation soon. In the meantime, I hope this helps.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] ShortcodesHi there,
Sounds like a really cool project!
We’re going to launch our new website this weekend and will be putting together a shortcode reference page shortly. I’ll let you know when it’s ready 🙂
Hi Nerate,
Thank you for your feedback. We will definitely be looking into changing the display text for post type pagination, although it may still be overwritten by the theme being used.
We’ll also look into adding an option to hide it. For now, a CSS solution (i.e. display: none;) might be the simplest.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] IcehockeyHi Mike,
Try this:
<?php if ( ! is_singular( array( 'sp_team', 'sp_player' ) ) ): ?> <p class="post-meta"> ... </p> <?php endif; ?>(I forgot to wrap the post types in an array in my previous reply)
Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] User Drop Down MenuThe update is nearly ready. For adding multiple authors per post, I recommend installing the Co-Authors Plus plugin: http://wordpress.org/plugins/co-authors-plus/
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] ColumnsThanks, I’ll let you know when we find the issue.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] ColumnsHi again!
It would be great if you could provide me with the output from SportsPress > System Status. (use the “code” button when inserting)
Thanks!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] ColumnsHi there,
Thank you for your detailed feedback.
You’re right, I see that the outcomes are not being displayed even though they should. We’ll definitely look into this issue and will let you know when we find a solution.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] tournament modeThe tournament extension is scheduled for next month.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] matches not showing upHi there,
Thanks for your feedback.
Events and team performance should still be displayed even when no players are selected. Could you show me a screenshot of the issue?