Jump to content

Matt

Management
  • Posts

    69,955
  • Joined

  • Last visited

  • Days Won

    624

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by Matt

  1. I’m a little lost, can you expand on this a bit please?
  2. Smells like a bug. I’ll file one for you.
  3. Matt

    Downloads basket?

    This remains on our list but there are some technical challenges to overcome based on the relationship between transactions, packages and invoices. We want to add it too, but it’s pegged for a time when we need to perform major surgery in those areas.
  4. We had planned to remove the hosting support in 4.6, but we’ve given it a stay of execution and it will remain in 4.6. We have no plans to develop the hosting management any further, though.
  5. Makes sense. I'll make a note.
  6. How about an extra option for Pages > Record custom fields to not allow Pixabay? That I can see the sense for.
  7. Just out of interest, why?
  8. I'm not convinced that Linux is best, but I do appreciate your warm and polite manner. 🙂 I'll take a look, it might be a caching issue, or a permission issue.
  9. It's still going, but I'll drop the link here - check back in 10 if the video hasn't uploaded. It shows the following: - Creating a page for the database - Creating a database, and adding it to the page - Creating a page for your landing page - Adding drag and drop elements to show the streams.
  10. Uploading, so should be ready in about ~15 mins.
  11. Do you have the .htaccess file uploaded to the /api directory? /api/?core/hello likely works if not.
  12. I've fixed the permission issue, so you should now be able to post in the support area.
  13. I will do a video for you tomorrow.
  14. Yeah, I agree. We picked jQuery a good while ago. If we were starting from scratch, we might pick something lighter now.
  15. Send in a ticket. There's been an issue with email addresses creating duplicate accounts when changed. We can get it fixed up for you.
  16. I feel like anyone who lived through 1999-2006 feels the answer to "Do we need jQuery" is a strong yes. Of course, we could remove jQuery. What jQuery does is make life simpler for developers (as well as resolve a lot of cross browser quirks so developers don't have to think too hard about that). What that blog effectively advocates is the reversal of the number one rule of programming "be lazy". Functions and methods are reusable for a reason. For an app as broad and as complex as ours, replacing jQuery with vanilla javascript isn't really viable. We have tens of thousands of lines of javascript code which will multiply into millions without reusable compact methods. For a single page website, you probably could just about tolerate it, but honestly I question the effort even then; other than to feel happy as you sip a soy latte while stroking ones hipster beard before adding "Built with ❤️ in vanilla Javascript" in the footer.
  17. We should have something to announce in a few weeks.
  18. What is the MySQL error? It might just be a case of using arrays and parenthesis. I've often been tripped up with the difference between: $extraWhereClause = array( 'foo=?', $foo ); and: $extraWhereClause = array( array( 'foo=?', $foo ) );
  19. I've filed a bug report (5225) to check into this, thanks!
  20. Thanks for posting! Unfortunately, this issue is beyond the scope of our technical support. 👩‍💻 Our technical support is happy to help you with the Invision Community platform, but we're unable to help with things like server management, theme questions and modifications. I've moved this to our Community Support area where other Invision Community owners will see it and help where they can.
  21. Thanks for posting, and I'm sorry that you're having an issue with your Invision Community. Can you go ahead and submit a support ticket please? I'm going to need to get a little more information about your account to help, and this is best done in a private support ticket. Thank you! 🙌
  22. Thanks for posting, and I'm sorry that you're having an issue with your Invision Community. Can you go ahead and submit a support ticket please? I'm going to need to get a little more information about your account to help, and this is best done in a private support ticket. Thank you! 🙌
×
×
  • Create New...