Im customizing the Plugin to fit on my Racing page and i want to show a players list with the points made on every venue. Just like this https://snipboard.io/H1Z2sl.jpg
Thankyou
I want the players to be allowed to edit and change their own profile, can this be set? Could it be a registration in the front end for temas to upload their profiles??
]]>Hi everyone!
I’m working on a system to calculate points in a tournament, and I’d like to know if it’s possible to add customization elements such as bonuses and penalties. After assigning 1 point for a draw and 2 points for a win, I’d like to integrate the following rules:
I’ve attached an image to make the point calculation system clearer. Could someone let me know if this is feasible and which tools might support this kind of customization?
Thank you very much for your help!
]]>Hi,
The facebook widget seems to only work with facebook pages but has anyone already modified this one so that it also works with facebook groups
]]>Hi!
In the event list layout, the date is shown twice on two different formats. Before the update, is shown the date perfectly.
I checked the sttings options, but nothing happens when I change between”Date-time-match day-full time”.
Thank you
Hello! It is possible to create a field type like text, hour, number, etc… but with this configuration? (ex. 1:38.458)
Thankyou!
I am using the same events block on two different pages and the fixtures are being displayed in a different order on the two pages;
This page displays correctly – https://binfieldfc.com/test/
Whereas on this page, the sort order is reversed – https://binfieldfc.com/
They are both using this block;
[event_blocks number=”5″ status=”future” show_all_events_link = “1” paginated=”0″ order=”ASC” ]
Any ideas?
I have a problem when I create an event.
First, I select the teams that are playing, then I select the season that we are in, but when I need to select the players that are playing on that particular day, it shows me all the players that were on the team, even those that were 3-4 years ago. I want it to show me only the players that I have declared to be playing in the current season, i.e. the season that I mention in the event that I create.
]]>On the registration page I like the fact that there is option to choose a club. But I want to be able to label the field ‘club’ as ‘School’ because I am using it for managing inter-school games. Please help
]]>At the moment it is not possible to sort the staff members. It will be automatically sorted by creation date. It would be nice to sort them by function or something else. Now it will happen that the headcoach is sorted under the coach or other staff members.
In an older thread (https://www.ads-software.com/support/topic/order-staff-on-page/) the custom css option was named. This is not possible if an object is used in more than one team. e.g. person1 is coach in team1 and headcoach in team2. person2 is headcoach of team1 and coach of team2.
]]>Hi All,
Does anyone know how to code or create a block that would allow a players photo, team, games played and total goals to be shown? I have three leagues and want to show top goal scorer. A bit like a Top Stats page.
]]>Hello,
I have a problem with my sportspress plugin.
When I want to display the list of players using a shortcode or using the players list page, it’s displayed in a single column, whereas I need three.
I’m using the Bridge theme and have tried a standard WordPress theme without success.
I can’t find a solution to this problem.
Thank you for your help
hey
Is there a way to pick a particular date in a season (or a date range) and show a players/teams stats up until that point.
For example
Player A has 30 goals at the end of the season.
You pick the date April 5th. So you can see the teams/players stats and see Player A had 10 Goals at that point in the season.
Thanks
Hello everyone,
I manage 5-a-side football tournaments and am considering purchasing the plugin to automate some functions. However, I need clarification on a few features.
Thanks in advance for the support!
]]>I am using Sportpress plugin and I am going to deploy mobile app, with specific module.During the first glancè seems that when I sync the calendar with My App, I see all the matches but not the locations/venue.
Can you help me how to make the geolocalisation appear on the calendar functions?
On sportpress settings tab games, there is possibility to select show match, show venue ecc, but it seems that these settings are not reflected on calendar.
Thanks in advance.
I have selected in my SportsPress settings that the teams pages should display events and use the list format. And in my event settings, I have selected that the Event Lists should use the title as the title format. However, on team pages, the schedule seems to use the Home | Away format. And, I also get some strange text that appears to be html along with the titles. Events are also in the wrong order. See screenshot. I have tried deactivating all other plugins and still the same result.
]]>Hello. We use your plugin, thank you very much. But recently, after the update, the Ratio value stopped being calculated automatically. Now we have indicators in the league table: Pts, P, W, L, PW, PL ,Ratio. Previously, we manually entered Ptc, P, W, L, PW, PL, and the Ratio value was calculated automatically, now it is always 0. Tell me, what kind of problem could this be?
]]>Hello,
Our league started second season, and I am having problems with player statistics.
First season calculated all player statistics averages without a problem, but now somehow it only adds up game stats and not calculates the average, showing just a sum of PPG, APG and so on.
Also I can’t for the life of me make MPG work.
https://rgbl.co.uk/player/arnoldas-racickas/
Cheers
]]>Is there a way I can create separate Template Pages for different sections of my website?
For example we only currently have Default, Full Width or Home Page, however I would like to create additional ones that I can call different names for different league, eg. SRC1, SRC2, SRC3
]]>my players list is not displaying no matter what I do with toggling the information on the back end. Please can I have assistance.
]]>Is it possible to create a way for the tournament table to automatically display the teams that have qualified for it, according to criteria that I previously defined? I organize a championship and it has many teams, the games all take place on the same day and doing this manually causes a considerable delay.
I searched the website’s FAQ and here among the questions and I didn’t find anything similar to what I need. Could someone help me?
]]>Onm a player details/profile page I want to edit the default “#” to say “Squad Number”.
How do i make this change?
]]>I am trying to show the matches in a different marquee text toner in the Alchemists theme. However, I am not getting the score information. Does anyone have any ideas?
Where am I going wrong
Match day range filter is filtered as 4 days before and after OK
Match published – scheduled information OK
Match date and time information OK
Getting the match score is UNABLE
Display with shortcode [matches_ticker title=”Matches” posts_per_page=”50″]
Match Published <marquee> 2.League: September 8, 2024 Team1 4 – 3 Team2
Match Scheduled <marquee> 2.League: September 11, 2024 Team2 vs Team1 18:30
<?php
// Shortcode attributes
$atts = vc_map_get_attributes( $this->getShortcode(), $atts );
extract( $atts );
// Set class for marquee wrapper
$css_class = 'marquee-wrapper' . vc_shortcode_custom_css_class( $css, ' ' ) . $this->getExtraClass( $el_class );
// Query SportPress events (matches)
$args = array(
'post_type' => 'sp_event',
'post_status' => array( 'publish', 'future' ),
'posts_per_page' => 10,
'date_query' => array(
array(
'after' => date('Y-m-d', strtotime('-4 days')), // 4 gün ?nce
'before' => date('Y-m-d', strtotime('+4 days')), // 4 gün sonras?
'inclusive' => true,
'type' => 'DATE',
),
),
);
$events_query = new WP_Query($args);
?>
<!-- Matches Ticker -->
<div class="<?php echo esc_attr($css_class); ?>">
<div class="container">
<?php if ( ! empty( $title ) ) : ?>
<div class="marquee-label">
<?php echo esc_html( $title ); ?>
</div>
<?php endif; ?>
<?php if ( $events_query->have_posts() ) : ?>
<div class="marquee" data-gap="10" data-duplicated="false">
<ul class="posts posts--inline">
<?php
$is_first_item = true; // ?lk eleman? kontrol etmek i?in bir de?i?ken olu?turuyoruz.
while ( $events_query->have_posts() ) : $events_query->the_post(); ?>
<?php
// Event ID'yi al
$event_id = get_the_ID();
// Tak?m bilgilerini alal?m
$teams = sp_get_teams($event_id); // Tak?mlar?n ID'lerini al
if (is_array($teams) && count($teams) > 1) {
// Tak?m 1 ve Tak?m 2 bilgilerini al
$team1_id = $teams[0];
$team2_id = $teams[1];
// Tak?m isimlerini ?ek
$team1_name = get_the_title($team1_id);
$team2_name = get_the_title($team2_id);
} else {
// E?er tak?mlar eksikse varsay?lan "Bilinmiyor"
$team1_name = $team2_name = 'Bilinmiyor';
}
// Ma? skoru alal?m (ana sonu?lar? almak i?in sp_get_main_results kullan?yoruz)
$main_results = sp_get_main_results( $event_id );
// Skorlar? kontrol et
$home_score = isset($main_results['home']['goals']) ? $main_results['home']['goals'] : null;
$away_score = isset($main_results['away']['goals']) ? $main_results['away']['goals'] : null;
// E?er skorlar bo? ise, outcome verisini kontrol edelim
if ($home_score === null || $away_score === null) {
// Outcome'? alal?m
$outcome = get_post_meta($event_id, 'sp_outcome', true);
// Outcome verisi varsa, sonucu "Galibiyet" "Ma?lubiyet" veya "Beraberlik" olarak g?ster
if (!empty($outcome)) {
if ($outcome == 'win') {
$home_score = 'Galibiyet';
$away_score = '';
} elseif ($outcome == 'loss') {
$home_score = 'Ma?lubiyet';
$away_score = '';
} elseif ($outcome == 'draw') {
$home_score = 'Beraberlik';
$away_score = '';
} else {
$home_score = $away_score = 'Bilinmiyor';
}
} else {
$home_score = $away_score = 'Bilinmiyor';
}
}
// Ma? saati UTC+3 olarak ayarlanacak
$match_time_utc = get_post_time( 'H:i', true, $event_id );
$match_time_utc3 = strtotime($match_time_utc) + (3 * 3600); // 3 saat ekleyerek UTC+3 yap?yoruz
// Formatl? saat UTC+3'e g?re
$formatted_time = !empty($match_time_utc) ? date('H:i', $match_time_utc3) : 'Bilinmiyor';
// Ma? tarihi
$date_html = get_post_time( 'Y-m-d', false, $event_id );
// Ma? tarihi varsa formatla, yoksa "Bilinmiyor" kullan
$formatted_date = !empty($date_html) ? date_i18n('j F Y', strtotime($date_html)) : 'Bilinmiyor'; // Türk?e tarih format?
// Lig ad?
$leagues = wp_get_post_terms($event_id, 'sp_league', array('fields' => 'names'));
$league_name = !empty($leagues) ? $leagues[0] : 'Lig Bilinmiyor';
// Ma??n durumu: Yay?nlanm?? m?, gelecekte mi?
$post_status = get_post_status($event_id);
// ?u anki zaman? alal?m
$current_time = current_time('Y-m-d H:i');
// Ge?mi? Ma? Kontrolü: Oynam?? ma?lar? ve skorlar? ay?ral?m
if ($post_status == 'publish' && !empty($home_score) && !empty($away_score) && $date_html < date('Y-m-d')) {
// Ge?mi? ma? ise sonu?lar? g?ster
$match_text = esc_html($formatted_date . ' - ' . $team1_name . ' ' . $home_score . ' - ' . $away_score . ' ' . $team2_name);
}
// E?er ma? bugünün tarihine sahip ve saat ?u anki saatten daha sonraysa (yani oynanmam??sa)
elseif ($post_status == 'publish' && ($date_html == date('Y-m-d')) && ($match_time_utc3 > strtotime($current_time))) {
$match_text = esc_html($formatted_date . ' - ' . $team1_name . ' vs ' . $team2_name . ' - ' . $formatted_time);
}
// E?er ma? ge?mi?te oynanm??sa ve skoru eksikse, outcome ile durumu g?ster
elseif ( $post_status == 'publish' && ($date_html < date('Y-m-d')) && (empty($home_score) || empty($away_score)) ) {
$outcome = get_post_meta($event_id, 'sp_outcome', true);
if ($outcome == 'win') {
$home_score = 'Galibiyet';
$away_score = '';
} elseif ($outcome == 'loss') {
$home_score = 'Ma?lubiyet';
$away_score = '';
} elseif ($outcome == 'draw') {
$home_score = 'Beraberlik';
$away_score = '';
}
$match_text = esc_html($formatted_date . ' - ' . $team1_name . ' ' . $home_score . ' - ' . $away_score . ' ' . $team2_name);
}
// Gelecek ma?lar: Tarih ve saat ile g?ster
elseif ( $post_status == 'future' || $date_html > date('Y-m-d') ) {
// Gelecek ma?sa "vs" ve saat g?ster
$match_text = esc_html($formatted_date . ' - ' . $team1_name . ' vs ' . $team2_name . ' - ' . $formatted_time);
}
// Di?er durumlar i?in "Bilinmiyor"
else {
$match_text = esc_html($formatted_date . ' - ' . $team1_name . ' vs ' . $team2_name . ' Bilinmiyor');
}
// Separator ekleme i?lemi
if ( !$is_first_item ) {
echo '<li class="posts__item separator"> | </li>'; // Separator? burada ekliyoruz.
}
$is_first_item = false; // ?lk eleman art?k i?lendi.
?>
<!-- Match item -->
<li class="posts__item">
<h6 class="posts__title">
<?php echo esc_html($league_name . ':'); ?> <!-- League name -->
</h6>
<p class="posts__text">
<?php echo esc_html($match_text); ?> <!-- Match details -->
</p>
</li>
<?php endwhile; ?>
</ul>
</div><!-- .marquee -->
<?php wp_reset_postdata(); ?>
<?php endif; ?>
</div>
</div>
<!-- Matches Ticker / End -->
]]>
]]>Dear community team,
I am experiencing an issue with displaying team logos side by side on mobile devices in the Rookie theme, specifically when using the shortcode [event_teams] to show logos in match reports on the following page: [https://zvvadelaars.nl/2024/09/adelaars-ontsnapt-aan-blessureleed-en-boekt-zwaarbevochten-zege-in-loosdrecht/](https://zvvadelaars.nl/2024/09/adelaars-ontsnapt-aan-blessureleed-en-boekt-zwaarbevochten-zege-in-loosdrecht/).
Currently, the logos are stacked vertically on mobile devices, even though they appear correctly side by side in landscape mode. This issue primarily occurs in portrait mode (tested on an iPhone 11).
Steps we’ve taken to try to resolve the issue:
1. Added CSS rules using flexbox to align the logos side by side.
2. Usedmax-width
andflex-wrap
to ensure proportional scaling of the logos.
3. Ensured the container takes the full width of the screen.
4. Applied variousjustify-content
values to center and evenly distribute the logos.
5. Removedalign-items: center
as vertical centering is not needed.Unfortunately, the logos are still stacked vertically in portrait mode. Could you assist us in identifying the issue or provide guidance on how to correctly display the logos side by side on mobile devices?
Thank you in advance!
Kind regards,
Robert Stevens
I am trying to use elementor templates to have a template for each page. Players, teams, matches…
I am not able to figure out how to do it as when i set it up, the template is showing but any of the plugin data.
Thanks in advanced!
]]>I have two leagues, league=”13″ and league=”12″, and want to display the TOTAL stats for players in that league. I can use code to search for each at a time but does anyone know how to link two code queries? Something similar to the code used for Career Totals table
[player_list id=”619″ title=”Total Player Stats ” number=”99″ team=”46″ seasons=”5″ leagues=”12″ leagues=”13″ columns=”gp,g,a,pts,pim” orderby=”pts” order=”DESC” show_all_players_link=”0″ align=”none” rows=”99″]
]]>For billiards and snooker competitions, I have high break player lists setup like so, to display the six players in each competition with the highest breaks. eg:
[player_list id="13207" title="High Break" number="6" team="0" seasons="97" leagues="5" columns="hbwinsnbtwofour" orderby="hbwinsnbtwofour" order="DESC" show_all_players_link="1" align="none"]
That works fine to show the top six players, but when I click on the “View all players” link at the bottom of that list, I see all the players names, but none of the breaks appear, even for the players whose breaks show up on the initial list, and the players names are in random order not sorted by their highest break. If I change the player list to show all players without having to click the “View all players” link, then I do see all the players with their breaks correctly sorted, though in this case that results in four pages of players being listed.
[player_list id="13207" title="High Break" number="all" team="0" seasons="97" leagues="5" columns="hbwinsnbtwofour" orderby="hbwinsnbtwofour" order="DESC" show_all_players_link="0" align="none"]
The one of the relevant pages that shows the problem is https://bsaact.org.au/snooker/snooker-b/. Am I doing something wrong here, or is this a bug?
]]>on a players page I want to show their statistics. When I create a new player I have to manually select the team to show their season stats and check the box for career total. I have quite a lot of players. Is there a way I can make these auto select the current/most recent season? and can a drop down be added to select other teams/seasons?
(I tried uploading an image to show you but this post editor is awful and only allows linking an image from a url!)
]]>On this hockey club website I have a strange issue.
There are 8-divisions in the league, and various teams within each division.
6-divisions display the teams assigned to the division, and but 2 display a message stating “No data available in table”.
All teams, and league tables are built the same, and the templates for each page type are the same across all pages, so I am at a loss why these 2 do not display.
You can see a page that is working as expected here:
https://calkingston.com/division-u9-novice/
The issue cascades through the
]]>This is a strange issue. When i create games all goes well except if a sertain team is the opponent.
When I create a game and the opponents are “BC L’9 Flénu A” the game is saved, but when I try to edit that team is not showing in the teams section.
It showing correctly on the calendar.
Things I already tried:
Change the name because of the special characters in the name into Flenu and then use short name.
Completly remove that team and create it again.