Jump to content

Adriano Faria

Clients
  • Posts

    31,873
  • Joined

  • Days Won

    475

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. Author field is for member. When you click in the file, you’ll get a file field.
  2. No. That file field allows you to choose only one file then you go to the third screenshot.
  3. What's New in Version 1.1.3: Added support to Pages (front-end only) Script optimization
  4. Download again and make tour tests. I couldn’t reproduce at that time and seems no one else too.
  5. Hi Sid. Before you select a member or a file, you have exactly those options to choose:
  6. Show 10 fields if you have 10 currencies is automatic and it is handled by commerce itself. I just call a Money field and they will be there. The requirement to fill all of them is a setting. Go to the Raffles Settings and disable it in Submission tab, if I’m not mistaken.
  7. Nope, it is like that since version 1.0.0. Was this raffle created by you? Probably the user entered same value for all currencies.
  8. No, that doesn't work like that and I can't reproduce. In images: If you haven't filled the price in one specific currency, user won't be able to purchase on it. It's in the video and the screenshots above.
  9. It also will be in next version.
  10. I've made a change today.. probably will fix it because it handles currencies (default or member language/currency). Try it yourself. Open applications\raffles\modules\front\raffles\view.php and find: /* Generate the invoice */ $invoice = new \IPS\nexus\Invoice; $invoice->member = \IPS\nexus\Customer::loggedIn(); Change to: /* Generate the invoice */ $invoice = new \IPS\nexus\Invoice; $invoice->currency = ( isset( $_SESSION['currency'] ) and in_array( $_SESSION['currency'], \IPS\nexus\Money::currencies() ) ) ? $_SESSION['currency'] : \IPS\nexus\Customer::loggedIn()->defaultCurrency(); $invoice->member = \IPS\nexus\Customer::loggedIn(); Let me know if it fixes, otherwise I will take a look closer.
  11. Done as a new setting: Will wait a few more days to see if something appears or if something new is added to the app.
  12. Yes.
  13. If someone already played the quiz, no. You need to reset games then delete it.
  14. I didn't say I wouldn't. I said that I'd need to hear more clients on this. That's not a move I want to do by myself. Anyway, you can make it in your install by simply editing a file: applications\raffles\extensions\nexus\Item\Tickets.php. Find: /** * @brief Can use account credit? */ public static $canUseAccountCredit = FALSE; Change to: /** * @brief Can use account credit? */ public static $canUseAccountCredit = TRUE; I'll take a look if I can make it as a new setting so admin makes their own choice.
  15. This is something I won’t do based in only one request, sorry. This was intentionally removed because it is not real money (account credit can be given manually or via other resources) so I’m not surre I will do this.
  16. About This File This plugin will add a notice in topics that has more than X days of its last post. This is to avoid replies in old topics. You can also prohibit users from posting in the topic. Settings: Number of days Allow posting Groups Forums Message Type Message
  17. I start to believe that there's something more out there. I haven't tested this yet (will do this weekend). My dev board has ALL plugins disabled, inclusing this one, and I keep getting this repeatdly:
  18. What's New in Version 1.1.0: New Feature: Plugin converted to App. If you use any kind of validation of new accounts, items will be followed only after the account validation. Upgrade from 1.0.5 to 1.1.0: Take a note of all items you added in the plugin settings. Uninstall the plugin Install the application Add the items in the applicaitons settings
  19. @Bluto, just sent you a PM with the resource as APP now. Please, try it and let me know in the PM if it's ok, so I can update the file here on IPS.
  20. @Bluto, everything working fine. Just missing to finish the Pages stuff, which I should do today later.
  21. What's New in Version 1.0.3.2: Fix: Adjustments in prizes form
  22. NVM. I will release a new version then please, test it and send a PM or make a only post with the issues you find.
  23. No, as you can see the file wasn’t updated. Follow the file and you’ll get notified when it’s done.
  24. PLease, test the whole app and send a PM with everything you think it’s not right. I can’t release a version everyday.
  25. Works fine and as expected in a board I justed: Topics 14k - Posts: 635K I still want to test in another board with 1.148.485 topics and 6.578.396 posts.
×
×
  • Create New...