[XFA] Custom Username Icons - XF2

[XFA] Custom Username Icons - XF2 [Paid] 5.0.8

No permission to buy (€10.00)
Can you pm me the url of the page along with a test account so I can check out the specificities of the thread ?

What's the incompatibility with Kirby font manager ? I am not sure I understood the issue.
Sent you a PM, handsome sir.

PS;
1694900094260.webp
 
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.

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?
 
XFA, have you already released a new version that corrects this? I can confirm this error occurs in threads with a deleted user.
I think I didn't, can you try the fix and confirm it works ?
I'll release a new version after that.

Are you able to add a "glow" option for the username similar to username colour? By using text-shadow?

This is not something that is implemented no.
 
Top Bottom