OK. So this is, I thought, a pretty simple regular expression.
Find: /<xen:if is="{\$birthdays}">(.*?)<\/xen:if>/is
Replace: $0<xen:include template="member_list_block_newest" />
It's very simply supposed to be including a template at the end of the {$birthdays} block (on the member_notable template).
I am receiving various reports that suggest for some people it works, and other people it doesn't.
So either I've overlooked something, or there could be some sort of bug that might need reporting.
Find: /<xen:if is="{\$birthdays}">(.*?)<\/xen:if>/is
Replace: $0<xen:include template="member_list_block_newest" />
It's very simply supposed to be including a template at the end of the {$birthdays} block (on the member_notable template).
I am receiving various reports that suggest for some people it works, and other people it doesn't.
So either I've overlooked something, or there could be some sort of bug that might need reporting.