Jump to content

Fosters

Clients
  • Joined

Everything posted by Fosters

  1. @Lucas Hurst have you seen?
  2. Fosters replied to Fosters's post in a topic in Marketplace
    Sorry, there's no demo.
  3. Either via the ACP or the Create Menu. In the ACP, there's a button on the page where you edit the medals
  4. Yes in the next upcoming release
  5. You could also use for any members which join in 2020 Some other examples: Unfortunately it's not THAT easy to understand the expression code yet, that's why we're working on a better documentation, but hopefully there's also going to be an UI in a future version.
  6. There was one but meeh, I’m not interested into this. you can recreate the medals with the same rules app criteria or just stand alone criteria from this app. that said, there’s also something BIG coming in the next months which is actually being tested by 5 users here... which is going to change everything 😂
  7. It's visible to everybody.
  8. A new version was released
  9. I've added a new setting which will allow the admin to show ALL available trophies on the member profiles. This means that earned and unearned trophies and medals will be shown. The unearned items will be greyed out. This output will also respect the sort order which was defined in the ACP. A mockup for the next version (still WIP , I'll probably show 2 items per row to not waste all the space since most people won't have long descriptions) Which will result in:
  10. A new version was released
  11. You'll have to modify the template and remove / adjust whatever you want. Unfortunately I can't help with such questions.
  12. That's an oversight. I'll make sure to include it in the next release
  13. Fosters replied to Fosters's post in a topic in Marketplace
    Did the last release resolve this for you?
  14. Fosters replied to Fosters's post in a topic in Marketplace
    Sorry, there was limited support in topics and PMs due to deadly man flu🤧 No, that's not possible with this application.
  15. Please make sure that you've set the moderator permission.
  16. Fosters replied to Fosters's post in a topic in Marketplace
    What’s the exact error?
  17. A new version was released. Changehistory:
  18. Could I probably get ACP access to investigate this further?
  19. Could you please make sure that the recipient has enabled notifications for medals? I'm asking because it's working for me:)
  20. Hi, there's no need to switch the license, just keep it installed 🙂
  21. Yes this should work but it’s going to require some minor modifications if you want to show a banner. Right now the design was built for square icons 🙂
  22. Sounds like a bug. I'll look at this over the holidays.
  23. Sorry about this, this was indeed a bug. This will be resolved in the next release.
  24. Just edit the trophies/front/global/index template and move this block: {{if \count( \IPS\trophies\Trophy::roots() ) > 0 }} <div class="ipsBox ipsSpacer_bottom"> ... </div> {{endif}} to the bottom of the template
  25. You'll have to edit the template ( front/forms/index ) and remove this part: {{if $position->icon}} <img src="{file="$position->icon" extension="applicationform_Icons"}" alt='' class='ipsItemStatus ipsItemStatus_custom applicationFormFormIcon'> {{else}} <img src="{resource="app.png" app="applicationform" location="front"}" alt='' class='ipsItemStatus ipsItemStatus_custom applicationFormFormIcon'> {{endif}} A new version was released 🙂