I couldn't get overriding theme_latest_members() to work.
I am rather new to drupal, but after looking at the module source, my guess was that this was because
latest_members_block calls it explicitly in line 36 of your source.

I renamed the call there to mytheme_latest_members, and then the override in my template.php worked.
It's a bit pointless this way though, as i might just as well have modified the code of the function itself.

Comments

d------’s picture

Assigned: Unassigned » d------
Priority: Normal » Minor
Status: Active » Needs work

Hi geroyche,

Thanks for the report. This will be in the next release.

d------’s picture

Issue summary: View changes
Status: Needs work » Fixed
d------’s picture

Status: Fixed » Closed (fixed)