{USER_EXTENDED=location.text_value} is not working in forum plugin #3957
Labels
plugin: forum
status: testing required
Someone needs to confirm this issue's existence and write a test to prevent the fix from regressing.
Could somebody confirm this?
If you use extended field location, it should be displayed inside
{USERCOMBO}
this way:
$ue = $tp->parseTemplate("{USER_EXTENDED=location.text_value}", true);
it return empty value. string(0) ""
It could be used directly in template too:
{USER_EXTENDED=location.text_value}
In news EUF is used this way:
e107::getParser()->parseTemplate("{USER_EXTENDED={$field}.{$type}.{$userid}}");
so I think this should be fixed in forum plugin
The text was updated successfully, but these errors were encountered: