PHPBB Inactive User Manager/Reminder

Compatibility with php 8.x - PHPBB Inactive User Manager/Reminder

Compatibility with php 8.x

by whocarez » Mon Feb 13, 2023 2:36 pm

Hello,

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.
whocarez
Registered User
Posts: 160
Joined: Sat Apr 18, 2009 9:19 pm

Re: Compatibility with php 8.x

by andreask » Mon Feb 13, 2023 4:28 pm

Hello,

This has nothing to do with php version.
If you are using other language than English then the translation you are using for the extention is outdated. Compare the English version of the reminder email and the translated version.
Also after the ext update I don't forget to refresh phpbb cache.

All the best.
Here is what I am working on right now...
Inactive User Manager for phpBB
Give it a try...
If you would like to buy me a bier ;) for my work I will drink it on a hot summer day and thank you!!!
andreask
Registered User
Posts: 773
Joined: Fri Feb 27, 2009 6:13 pm
Name: Andreas

Re: Compatibility with php 8.x

by whocarez » Mon Feb 13, 2023 4:43 pm

ah, ok my fault.

That means

Code: Select all

{% for user_topics in USR_TPC_LIST %}
    "{{ user_topics.title }}"
    {{ user_topics.url }}

{% endfor %}
and

Code: Select all

{% for forum_topics in USR_FRM_LIST %}
    "{{ forum_topics.title }}"
    {{ forum_topics.url }}

{% endfor %}
instead of the old variables.

Thank you!
whocarez
Registered User
Posts: 160
Joined: Sat Apr 18, 2009 9:19 pm

Re: Compatibility with php 8.x

by andreask » Mon Feb 13, 2023 4:54 pm

Yes, I'd suggest to use the English translation as a template and simply translate to your preferred language.
Here is what I am working on right now...
Inactive User Manager for phpBB
Give it a try...
If you would like to buy me a bier ;) for my work I will drink it on a hot summer day and thank you!!!
andreask
Registered User
Posts: 773
Joined: Fri Feb 27, 2009 6:13 pm
Name: Andreas