Jump to content

Daniel F

Invision Community Team
  • Posts

    6,560
  • 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. Thx, yea it needs to be NULL, but also the 4th param had to be adjusted.
  2. This could also be a bug which returns this message. Do you see anything being logged in your system log?
  3. There was a minor enhancement in the Profile Markup to include all required data.
  4. GET could be because it was returned from the CDN cache rather than from the server so it won’t be logged at all. POST should def. Be logged if the endpoint is configured to be logged. I’ll take a look at pages endpoints next week
  5. You should probably remove the field if the app/plugin isn't installed anymore!
  6. You can see if your IP is banned on the ACP => Members => Ban Settings page. That said, this doesn't look like a banned error message for me, we don't use "non-member" anywhere in our language strings. Did you customize the language or is this probably a 3rd party issue?
  7. Do you see any errors in the browsers JS console?
  8. Rebuilding the search won’t change here anything. Check the widget settings and confirm that the permissions are not overridden
  9. Extensions will be easier to implement in v5 because there's now an abstract class with all mandatory abstract methods 🙂
  10. There's no need for a 3rd party app! You can add custom HTML code to the end of the </body> tag by adding it to the footer HTML field.
  11. That’s caused by Ipsconnect, which was deprecated in favor of oauth Yes
  12. What's remaining then? It's probably easier and faster to just create a small app that sets the necessary settings (that's literally what I'm doing for my dev/testing environments)
  13. Do you see any errors in your system log?
  14. Do you see any logged errors in your system log?
  15. I can't reproduce this on my environment, so I had to create a ticket to investigate this further on your community.
  16. We have already fixed this for an upcoming release.
  17. Have you updated the storage handler after moving to your server? You can do this in your ACP->System->Files
  18. We’re already providing support for ProfilePage and DiscussionForumPosting. I have also made recently some adjustments to the QA stuff which will be included in a future release.
  19. This is something what we have implemented for v5. Why? What was the issue? Couldn't you use the "Member Edited" trigger?
  20. I can't reproduce this, are you still experiencing this?
  21. Are you still experiencing this? What are your settings for the max image dimensions? and as quote:
  22. This is unfortunately by design. We've implemented it this way, that the person who starts the conversation sees all messages, if you send a message to someone, you're always going to want to be able to see their replies.
  23. We have literally a method for this. Just implement it in your application class. /** * Toggle Enabled/Disable * * @return void */ protected function enableToggle()
  24. There was actually bug that resulted in disabled login handlers being still accessible, which I have fixed now. You'll still have to disable it when the application is disabled.
×
×
  • Create New...