plou
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Offence/Defence StatsI managed to display only the “Offense” or “Defence” category (you have to go to the sportspress settings, players). But if I choose to display (Offense > Defence (or vice versa), the statistics display 0. I think this bug has existed for several years, see the following link (same problem in 2018):
https://wordpress.org/support/topic/issue-with-offense-defense-categories/Any solution???
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Offence/Defence StatsI also have the same question, what is the “Offense / Defense” function for?
For example, I have a stat called “Goal scored” in the “Offense” category. I have two positions: attacker in the “Offense” category and goalkeeper in the “Defense” category.
If I go to the attackers ‘and goalkeepers’ player profiles both will show “goals scored”, but normally this statistic should only be shown in the attackers profile.I have the impression that this feature does not work, or I do not know how to use?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Roadmap progressSee, you’re not answering the question. This question does not concern the pro version. Don’t be ostrich.
We want real roadmaps and real update.
- This reply was modified 5 years, 3 months ago by plou.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Roadmap progressYes, Sportspress doesn’t have any actual updates. There is no point in renewing your Pro subscription. You just have to see the ideaboard where there are things on the first pages that still have not been added and have been doing so for several years (import, detailled stats, attendance, etc). I wonder where the money for pro subscriptions is going ! For example, a few months ago, Savvas, had promised to add the colors for the ranking, it is still not added.
Just look at the changelog, to see that the plugin has been the same for a few years. As you say, some very light additions (like new filters, a few lines of code are enough), bugfixes, but no real major additions.
For example, I had requested this feature (to display the matches of the day). It hasn’t even been done, when in reality you only need to add a single simple line of code to do it! https://wordpress.org/support/topic/the-matches-of-the-day/
What also bothers me is that all forum topics are “resolved”, which is actually totally wrong (like my topic for example). This is not correct at all.
I am quite disappointed.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Team page event listHello, you’ill need to edit this file : /templates/team-events.php (lines 24-27). Try this:
'title_format' => 'homeaway', 'time_format' => 'separate', 'columns' => array( 'event', 'results', 'league', 'venue' ), 'order' => 'ASC',Regards,
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] The matches of the day?Hello,
Any news about this feature? @corrinarusso @savvas
Regards,Great functionality! Is there a way to create a similar field for the date of death? Thank you in advance !
Maybe you should use parentheses?
( )Forum: Plugins
In reply to: [MapGeo - Interactive Geo Maps] Critical error.Thanks, I did a restore, it seems to work! I don’t know what happened!
Bonjour,
Dans Sportspress > Sportspress > Club as tu bien activé “liste des joueurs” ? Dans l’édition du club, ici Grenoble, il faut cocher la case devant la liste des joueurs que tu veux activer. Il faut donc créer une liste de joueur pour chaque club, ce n’est pas automatique ! La colonne joueur qui affiche “0” est normal, c’est le cas pour moi également, mais la liste des joueurs s’affichent bien !Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Link to Season and LeagueThere is a “manual” solution. Just create a seasons / league match list.
Then add this code to your theme’s functions.php filefunction link_words( $text ) { $replace = array( '2020-21' =>'<a href="link to your match list">2020-21</a>', 'Premier League' => '<a href="link to your match list">Premier League</a>' ); $text = str_replace( array_keys($replace), $replace, $text ); return $text; } add_filter( 'the_content', 'link_words' ); add_filter( 'the_excerpt', 'link_words' );Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player/scorer listImpossible without custom code.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Player Goal ListsImpossible without custom code, sadly !
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Order columns in player listYou need to change the order of these items in Sportspress> Configuration
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Images Gallery Players