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.
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.
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?
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.
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.
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)?
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.
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.
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.
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.
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.