• Hello,
    I searched old posts about this but they didn’t appear to be resolved. All my custom designed player lists and league tables are functioning perfectly because i manually set the order of the fields I want to see on each page. On the player profile pages, however, it appears to be using some sort of default “player statistics” table to show both season-specific stats and career totals. The problem is, the order of columns/fields is out of whack and i have no idea how to change it to match my custom player list tables.

    For example, GP (games played) should ALWAYS be first in every table…and i have it marked as Attribute Order “0” for all my custom tables. But I do not see where i can edit the attribute order for this “player statistics” table, which currently shows GP as the 7th column to the right mixed with other stats and looks silly. Any help would be appreciated. ??

    Thanks
    James

    • This topic was modified 8 years, 2 months ago by jjohnston618.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey,

    the problem is the separation of player performance and player statistics. On player profile pages the first columns are always the player performance columns followed by the player statistics columns.

    I handled it by hiding all player performance columns and adding those columns to the player statistics.

    Example:

    Hide all Player performance columns (change visibility):
    goals
    redcards
    yellowcards

    Add the same columns to Player Statistic and adjust the order:
    GP (equation = eventsplayed)
    *ADD G (equation = goals)
    *ADD Red (equation = redcards)
    *ADD Yellow (equation = yellowcards)

    And so on.

    • This reply was modified 8 years, 2 months ago by sagund07.

    Hey,

    We were wondering the same thing .. makes no sense to have Appearances as the last column on the player profile screen when it shows as the first column on the player list – the columns should be consistent.

    sagund07 – we tried this, hiding goals as a performance metric and adding it as a statistic but Appearance still shows as the rightmost column – even if we make the order value of Appearance less than that of Goals. So unsure what is going on.

    We’d also like to remove the “Club” column from the player profile screen too if we could as we only use Sportspress for 1 club so the value will never change.

    Thanks,
    Andy

    to hide a column, you can use this:

    .sp-player-statistics .data-team {
    display:none;
    }

    but that’s off the original topic (sorry Roch). :>

    I should really have started a new thread re the column hiding, I guess .. apologies.
    gator8 – thanks, works a treat

    Back on topic, I’ve tried various combinations of classifying the Appearances / goals / assists metrics (as either performance metrics or statistical metrics) but the Appearances always appears on the left on the player list and on the right on the player profile page …

    Thread Starter jjohnston618

    (@jjohnston618)

    Thank you all for the feedback. From what I gather here, there is no one perfect solution and you have to consider a couple different semi-solutions to get these 2 tables to display correctly.

    At risk of beating a dead horse, below is an image of what I am dealing with. The top table is my custom player list that I use for league leaders–it allows me to mix and match both PERFORMANCE and STATISTICS fields as I please, and shows them in my overall order. Perfect.

    The bottom 2 tables are the default player statistics tables… i cant move those 3 calculated fields to the left unless, as sagund mentioned, moving ALL of my performance fields to statistics… which will be a huge pain (theres several more hidden performance fields we track that i dont show here)

    anyway,here is link to comparison… as always, feedback is welcome

    View post on imgur.com

    -James

    Are we anywhere nearer to having a response to this or the 2 similar threads that have been raised since?

    If you don’t know or if there’s a bug then please just let us know so we can work out an alternative way of presenting the information.

    Constantly ignoring this issue (and the issue re total minutes played being wrong) isn’t helping anyone and will only lead to bad reviews.

    Regards,
    Andy

    Would me nice if we could get a quick fix to this. =)

    I’m having the same issue as well, haven’t found a solution.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Order of columns in player statistics views…’ is closed to new replies.