Closed (fixed)
Project:
Latest Members
Version:
6.x-2.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
30 May 2011 at 17:04 UTC
Updated:
12 May 2020 at 02:29 UTC
Jump to comment: Most recent
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
Comment #1
d------ commentedHi geroyche,
Thanks for the report. This will be in the next release.
Comment #2
d------ commentedComment #3
d------ commented