[AddonFlare] XF2 Awards System [Deleted]

AddonFlare updated [AddonFlare] XF2 Awards System with a new update entry:

New Features + Bug Fixes

We're happy to bring you version 1.2! It includes many highly requested features + more.

New Features:
  • Auto-Feature Awards
    • Option for users to enable/disable
    • Option for admin to set the default value
    • Users that have earned awards, but haven't featured any at the time of installing this update will automatically have their most recent awards featured
  • Max Featured Awards Per Level
    • Specify the max featured awards according to the user's level...

Read the rest of this update entry...
 
Hi @AddonFlare, awesome to see the ability to assign multiple awards. Is there a way to make it so the awards stack? So if you received 2 of a reward, maybe it says x2 in small font next to it or something. That way someone with a ton of awards can have it condensed a bit?

Thanks!
 
Does this update have the ability to force auto featuring and give admin the ability feature unfeature a user award and also disable user ability to control awards they received by featuring and unfeaturing?
The update that was just released (1.2.1) adds user group permissions for who can manually feature/un-feature/sort awards and who can show featured awards on their postbit. However, admins can't individually un-feature a single award for a user.

So if you received 2 of a reward, maybe it says x2 in small font next to it or something. That way someone with a ton of awards can have it condensed a bit?
It currently stacks them when viewing a user's awards, but it doesn't stack them in the postbit. They will show as many times as the user adds.

Screen Shot 2020-09-08 at 5.54.47 PM.webp

It wont let me turn off to show user levels
You should be able to through AdminCP -> Styles -> Appearance -> Style properties -> [AddonFlare] XF2 Awards System
 
The update that was just released (1.2.1) adds user group permissions for who can manually feature/un-feature/sort awards and who can show featured awards on their postbit. However, admins can't individually un-feature a single award for a user.


It currently stacks them when viewing a user's awards, but it doesn't stack them in the postbit. They will show as many times as the user adds.

View attachment 234566


You should be able to through AdminCP -> Styles -> Appearance -> Style properties -> [AddonFlare] XF2 Awards System

Gotcha. Is there any way to add the ability to stack in the postbit as a feature in the future? Just makes it look a bit cleaner and easier to count at a glance.
 
@AddonFlare Getting lot of Server error log with 1.2.1 update.

Code:
ErrorException: Template error: Cannot call method canManuallyFeatureAwards on a non-object (NULL) src/XF/Template/Templater.php:984

Generated by: Unknown account Sep 9, 2020 at 6:23 PM

Stack trace

#0 [internal function]: XF\Template\Templater->handleTemplateError(512, 'Cannot call met...', '/home/nadda/pub...', 984, Array)
#1 src/XF/Template/Templater.php(984): trigger_error('Cannot call met...', 512)
#2 internal_data/code_cache/templates/l1/s6/public/af_as_message_postbit.php(166): XF\Template\Templater->method(NULL, 'canManuallyFeat...', Array)
#3 src/XF/Template/Templater.php(1315): XF\Template\Templater->{closure}(Object(AddonFlare\PaidRegistrations\XF\Template\Templater), Array)
#4 src/addons/AddonsLab/LinkChecker/XF/Template/Templater.php(89): XF\Template\Templater->renderTemplate('af_as_message_p...', Array, true)
#5 src/XF/Template/Templater.php(1388): AddonsLab\LinkChecker\XF\Template\Templater->renderTemplate('public:af_as_me...', Array)
#6 internal_data/code_cache/templates/l1/s6/public/message_macros.php(101): XF\Template\Templater->includeTemplate('public:af_as_me...', Array)
#7 src/XF/Template/Templater.php(701): XF\Template\Templater->{closure}(Object(AddonFlare\PaidRegistrations\XF\Template\Templater), Array, Array)
#8 internal_data/code_cache/templates/l1/s6/public/post_macros.php(71): XF\Template\Templater->callMacro('message_macros', 'user_info', Array, Array)
#9 src/XF/Template/Templater.php(701): XF\Template\Templater->{closure}(Object(AddonFlare\PaidRegistrations\XF\Template\Templater), Array, Array)
#10 internal_data/code_cache/templates/l1/s6/public/thread_view.php(691): XF\Template\Templater->callMacro('post_macros', 'post', Array, Array)
#11 src/XF/Template/Templater.php(1315): XF\Template\Templater->{closure}(Object(AddonFlare\PaidRegistrations\XF\Template\Templater), Array)
#12 src/addons/AddonsLab/LinkChecker/XF/Template/Templater.php(89): XF\Template\Templater->renderTemplate('thread_view', Array, true)
#13 src/XF/Template/Template.php(24): AddonsLab\LinkChecker\XF\Template\Templater->renderTemplate('public:thread_v...', Array)
#14 src/XF/Mvc/Renderer/Html.php(48): XF\Template\Template->render()
#15 src/XF/Mvc/Dispatcher.php(458): XF\Mvc\Renderer\Html->renderView('XF:Thread\\View', 'public:thread_v...', Array)
#16 src/XF/Mvc/Dispatcher.php(440): XF\Mvc\Dispatcher->renderView(Object(ThemeHouse\StyleSwitch\XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#17 src/XF/Mvc/Dispatcher.php(400): XF\Mvc\Dispatcher->renderReply(Object(ThemeHouse\StyleSwitch\XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#18 src/XF/Mvc/Dispatcher.php(58): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#19 src/XF/App.php(2190): XF\Mvc\Dispatcher->run()
#20 src/XF.php(391): XF\App->run()
#21 index.php(20): XF::runApp('XF\\Pub\\App')
#22 {main}

Request state

array(4) {
  ["url"] => string(60) "/threads/zone.67685/page-2"
  ["referrer"] => bool(false)
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
AddonFlare updated [AddonFlare] XF2 Awards System with a new update entry:

New Feature + Bug Fixes

New Features:
  • User groups allowed to manage user awards can now sort and feature/un-feature any user's awards by clicking on the "Feature" button in the user's profile or postbit
Bug Fixes:
  • Fixed Cannot call method canManuallyFeatureAwards on a non-object error for posts by guest users
  • Removed banned/disabled users from the awarded users list

Read the rest of this update entry...
 
Hi,
Is it possible for users to award themselves badges? I see that there is a permission level, but wonder if it is global or not.
Also, Can I use font awesome icons as members - and does it support SVG Icons?
 
Is it possible for users to award themselves badges? I see that there is a permission level, but wonder if it is global or not.
The can currently only request/recommend awards. Users with the "manage awards" permission can approve/reject requests.

Also, Can I use font awesome icons as members - and does it support SVG Icons?
Not yet, but it is planned as a future feature.
 
Small question: In the old Master Badge AddOn by Milano (for XF1) it was possible that users could select which Badges will be shown in the profile header. Is this also possible with your AddOn @AddonFlare?

If so, is it also possible to allow different usergroups to show a different amount of badges. If so, i will buy it within a second! :)
 
Top Bottom