[OzzModz] Badges

[OzzModz] Badges 2.3.5 Patch Level 2

No permission to download

:(
 
Snippets form the unfurled links above are irrelevant, follow the links, it's about bugs ;)

So i just posted this about unfurling
 
1642850238994.webp
1642850267446.webp

@Ozzy47
Hello, can you help me with something maybe easy for you.
I can't change the color of the Font Awesome icon, maybe you could help me, what would be the css code to implement in my situation?
Thanks.
 
How did you solve this?
Thanks
View attachment 263718

View attachment 263719

I made some manual editions, I hope they don't bring me bad consequences.
I added these two lines of "Div" classes to the "ozzmodz_badges_featured_badges_macros" template, also added my extra.less css code and it worked.
Thanks

You don't need to do all this hard-coding to change the color, my friend.

Just add in extra.less, something like this and it's done:

Code:
/* Badges Colours */
.fa-medal {
    color: orange;
}
.fa-crown {
    color: gold;
}
.fa-gift {
    color: green;
}
.fa-newspaper {
    color: lime;
}
/* Badges Colours */
 
You don't need to do all this hard-coding to change the color, my friend.

Just add in extra.less, something like this and it's done:

Code:
/* Badges Colours */
.fa-medal {
    color: orange;
}
.fa-crown {
    color: gold;
}
.fa-gift {
    color: green;
}
.fa-newspaper {
    color: lime;
}
/* Badges Colours */
Yes, I saw it in a post excerpted from the old outdated plugin. Already delete it can be dangerous for others.
Thank you.
 

Ozzy, I forgot to report, two bugs in User Criteria.

Sometimes in the event of "giving the badge" if criteria match, many of my users received more than one of the same badge, even if is not marked as "repetitive".

Another one, the User Criteria for "if the user ignore X users", is returning a recurring error on the Server Log.

I will update now to see if the bugs are gone.
 
Top Bottom