Jump to content

Ryan Ashbrook

Invision Community Team
  • Posts

    12,727
  • Joined

  • Last visited

  • Days Won

    13

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Ryan Ashbrook

  1. This is slightly confusing because of the way the miniOrange application performs its testing however - when you are adding your application to the miniOrange plugin make sure any Pop-up Blockers (including built in ones) are turned off. Once I did that I was able to add the application successfully, and have the test complete successfully.
  2. Thanks - I have fixed this issue for a future version.
  3. Thanks - I have fixed this for a future release.
  4. I've taken a look at this and it seems to be a browser / operating system issue, rather than an issue with the software specifically. I can reproduce the issue in Gmail and other applications / services as well. I'm seeing various reports of similar from other people, as well. That being the case means that unfortunately there is not much we can do about this particular issue other than wait for an update to fix it. Everywhere I have looked suggests saving the gif to your computer first, then manually upload it, rather than trying to copy it in its entirety. I wish I had better news for you.
  5. This - you should be able to do most things via mobile, however there are certain areas that cannot be used, such as themes. This has always been the case. Currently, the following pages are not mobile optimized: Editing templates Upgrading via Admin CP Menu Manager Configuring the editor toolbar Running and managing conversions.
  6. This is likely due to guest page caching. The problem here is that RSS / iCalendar readers cannot actually log in to the site, so when they are loaded, it is technically loaded as a guest (hence the member_id and key parameters). If you disable guest caching entirely do you still see the issue? You can do this in your Admin CP > System > Advanced Configuration > Data Storage.
  7. Unfortunately, this is not possible at this time.
  8. There is no way to prevent that cookie from being set, because it is being set by PHP itself (we use the built-in PHP session handling with a custom handler to push them to the database). You should be able to configure your Cloudfront distribution to ignore that particular cookie for caching purposes, however, though this is unfortunately not something we can assist with.
  9. Unfortunately, no - the problem actually lies within CKEditor itself. We have reported the issue to them (multiple times, actually) however they have never resolved the problem.
  10. Zapier can likely do this: https://zapier.com/apps/discord/integrations/invision-community
  11. Thanks, I have fixed this issue for a future release.
  12. Yes, this comes standard as a part of the 4.7.1 update. 🙂
  13. We're aware of this issue and working on resolving it.
  14. Go to your Admin CP, click the bell in the top right, then click Notification Settings on the top right of the menu. On that page, look for this section, and select either "Yes - once until addressed" or "Yes - every occurrence", depending on your preference.
  15. Hmm... I'll make a note of this. InnoDB is always preferred because it uses row level locking, rather than table level locking like MyISAM. I see forums_posts is in the MyISAM column when that's probably the most important table (outside of core_search_index) to be InnoDB.
  16. A fix for this will be included in 4.7.2.
  17. A fix for this will be included in 4.7.2.
  18. In addition to that, instead of using \IPS\Session\Front::i(); for external scripts you should use \IPS\Dispatcher\External::i();
  19. You would likely have better control over things like this if you place your S3 bucket behind a Cloudfront distribution. It's a bit complex, but you can achieve some very specific caching situations.
  20. That is a legacy column that is no longer used since the latest versions of IPS4 use the password_hash function. That column is still referenced, however, if a user has not logged in since an upgrade from IPB3, so the system can update the password hash to the new version.
  21. For what it's worth, the current application and module is already loaded by the dispatcher (as mentioned by CodingJungle), so it won't reload it - it would just use the existing data already in memory. Additionally, applications and modules are cached in the data store so loading them on the fly should have very little effect on performance.
  22. As Marc mentioned, this is likely an out of date theme. Specifically, the forums > topics > topic template. If you open that template in your theme, click the Variables button and make sure it looks like this: $topic, $comments, $question=NULL, $votes=array(), $nextUnread=NULL, $pagination=NULL, $topicVotes=array()
  23. Try now, I believe we have resolved the issue.
  24. Your community is appearing online for me, currently. What specifically are you seeing? We did have a brief outage earlier that has since been resolved. You can see the current status (and subscribe for future notifications) at https://status.invisioncommunity.com
×
×
  • Create New...