Add-on Add-on to display data from Custom user field

051119

Member
I wrote an Add-on to do this myself for vBulletin, but simply don't have time or knowledge to do one for xF. I would be willing to pay a reasonable amount if someone can get in touch and put together the code for this.

To summarise, I have a custom user field (numbers only) that our members input their miles travelled for that year. I wan't this then displayed in a simple table on a page of the forum (with normal styling like on the forum index page) with the rank, based on the descending number of miles, the username, and the number of miles travelled.

For example
Code:
2018 Mileage league

Rank       Username                   Mileage
1st           Bob                              4345
2nd          James                          4124
3rd           Simon                           3021
4th           Alex                                324

etc.
 
Top Bottom