Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. You’ll need custom coding for this. https://developers.facebook.com/docs/instagram/oembed/
  2. It's depending on your storage handler! Default installations use the filesystem and uploads/set_resources_THEME_ID directory Where you able to find the reason? Was anything logged to your system log?
  3. Daniel F replied to hashbrown's post in a topic in General Questions
    Unfortunatly IPS doesn't have such a feature where you can define the other user groups, but you're able to show the topics only to the author and staff members(moderators)
  4. You can use the search to get all members from a group in the frontend, and you can either use the member list filter or just click on the number of members on the groups list in the ACP to get the list of all members from a group.
  5. You could use Zapier Webhooks, to submit a request to the IPS members endpoint
  6. We've fixed this for you via a ticket, for anybody else trying to uninstall this: 1. Open extensions/core/Uninstall/Uninstall.php 2. Search for $uninstall_url = \IPS\Request::i()->url(); and replace it with $uninstall_url = \IPS\Request::i()->url()->csrf();
  7. That's by design, because the files were submitted to the child category and not parent category.
  8. Please submit a ticket so that we can take a look at this.
  9. Hi, the pages database templates are located in your ACP => Pages => Templates.
  10. That's already possible via the link in the email footer.
  11. Usually I'm just deleting the item, going then one level up and adding it back to the menu.
  12. The _title is a hash value, so the equal check with "Episodendatenbank" will fail! you should use always use the id for such checks! /** * Get database name * * @return string */ public function get__title() { return \IPS\Member::loggedIn()->language()->addToStack('content_db_' . $this->id); }
  13. There's no need to overcomplicate things:) $item->database()->_title should work fine in this case
  14. I changed it few hours ago. Didn't want to mention it, but now I have, just to make sure that nobody thinks that he's crazy:D
  15. There are at least 2 different ways to accomplish this which I've mentioned here: Depending on the ammount of fields you want to store, you could either use an own database table or a setting to store the data.
  16. We fixed recently a bug which caused the los of the redirect after the login process. This should be resolved in the next release.
  17. Ticket! (which btw...is fixed now 😉 )
  18. Was anything changed recently? Any new apps or plugins installed? Any logged errors in the mysql slow query log?
  19. please submit a ticket so that we can look into this
  20. Why would you want to change a global setting when the widget is removed? What are you trying to achieve?
  21. I have logged the request internally. Thanks for the kind words!We're really thrilled to see what people will do with their Zaps.
  22. Do you see any errors in your browsers JS console?
  23. Check your purchases page where you should see the already existing renewals invoice. https://invisioncommunity.com/clients/purchases/
  24. Daniel F replied to kmk's post in a topic in Feedback
    We have an internal suggestion for this 🙂