[XB] Content Badges

[XB] Content Badges [Paid] 2.0.4

No permission to buy ($30.00)
For some reason, it's not awarding the credits that I've set. I'm not sure what I could be missing. Should it happen right away, or is there a wait (by default)? Thank you!
 
Bug:

Template: ozzmodz_cb_helper_criteria

Currently:
Code:
    <xf:option name="user_criteria[ozzmodz_cb_given_count][rule]"
               value="ozzmodz_cb_received_count"
               selected="{$criteria.ozzmodz_cb_given_count}"
               label="{{ phrase('ozzmodz_cb_user_has_given_at_least_x_badges:') }}">

Should be:
Code:
    <xf:option name="user_criteria[ozzmodz_cb_given_count][rule]"
               value="ozzmodz_cb_given_count"
               selected="{$criteria.ozzmodz_cb_given_count}"
               label="{{ phrase('ozzmodz_cb_user_has_given_at_least_x_badges:') }}">
 
Ozzy47 updated [OzzModz] Content Badges with a new update entry:

2.0.2

  • XF 2.3 support
  • Added caching for user statistics like received and given content badge ids with counts
  • Added user caches rebuild tool
  • Added filters by content author and badges ids on ACP log page
  • Fixed incorrect given content badges counter rebuild after content badge delete
  • Fixed broken "received specific badges" and "given specific badges" user criteria
After updating add-on the cache rebuilding process will be automatically started. It can take a time to...

Read the rest of this update entry...
 
Hi there,

First off, I’ve just installed your add-on, and it’s been really well received by our users, great work! That said, I’ve noticed a few things that I believe could be improved or added:
  1. Badge Deletion: Once a badge is awarded to a user, I can’t find a way to remove it, not even as Admin. This seems like something that should definitely be possible.
  2. Badge Colors Missing using Font Awesome icons: In the badge overview, all badges appear in black and white, even if they’re assigned specific colors. It would be much better if those assigned colors were visible there too.
Can these things be fixed or adjusted? Would really appreciate any input.
Thanks again for a great tool!
 
Badge Deletion: Once a badge is awarded to a user, I can’t find a way to remove it, not even as Admin. This seems like something that should definitely be possible.

Content badges can be deleted from ACP:
/admin.php?content-badges/awarded/

Badge Colors Missing using Font Awesome icons: In the badge overview, all badges appear in black and white, even if they’re assigned specific colors. It would be much better if those assigned colors were visible there too.

Should be fixed in the last version
 
Back
Top Bottom