ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Custom capabilitiesHi @amanipe,
The capability needed to add a position to a player is “assign_sp_player_terms”.
You will also need “edit_sp_players” to add a new player, and “edit_published_sp_players” to edit existing players.
Hope this helps 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] List of players in teams?Hi @weeandykidd,
We’re releasing an update shortly that will enable linking player lists to team pages 🙂
https://github.com/ThemeBoy/SportsPress/commit/9f3f861581c47bb82d63c881ff44c688fc7c56cd
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] QuestionHi guys,
The player profile in Football Club uses a very similar system which is built into the theme. Most of that can be achieved by creating your own SportsPress page templates.
The Premier theme contains custom page templates that use SportsPress data and can also be achieved via adjusting the templates and styling.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] User control & easy eventsHi @amanipe,
Thank you for your feedback.
Great to hear that you’re finding the plugin useful 🙂
We can definitely adjust the role permissions so that players can be assigned to manage an event. We’ll also look into the possibility of assigning multiple users per event.
We’re releasing an update shortly. I’ll let you know if this feature makes it into the update.
Glad to hear that 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] tournament modeHi there,
We’re working toward releasing the tournaments extension around the middle of next month.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Filter Calendar by teamHi Jonathan,
Thank you for your question.
You can select a team from the “Team” dropdown (under “Details”) when creating a calendar. However, there is no way to filter an existing calendar by team.
You could create a separate calendar for each team, though 🙂
Hi @smusselm,
Looks like the post meta values are automatically being printed on the page. It could be part of the theme, or another plugin.
Could you paste the output of SportsPress > System Status here? Use the “code” button below.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team Permalinks Not WorkingGlad to hear that! Happy to help, of course 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team Permalinks Not WorkingThe team taxonomy in Football Club is registered in /inc/taxonomy-team.php
Find the following line:
'rewrite' => array( 'slug' => 'team' )And delete it, or change ‘team’ to something else like ‘group’.
Let me know if this works.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team Permalinks Not WorkingAh, I just noticed you’re using the Football Club theme with SportsPress. Football Club registers its own taxonomy (category) called “team” which appears to be interfering with the post type with the same slug.
The easiest way around this is to change the permalink to “teams” like you did before. Another way is to change the “team” permalink within Football Club, but this would need to be done by editing the code.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team Permalinks Not WorkingHmm.. that’s an archive page, but doesn’t seem to be the issue. Could you paste the output from SportsPress > System Status here? (Use the code button below)
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team Permalinks Not WorkingGreat, looks like we’re getting closer to finding the issue.
Do you have any pages on your site that use the permalink “team”? You can check by typing in your browser:
http://(your website url)/teamIf this is the case, changing that page’s permalink to something else should then allow us to use the “team” permalink for Teams.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team Permalinks Not WorkingIt is possible that a page’s slug is interfering with the team permalink. Try changing the permalink for Teams (defaults to “team”) via Settings > Permalinks.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team Permalinks Not WorkingHi @nickescobedo,
I’m glad you are finding the plugin useful 🙂
Thanks for your question. You may need to flush the permalinks. To do this, go to Settings > Permalinks and click Save Changes (without actually changing anything).
Let me know if the issue persists.