I have thought about that and I came to a conclusion :
the clever way to do that will to create a plugin.
This plugin will create shortcodes.
This way we could, put the code in the order and in the way we want, we could choose the information displayed and even choose the location( widget, page etc…), and this could handle localization easily.
we could imagine this shortcodes
[badgeos_last_img/]
[badgeos_last_user/]
[badgeos_last_avatar/]
[badgeos_last_points/]
[badgeos_last_total/]
[badgeos_last_date/]
We could even go further and imagine and shortcode to display this infos for the X last users like that :
[badgeos_last number="X"]Code to repeat for the last X users, and that can contains the previous shortcodes.[/badgeos_last]
Specific position can be cool to :
[badgeos_last position="X"]Code to repeat for the users in X position, and that can contains the previous shortcodes.[/badgeos_last]
… but I think these two things are bit more complicated (and I don’t know it it would be really possible this way.
We could also imagie a shortcode to display last activities of the current loggedin user ??
[badgeos_last_current]Code wich can contains previous shortcodes[/badgeos_last_current]
What do you think of that ?
I think it can be a cool add-on for BadgeOS.
Display this kind of community activity news could be very stimulating ??