Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Sorry this was never answered, I just didn't get to it.
The easiest way to achieve this is using a module like Advanced Profile Kit to build the profiles you want. Another way would be to look into how theming profiles works, then insert a call to user_stats_get_stats() in your user-profile theme.
Comments
Comment #1
Gentoo7 commentedbump
Comment #2
liam mcdermott commentedSorry this was never answered, I just didn't get to it.
The easiest way to achieve this is using a module like Advanced Profile Kit to build the profiles you want. Another way would be to look into how theming profiles works, then insert a call to
user_stats_get_stats()in your user-profile theme.