Jump to content

Matt

Management
  • Posts

    70,143
  • Joined

  • Last visited

  • Days Won

    649

 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 Matt

  1. Ill tag in @Ehren who can offer some advice. You really don't want my CSS code. 😅
  2. I see it, it'll be fixed in the next one.
  3. applications/core/extensions/core/FrontNavigation/Promoted.php is an old v4 extension, you can delete that.
  4. What sort of changes do you want to the log in form, and why? As this is a beta, we're still adding hook points, but we can add more if they make sense. Generally, you'd consider CSS as the primary way of adapting the layout.
  5. Unfortunately not as it is now not possible to pick and choose apps in v5. As we move forward with v5, we'll be removing the barriers between apps and possibly even merging a lot of first party app code to avoid duplication, etc. We can't do that if we have to keep offering a way to remove app code from the download. We’re working on a way to clone your real site for proper testing. On cloud an upgrade is pretty much a one way street so we don’t really want to offer it on production sites until we’re a bit further along in testing.
  6. Nope. Check core_logs or your PHP error logs, hopefully there's some info in there.
  7. To do that, you'll need to go into the AdminCP and create a new theme. With that theme active (selected from the bottom), open the theme editor and make your changes, then save. Then you will have two themes you can switch between.
  8. You'll need to go to the theme editor, and select the side panel layout. Safari.mp4
  9. Is this in your own site, or on our preview site?
  10. It will, you'll just be changing the license terms of the payments, not the product. Step 1 will be the ability to clone your production site to test it. We're unsure when we'll enable cloud upgrades, just because it's not very easy to downgrade. It's likely to be a lot further along.
  11. Yeah, we're rolling it out very soon. I wanted to get a head start getting the club together. Should be ready in about an hour.
  12. This is the latest version of Invision Community 5.
  13. Welcome to Beta 1! We finally made it! After three months of intense alpha testing, and many more months of development, we're ready to move into beta testing. For a full run down of how to access the beta, see the overview page. A reminder that beta software will contain issues. We've done a lot of testing, but only limited testing upgrading from v4, so there's likely to be issues for some depending on server OS, and other site specific factors. It's best you don't immediately update your production site. 🙂 I want to extend my thanks to everyone that was involved in the early focus group, the very early alpha testing and the more public alpha testing. Each click, each error hit and each bug report moved us forward and I'm very grateful for your help. Now we enter the most exciting phase, the last stretch before a full release! You'll be able to download a little later today.
  14. I will look into this, but in the meantime, just create a file called constants.php in the root folder, with this inside: <?php define( 'REDIS_MAX_CONNECTION_ATTEMPTS', 5 ); If you already have a constants.php file, then just add that define statement to it.
  15. As Chris posted, just request another. 😀
  16. If you're willing to do that, that would be excellent!
  17. It's a cloud site, so he won't be able to do that. 😄 I'll take a look. It shouldn't be using datastore, it should be using Redis.
  18. I'll make a note to see if we can be more graceful about that, but it just looked like the user session timed out that stores the flags that a theme editing session is in progress.
  19. Hey Jimi, would you be interested in a little blog to kind of talk us through what you did, and what you used to achieve that? I think it'd be a great way to showcase your skills and also what is possible in v5 without having to dig too far into custom code and complex ACP stuff.
  20. .. is already fixed, but posted this bug as I know others will notice. 😅
×
×
  • Create New...