Updated.
4.1.2 - removed challenge scores from appearing in latest score block.
To update, replace your existing widget code with the code in the OP. If you are using the sideblock code I've updated the code in this post -
https://vborg.vbsupport.ru/showpost....9&postcount=11
Or simply, find
Code:
WHERE valid = 1
AND tourid = 0
Replace with
Code:
WHERE valid = 1
AND tourid = 0
AND challengeid = 0