I created a custom member profile field, and put this in it:
{filedir_6}ivins.gif
When I output that field, the curly braces are XML escaped:
{exp:member:custom_profile_data member_id="38"}
{staff_image_large}
{/exp:member:custom_profile_data}
yields
&.#123;filedir_6&.#125;ivins.gif
( I had to add the . into the code because the curly brace entities were getting re-interpretted by the forums. But you get the idea).
Basically, the custom member profile field should either INTERPRET filedir_6, or it should return the string as entered. But it shouldn’t escape the curly braces. This is a significant problem for me, so please do let me know if you can help.
TTFN
Travis
