Jump to content

Daniel F

Invision Community Team
  • Posts

    6,558
  • 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. That's why we really ask all clients to keep their details in the client area up 2 date or at least to verify them before they submit a ticket (AND REALLY verify everything 😂 ) Anyway, I'm glad that you brought this up so that I could investigate it on your system 🙂
  2. Cloudflare Firewall? Yea also a great and cheap solution.
  3. I think there's a marketplace file for this, but I would agree with @Ocean West . I would do this on the server level or even before with a proper firewall. https://www.hostinger.com/tutorials/htaccess/how-to-allow-or-block-visitors-from-specific-countries-using-htaccess
  4. Why would you want to delete them? You could use the filters at top of the page to just ignore them?!
  5. Disabling the "Show on non-content based pages " setting which appears while editing the advertisement, shouldn't show it on the checkout page
  6. Could you clarify what’s not working here? Are the members which purchase it not getting the badge and points ?
  7. There’s no setting for this, but I’m really curious .. why would you want to do this?
  8. thx I have fixed this for an upcoming release.
  9. HI, please submit a ticket and we'll take care of this.
  10. Well, there's your reason;) The ACP marketplace works only for stuff purchased direct via our marketplace
  11. What’s not working? Have you finished the MP onboarding process?
  12. It seems that our amazing @Ryan Ashbrook rockstar located the issue, but I guess that it would be handy to still get the plugin to confirm that it was really this. Please just send an email to support@invisionpower.com mentioning this topic and asking to get it assigned to me with the plugin attached to the email. Thanks a lot for the cooperation 🙂
  13. Yea, import fixes get reviewed and approved ASAP;)
  14. We're having troubles to reproduce the issue, could you probably share your plugin with us?
  15. We're requiring PHP 7.2 and recommending PHP 7.4.0 for IPS 4.6 , but I would personally recommend to use PHP 8 if it is available on your system !
  16. Yea, even if the code is present, it won't run if Request->id isn't present:) To give you more insight, that's my bug report from today morning:
  17. Is this 4.6 or 4.5? I remember that I fixed here few bugs for 4.6. Could you please review ALL your groups and ensure that they have valid max.upload file size values. This MAY help, if not you'll have to wait for 4.6
  18. Could you please submit a ticket so that we can take a look a this.
  19. We're using here a custom template which doesn't have the id included, but I've noticed few issues with the current approach. I've posted an internal bug report for this
  20. Is your globalTemplate customised? It's already there: {{if isset( \IPS\Request::i()->id )}}data-pageID='{expression="(int) \IPS\Request::i()->id"}'{{endif}} My demo board output: body class="ipsApp ipsApp_front ipsJS_has ipsClearfix cCmsDatabase_articles" data-controller="core.front.core.app,core.front.widgets.manager" data-message="" data-pageapp="cms" data-pagelocation="front" data-pagemodule="pages" data-pagecontroller="page" data-pageid="7" data-pagename="articles.html"
  21. Welcome to part 3 ( Part 1 & Part 2 ) of our series for 3rd party developers. Let's recap the interesting stuff: A new extension was added to the core app to allow 3rd party apps to extend the achievements. Content Items can be marked as anonymous We have cleaned up our code and have removed almost all the deprecated methods and variables! One if the most concerning changes for IN_DEV users will probably be our new ACP warning once the CSRF Key is being exposed in the ACP That's nothing to worry about, it's only returned with enabled IN_DEV mode, but please take it serious and try to avoid any redirect to any URL containing the CSRF key and containing user generated content.
×
×
  • Create New...