Jump to content

Adriano Faria

Clients
  • Posts

    31,857
  • 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. No: This is not a widget. It's a "hardcoded" block.
  2. Hello, Yes, it is. Upload the following file to applications / lottery / extensions / core / MemberSync folder if you have FTP access. Lottery.php I'll release a fix in the marketplace in a few days, just in case something else appears.
  3. Fixed. That' not how it works. It changes the primary group to the one purchased and move the user back to it when the purchase expires.
  4. Tip: you can use the Group Form extension (a new tab will be added to the ACP group form) and store the data on a separated table then check the group id of the new group and retrieve the proper message.
  5. Both done in the pending version just submitted.
  6. I can confirm this. I will fix when I have to update the app. In the meantime, you can run the following query in your PHPMyAdmin (or in the SQL Toolbox): alter table staffappsystem_fields engine = 'InnoDB';
  7. This uses permissions like any other app out there. Go to the categories you created and click in the padlock icon and remove the permission to add raffles from the groups you want.
  8. Just tested this in another app and works fine. Example: public function methodName( $param1, $param2 ) { ... do your stuff ... if( \is_callable( 'parent::methodName' ) ) { return \call_user_func_array( 'parent::' . __FUNCTION__, array( $param1, $param2 ) ); } }
  9. There’s a pending version since last Tuesday that fix this and the CSRF error. ————- It was just approved. Please test again. I’ll provide a fix If still happening on ACP.
  10. No. I’ll take a look when I’ll work on this app as I said Thursday:
  11. I have a converter. PM if you’re interested. 👍
  12. Ok. Will check it out and release a fix if necessary. 👍 -------------------------------- @ahc, just submitted a new version to review that fixes the issue.
  13. I’ll make some tests. 👍
  14. FWIW, I had no change in this iOS setting from 14.8 to 15.
  15. Admin CP setting (all users will see the same player background color): Player: Bear in min that this is a workaround. It should have the player background itself. Saying this because when the user changes the color of buttons, background color will be reverted to black. Trying to avoid that...
  16. Read about Recovery Mode (Self hosted only) here:
  17. Disable ALL 3rd-party resources you have and see if it works. If it works, enable one by one and you will see the one causing the error. Yesterday you had same error with an outdated resource.
  18. Sure. Go to the Raffles settings -> Commerce or Integration tab and choose the payment method there.
  19. Increased the size of the popup. Now it shows the whole button caption: Confirming what I said, this is the front module permission, which is used only to "store" some methods but the player itself is added via hook in the profile controller, that's why the permissions won't work specifically for this case. To control who can upload or not musics, go to ACP -> Members -> Groups and enable it for the groups you want. It doesn't appear for guests but currently guests can play musics in other's profiles. There is no restriction for this. Fixed: Just took a look and there's no way to do that via player, like when you click to change the buttons color. It would have to be a setting on ACP or something like that.
  20. Btw, you don't show as purchaser for this file. Support is provided for those who purchased it, unless you're talking in someone else's behalf. In this case, provide the purchase name and I'll check.
  21. That permission is for the public module. Although this is an application, I’m not sure why it has a module, as the “player” is added via plugin in the profile controller. Anyway, I’m just guessing as I’m away from PC as I said above (will have to install it and see). Will do that tomorrow. 👍
×
×
  • Create New...