[XFA] Custom Username Icons

[XFA] Custom Username Icons [Paid] 3.6.1

No permission to buy (€4.00)
Well if you don't mind that would cool as I would be able to ensure it works with your add-on for sure.

Thanks,
Clément
 
@XFA so can you add this option in next release?

Yes, I'm only getting what is needed. Do you want me to send you a copy?

In fact, I looked at the code and I can't do anything cleanly through hooks.

So you have to perform a manual modification.
On line 133, replace
Code:
                is_staff

by:
Code:
                is_staff,
                xfa_cui_type,
                xfa_cui_params,
                display_style_group_id

@Siropu in next release could you do something so that we can hook some data ?
Basically, capability to add fields and do left joins could be interesting.

Clément
 
In fact, I looked at the code and I can't do anything cleanly through hooks.

So you have to perform a manual modification.
On line 133, replace
Code:
                is_staff

by:
Code:
                is_staff,
                xfa_cui_type,
                xfa_cui_params,
                display_style_group_id

@Siropu in next release could you do something so that we can hook some data ?
Basically, capability to add fields and do left joins could be interesting.

Clément

This is supposed to add username icons in chat? It doesn't work for me.

Code:
return $this->_getDb()->fetchRow('
SELECT s.*, u.username, u.is_moderator, u.is_admin, u.is_staff,
xfa_cui_type,
xfa_cui_params,
display_style_group_id
 
there is bug when posted on profil page, then in status message index widget got same icon for admin usergroup, as you can see second admin got another icon when post thread, it is normal or is bug?

oie_ATHaUa3sv0nu.webp
 
still no update and support for @Siropu chat?No update to add options for icon on User Banner.

Didn't see you posted a bug there, please report it on our website in the correct section.
Regarding the Siropu chat compatibility I will be adding it.

I manage priorities between the updates so you can't expect things to be done in short time frames just because you want them to be.
 
Top Bottom