plou
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] 2nd yellow card -> red cardFor me :
An expulsion as a result of two yellow cards should be calculated like this: 1 yellow + 1 red.Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] 2nd yellow card -> red cardHere is what I advise you to do:
Player performance (SportSpress configuration) :
– yellow card (yellowcards variable)
– red card (redcards variable)
– yellow/red card (yellowredcards variable)Player Statistics (SportSpress configuration))
– yellow cards (equation = yellowcards)
– red cards (equation = redcards+yellowredcards)Regards,
- This reply was modified 5 years, 5 months ago by plou.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] 2nd yellow card -> red card@betisweb
Yes, but there the statistics count 2 yellow cards and one red. It must be 1 yellow + 1 red. As Savvas says, you need to create a new statistic for this scenario!
You should use an icon like this:
https://commons.wikimedia.org/wiki/File:Yellow-Red_card.svg- This reply was modified 5 years, 5 months ago by plou.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] 2nd yellow card -> red cardImpossible, it is necessary to create a new statistic for the case of yellow + yellow = red.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Total goals – soccer statisticHello,
No, it is not possible to put “two data” in the same cell. You have to create a statistic for the goals, one for the penalties, and one to calculate the total (goal + penalty).
Regards,- This reply was modified 5 years, 5 months ago by plou.
You have to modify the following file : /sportspress/templates/player-events.php (line 21-24), copy this code :
'title_format' => 'title', 'time_format' => 'separate', 'columns' => array( 'event', 'season', 'day', 'league', 'results' ), 'order' => 'ASC',- This reply was modified 5 years, 5 months ago by plou.
Forum: Plugins
In reply to: [M Chart] The chart does not appear in a tab.Ok, i found !
Forum: Developing with WordPress
In reply to: How to add jQuery to my WordPress siteForum: Plugins
In reply to: [M Chart] The chart does not appear in a tab.Thank you for this quick response !
How do I add this code to my site? Sorry I’m noob ..I find that curious. The player is linked to a unique ID. It never changes, even when the player’s name is changed. It does the same when you change the name of the player with the “quick edit” function (in the player list) ?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Manager statistics.Probably, in this case you will need to do some custom code to make statistics like the players …
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Manager statistics.Hello.
This is the only and best solution. There are no statistics for managers …Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Manager statistics.Hello
Why use the manager function?
Use the player function and add a “manager” position and create your manager as follows for example “Manager: SMITH Sam”. So you can use the statistics (matches, won, etc.).Regards,
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Watermark on tablesIf you don’t want to share your content, don’t post it on the internet.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Players birthday – prbDate of page publication = birthday.
- This reply was modified 5 years, 8 months ago by plou.