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. What was it?
  2. Nope, I don’t have it. I keep the current version only. Btw, this has nothing to do with this resource. It is “showing” the flag, I mean, it’s there, with the link to the popup. It isn’t showing the flag but this doesn’t depend on the resource.
  3. Leave it clear that flags doesn't appear in the language selector, otherwise they will send you back to me because it's a 3rd-party resource. etc.
  4. So you do not see the flags in the language selector like in the image below? If you don't see then this is not a problem of this resource, I'm afraid. For some reason, the flags.css isn't loading in your board, I guess.
  5. Does it happen on default theme? Does the queue already finished? Do you have more than one language in your board? If so, do you see the flags in the language selector in the bottom?
  6. You can already do that, manually. You just need to have the languages installed and manually input the product price. If you mean an automatic conversion of currencies, no. That was already requested before not a feature.
  7. You can’t have two equal apps installed. You can allow only specific groups to submit paid files. That’s a per-group configuration.
  8. According to the JS widget file, the function above is called when you add/remove a block. You can debug by using \IPS\Log::Debug and see what shows up in your Console or using \IPS\Log::Log and see the error logs in your ACP.
  9. You have to extend \IPS\core\modules\front\system\widgets::saveOrder(). This is called when you add/remove a widget from the widgets container.
  10. Wait, I’m confused now. By “widget” you mean a plugin that adds a widget, right? Or do you really mean add/remove a widget from the widget containers (sidebar, top or bottom)?
  11. Actually, you don’t need to extend anything. Add a uninstall.php file in the root of the plugin folder (same as settings.php) and change the setting value there.
  12. Will take a look.
  13. Add parent::delete(); before change the setting value.
  14. I know. You're probably on book view and clicked to create a bookshelf. This: $category = \IPS\books\Shelf::loadAndCheckPerms( 1 ); Appears twice in that file: manage() and form(). Your error points to the manage() in line 27. So I deleted the record from my table and I got the same error: So I wonder how it's failing to load an existing record, since you're saying it's there. Anyway, let's continue in a private message. I will need ACP access or will ask for information that won't fit here, like attach a file so you can upload via FTP, etc.
  15. No, not an option currently. Maybe in a future version.
  16. The right table is books_shelf. Is it empty? It tries to load it: $category = \IPS\books\Shelf::loadAndCheckPerms( 1 ); I didn't add a try/catch because it can't be deleted.
  17. Search for Books (and other apps) will come in a future version. It’s already in my to do list. I’ll see what the API provides regarding the cover.
  18. No. Both (Forums and Club Forum feature) use the same content item type: Topic. This is something elsr that he probably renamed to Topics. @Alfonso Moreno, sorry, I forgot this. Let me know if you still want to see what is this. You’ll need FTP access as we can’t upload new versions in marketplace resources.
  19. That’s the problem. It can’t be deleted via app. I’ll post the query to add the record back as soon as I reach my PC. 👍 Will also add a friendly message for this situation.
  20. Can you check if the record is there? Only one ID (1). Table books_shelf or shelves, not sure as I’m not on my PC now.
  21. There’s a dummy category (shelf) automatically added on app install. Have you deleted it directly on DB? There’s no way to delete via app.
×
×
  • Create New...