ThemeBoy
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player List WidgetThanks for your solution, @sinnerhp 🙂
Here are the Player List shortcode attributes for your reference:
array( 'id' => get_the_ID(), 'number' => -1, 'columns' => null, 'grouping' => null, 'orderby' => 'default', 'order' => 'ASC', 'show_all_players_link' => false, 'link_posts' => get_option( 'sportspress_list_link_players', 'yes' ) == 'yes' ? true : false, 'link_teams' => get_option( 'sportspress_list_link_teams', 'no' ) == 'yes' ? true : false, 'sortable' => get_option( 'sportspress_enable_sortable_tables', 'yes' ) == 'yes' ? true : false, 'responsive' => get_option( 'sportspress_enable_responsive_tables', 'yes' ) == 'yes' ? true : false, 'paginated' => get_option( 'sportspress_list_paginated', 'yes' ) == 'yes' ? true : false, 'rows' => get_option( 'sportspress_list_rows', 10 ) );You could add orderby and order to the shortcode like this:
[player_list id="123" orderby="goals" order="DESC"]Hope this helps 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player List WidgetInteresting. I suspect there is something in one of the theme’s register_sidebar functions that could be adding something that cancels out the player list. Is the site on a live server, or could you tell me the name of the theme you’re using?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Training CalendarHi Jon,
With each event you can select “League” or “Friendly” format under the “Format” metabox. Friendly events will not count towards your league statistics, so it’s best to choose this option when creating your training schedule.
We are also planning to add bulk event creators which will be handy for creating recurring events like training schedules and other regular events.
Calendars will display both league events and friendly events.
Hope this helps 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player List WidgetHi there, thanks for your question.
I’m not able to reproduce the issue using Twenty Fourteen or Premier. Does this happen with all themes, or only a particular one?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player List on Team PageHi there,
This is something we definitely want to add in the next update. I’ll let you know when we’ve added this feature 🙂
Thanks for your feedback!
You’re right, in fact we are planning an extension which would include several player-related features including a registration form that will autogenerate a user and profile at the same time 🙂
I’ll let you know when this one becomes available.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] NetballAwesome! You’re welcome 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] fixtures and resultsHappy it helped you both!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Widget questionsGlad I could help 🙂
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player Profile PageNot a silly question at all.
Coding knowledge is recommended but not required for small modifications. The plugin makes it very easy to use your own templates. Similar to how you would create a template for a single post, archive, page, etc SportsPress will check a theme’s /sportspress folder before using the default templates.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Request for a new sportsGreat! Should be easy then 🙂
We’ll add it in the next update.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] how to ?Hi Kev,
Your email has been received. We’re working on improving the player statistics and performance functionality which will improve the usability in your case as well. Will send you an update shortly.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Staff GalleryThanks for your question. There is no staff gallery shortcode, but we’ll be adding a suite of staff directory features in an upcoming extension.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] fixtures and resultsThe following code can be added to SportsPress > Settings > Custom CSS:
.sp-league-table th, .sp-league-table td { text-align: center; }Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player Profile PageLogged in users (if their role is “Player”), will be able to see only his or her own players in admin. Where did you want to display the link of the player page?