Corrected bugs:
- Default usergroup icon color not taken into account when user has permission to edit icon but not color
Modifications:
- Fieldset added around the custom username features on account personnal details page
New features:
- Users can now select their custom username color (permission based)
- Users can now select their custom user title color (permission based)
- Option to set the authorized colors
View attachment 116428
I can't see these custom user icons in "Staff Online Now" block, at least not when using Widget Framework.
I posted over here too, but I'm not sure which one is interfering with it working properly.
https://xenforo.com/community/resources/chat-by-siropu.4309/
The username inherits colors except on the chat.
The chat JUST inherits the icon I select.
As far as I know and saw, it uses xen:username.
Is the custom user colors and icons inherited differently?
Or any other idea why this may be occurring?
<div class="userInfo">
<h3 class="username">
<div class="userTitleBlurb">
<h4 class="userTitle">
<span style="color: #000000;">Member</span>
</h4>
<div class="followBlock">
<h1 class="username" itemprop="name">DJay</h1>
<p class="userBlurb">
<span class="userTitle" itemprop="title">
<span style="color: #000000;">Member</span>
</span>
Nope! I already took a look into that.Have you set a default color for usergroups ?
Will you be putting a default button for the user colour and title, so when a members doesn't want a colour they can put it back to default
Also another thing I noticed. When someone is taken out of a usergroup that allowed them to use the feature. It still displays the icon and user colour and title. Shouldn't it be removed when that user is not able to use it?
When I have this add-on enabled, it adds the following span style for the membercard:
Code:<div class="userInfo"> <h3 class="username"> <div class="userTitleBlurb"> <h4 class="userTitle"> <span style="color: #000000;">Member</span> </h4>
You see the span style color: #000000?
It also adds it to other places:
Code:<div class="followBlock"> <h1 class="username" itemprop="name">DJay</h1> <p class="userBlurb"> <span class="userTitle" itemprop="title"> <span style="color: #000000;">Member</span> </span>
Even though that member doesn't have any color or icon set. Actually it's a regular member who doesn't have permission to have one.
This happens for all members.
When I disable the add-on, the span style goes away and my style's own styling comes into effect.
Can you please fix that? It's not cool that it overrides the theme style CSS even when no username icon or color is set by the add-on.
We use essential cookies to make this site work, and optional cookies to enhance your experience.