Jump to content

Daniel F

Invision Community Team
  • Posts

    6,570
  • Joined

  • Days Won

    37

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Daniel F

  1. This would require a custom plugin
  2. what's in your callback? I would suggest to take a look at the Request:.confirmedDelete function to see what it is actually doing;)
  3. No, that’s not possible without any customizations.
  4. Please accept my apologies, I answered your question without thinking further and realising what you really wanted to do.. It was really a busy day. As Nathan said, we'll address this.
  5. That's not possible out of the box and would require a custom plugin!
  6. Do you see any errors in the browsers JS console when you post a link? If not, please submit a ticket so that we can take a look.
  7. IPS has already a member history feature. Take a look at a members ACP profile;)
  8. I would suggest to review the API files, Some of the links in the php doc headers are wrong! I would also suggest to fix all the hints to the forums & topics which happened by c&p the code, which are confusing clients (e.g. the forum reference mentioned above) While looking at the ticket, Ive also noticed some references to topics which should probably be links.
  9. The client has submitted a ticket and I can confirm that it is a bug in your application.
  10. Have you tried to accomplish this with the pages application? You could create 2 databases, one for the job offers and another for the instructors to offer their services.
  11. Please submit a ticket so that we can take a look at this.
  12. Have you probably associated the app with the wrong MP file while the 4.5 onboarding? We can take a look at this if you submit a ticket.
  13. New purchases were already disabled few weeks ago.
  14. That's still the used cookie, but it's being removed while the registration. Where are you trying to access it?
  15. Hi, what iOS version are you using? It works fine for me on the iPad and iPhone.
  16. The metadata field isn't unused, it's used by the meta data system, which in fact is perfect for your use case! You could create an application with a proper meta data extension for topics to flag the topic:) You can find more information about the feature in our dev guides:
  17. It was indeed working fine until Facebook deprecated literally everything public accessible on oct 24 https://developers.facebook.com/docs/graph-api/changelog/version8.0#social-plugins and unfortunlaty their new implementation requires following steps, so we couldn't implement it just out of the box: Requirements a Facebook Developer account, which you can create at developers.facebook.com a registered Facebook app the oEmbed Product added to the app an Access Token The Facebook app must be in Live Mode
  18. You’ll need custom coding for this. https://developers.facebook.com/docs/instagram/oembed/
  19. 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?
  20. 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)
  21. 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.
  22. You could use Zapier Webhooks, to submit a request to the IPS members endpoint
  23. 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();
×
×
  • Create New...