+1
Searching answer

Substitutes

Giott 5 years ago in Match updated 5 years ago 9

Good day,

I face problem, we have futsal match and we not recording in and out times for substitute. Maybe possible somehow to mark that substitute player played  all game time and record as game played.

I noted player enter game:

Image 743


But it do not show that he played:

Image 744


Maybe any suggestions how to remove played time option and just name who was in starting and who enter game after substitute?


Searching answer

Hi,

Time column can be hidden with CSS. The code is provided below. To insert - https://anwppro.userecho.com/knowledge-bases/2/articles/1-how-to-add-custom-css

"just name who was in starting and who enter game after substitute" 

I'll think about but without entering time it's very problematic. 

.player__stats.player-section.anwp-section table th:nth-child(5),
.player__stats.player-section.anwp-section table td:nth-child(5) {
display: none;
}

Thank you.
And what about results section?

.player__matches.player-section.anwp-section table th:nth-child(6),
.player__matches.player-section.anwp-section table td:nth-child(6) {
   display: none;
}

Good day Andrei,
Can you give me codes to hide:
1.  Started 

2. Substituted In
3. Assists
4. Own goals.
5. Goals Concede 
6. Cleen Sheets.
Need on the both section Stats Total  and Last Matches too. 

Also how can I hide SQUAD positions and just show team players? Because if I am not setting player position in the squad it do not shows in team page. 

Thank you in advance. 

+1

Hi again,

Duplicate a code above, changing the column index. 

Logic is the same for both tables.

Also how can I hide SQUAD positions and just show team players? Because if I am not setting player position in the squad it do not shows in team page.

Please attach a screenshot of what part and where you want to hide.

Thank you. Now I understand.

About squad as I understand if player do not have position (goalkeeper, defender....) in team squad it not listed in team page.  It is possible to make that players in team page  would be listed without position name (marked in red). Lets say just list of players. And player would not be connected to this position?

What about splitting all players into 2 groups: goalkeepers and field players.

In squad: add all field players as "defenders". Then override group title in plugin settings.

Looks good idea to split. Any Idea how to hide MIDFIELDERS and FORWADS names (marked in red)?