Skip to content

{USER_EXTENDED=location.text_value} is not working in forum plugin #3957

@Jimmi08

Description

@Jimmi08

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

Metadata

Metadata

Assignees

Labels

plugin: forumstatus: testing requiredSomeone needs to confirm this issue's existence and write a test to prevent the fix from regressing.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions