ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Shortcodes in post / sitesHi @lsyfc,
Thanks for checking in.
We’re still putting our documentation together. There is quite a lot of material so it could take a bit longer but I’ll let you know when it becomes available.
Hi @todorsto,
Thanks for your question.
Just to clarify, did you want to display the featured image (player photo) of each player, or enable image tags in player metric fields?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Knockout league tableHi @nerate,
Thank you for your feedback.
We’re working on an advanced tournaments extensions that will enable knockout cups and rounds, which is scheduled for release next month.
Regarding league filters in events, we’ll be addressing this in the next update. I’ll let you know when that becomes available ๐
Hi @dbsept24,
Thank you for your feedback. We’ll be addressing this in the next update. I’ll let you know when the new version becomes available ๐
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Automatic fixturesHi @batigol,
With the current version of the plugin, each event needs to be added manually. We’re working on a bulk create tool, though. I’ll let you know when it becomes available ๐
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Different Sports@ron_m glad to hear that, I’ll definitely let you know when we release a multi-sport solution ๐
@joemazz that’s understandable. The plugin is being developed as an open source project under the GPL v3 (http://www.gnu.org/copyleft/gpl.html) and will remain free. Similar to other free plugins like WooCommerce, we offer premium themes and extensions.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Different Sports@joemazz sorry to hear that, any particular reason why? We’re actively developing the plugin, so your feedback is appreciated.
The plugin is compatible with multisite, although each site would only use its own data. But assuming you want to have a single site that displays widgets from different sports on one page, we’ll need to somehow categorize the different variables without complicating the plugin for single-sport sites.
I’ll look into an elegant solution for displaying multiple sports on a single site and will keep you guys posted.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Scoreboard [Results by week]Thanks @ron_m!
We will definitely be adding a per-day and per-week option to the widgets soon. If you’re building your own widget, you can use the “day” and “w” date parameters (see http://codex.wordpress.org/Class_Reference/WP_Query#Date_Parameters)
I’ll let you guys know when an update with these options becomes available.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] PPG StatThe PPG statistics should be automatic. Note that the statistics will only be available for events played within the league and season being displayed.
Check the events to make sure that the league and season are the same as those used in the player profile. Let me know if the issue persists.
@vijomah could you paste the output of SportsPress > System Status? (use the “code” button)
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] PPG StatHi there,
Thanks for your question.
If you’re using the basketball preset, the equation for PPG should be pre-loaded. Just to be sure, the correct equation is:
PPG = PTS รท Events PlayedHope this helps!
Hi there,
Thanks for your question.
It looks like Smooth Slider is passing a title through the_title filter with only 1 argument, but 2 are required by SportsPress.
The filter is there to add squad numbers, staff roles, and event titles (Team 1 vs Team 2) to player, staff, and event post types. The line you changed would actually disable the title filter altogether.
We could instead change line 95 in sp-template-hooks.php from:
function sportspress_the_title( $title, $id ) {to
function sportspress_the_title( $title, $id = null ) {As a temporary solution. We’ll be releasing an update soon which will also include a more efficient version of this function ๐
Hi there,
SportsPress creates a few different user roles that can be assigned to any user (via Edit User > Role dropdown).
It sounds like the “Team Manager” role would be useful here. A team manager has access to edit players/staff and teams that are assigned to them. To assign a team to a user, an administrator must log in and change the team’s “User” (below the Excerpt in Edit Team).
Hope this helps!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Problem with players list sizeHi again!
I just saw the link you provided in the other ticket.
There are 2 ways to display larger player gallery photos:
1) Change the page template to “Full Width”.
2) Display the player list directly. You can enable adding player lists to the menu via Appearance > Menus > Screen Options (tab at the top) > Player Lists checkbox.
I hope this helps!
Hi there,
This looks like the same issue that you’ve translated into English (thank you!) I’ll close this topic and reply to the other one instead.