i have a table with playername, location, playtime, points (and so on).
The table is sorted by “points”. What I need now is an additional column with a “rank number” from “1” to “all rows” in front of all columns. I have no idea how to do this. Maybe in the “advanced options” section with some jacascript code or something? Sorry for my rookie question, I hope someone can help me with a few lines of code that can do what I need.
(i also use pages so the ranking number need to be on all sides continuous)
i also try some code snipets from datatables.net like rowReorder and so on but it’s all too high for me! i dont understand that at all…
https://gyazo.com/b08a4da7e9d6dccab14bc39d2eae04f1
]]>In the file “sportspress(-pro)\includes\sportspress-scoreboard\templates\event-scoreboard.php”, there are two occurrences of “sp_team_short_name( $team )”. Just change those to “$name = sp_team_abbreviation( $team );” and you will be good to go.
You can see it in action at https://collegestunt.org
]]>Thank you for taking time to answer,lets get into the problem.
I have been using sportspress for a racing league,I would like to combine the scores for multiple events, for example a racer got 20 marks at round 1 and he also got 20 marks at round 2 I want to create a scoreboard that combine the marks automatically (autosum) that he got from round 1 and round 2 but how can I do this?
Thanks,
Matthew,
Thanks in advance,
]]>Thanks in advance,
]]>