with IUM 1.1.10 and also with 1.3.0 I see in sent emails as
USR_TPC_LIST
and USR_FRM_LIST
only the word Array
, instead of a link list.I think, that this is related to this topic.
Actually I have running phpbb 3.0.8 with php 8.1.15.
USR_TPC_LIST
and USR_FRM_LIST
only the word Array
, instead of a link list.Code: Select all
{% for user_topics in USR_TPC_LIST %}
"{{ user_topics.title }}"
{{ user_topics.url }}
{% endfor %}
Code: Select all
{% for forum_topics in USR_FRM_LIST %}
"{{ forum_topics.title }}"
{{ forum_topics.url }}
{% endfor %}