XF 2.1 XF2 equivalent to `xen:map`?

Zig

Member
Hello everyone! The title basically says it all. I'm in the process of rewriting a custom addon for XF2 and my predecessor made heavy use of <xen:map from="$somethingOrOther.tagList" to="$tags" /> in conjunction with <xen:include template="some_other_template"> for the necessary template modifications.

Does anyone know if there's equivalent functionality in XF2? I've checked Template/Templater.php and Template/Compiler.php but don't see an xf:map anywhere.

Thanks in advance!

--zig
 
I haven't tried it, but it looks as though <xf:map from="$foo" to="$bar" /> is supported inside <xf:include> tags.
 
  • Like
Reactions: Zig
Top Bottom