Can you try to edit the src/addons/XFA/CustomUsernameIcons/XF/Template/Templater.php file.
Search for:
PHP:if (!$banners) { return ''; }
Replace by:
PHP:if (!$user || !$banners) { return ''; }
@XFA I am only getting a file health error.
Code:src/addons/XFA/CustomUsernameIcons/XF/Template/Templater.php Unexpected contents
Yeah that's normal, so I guess the fix works.
I think I didn't, can you try the fix and confirm it works ?XFA, have you already released a new version that corrects this? I can confirm this error occurs in threads with a deleted user.
Are you able to add a "glow" option for the username similar to username colour? By using text-shadow?
Corrected bugs:
- ErrorException: Template error: [E_WARNING] Attempt to read property "user_group_id" on null
- ErrorException: Template error: [E_WARNING] Attempt to read property "secondary_group_ids" on null
We are releasing this new version to address a potential security vulnerability.
We recommend that all customers running older version of the add-on upgrade to the version 5.0.9 as soon as possible.
The add-on is not yet compatible with XF2.3, this is planned very soon.
Corrected bugs:
- Banner icons display incorrect for users part of the staff
Modifications:
- Add-on ported to XF2.3
This version is only compatible with XF2.3.
Corrected bugs:
- Incorrect build led to missing javascript files
We use essential cookies to make this site work, and optional cookies to enhance your experience.