Jump to content

Matt

Management
  • Posts

    70,314
  • Joined

  • Last visited

  • Days Won

    680

 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. Do you have the .htaccess file uploaded to the /api directory? /api/?core/hello likely works if not.
  2. I've fixed the permission issue, so you should now be able to post in the support area.
  3. I will do a video for you tomorrow.
  4. Yeah, I agree. We picked jQuery a good while ago. If we were starting from scratch, we might pick something lighter now.
  5. 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.
  6. 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.
  7. We should have something to announce in a few weeks.
  8. 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 ) );
  9. Why would you want to do this?
  10. I've filed a bug report (5226) for this, thanks!
  11. I've filed a bug report (5225) to check into this, thanks!
  12. 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.
  13. 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! 🙌
  14. 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! 🙌
  15. That's a bug. Can you please submit a ticket so we can get that fixed? Thanks!
  16. You’ve probably already noticed that something looks a little different in our community today. As part of our ongoing community improvements, we’ve performed some housekeeping to streamline the forum structure, make more distinction between areas and open up a few areas to guests and friends. The big visual change is that we now have four separate areas: support, community, marketplace and developers. It should hopefully be clear what each section does, but let's go through a few examples. Support This area is where you can leave feedback on existing features, help shape Invision Community’s future by suggesting new functionality and also where you can get quick support from fellow Invision Community owners and our team. Starting today, you can post in the Help & Support forum to get help from our team. If you’re unsure what a feature does, or think you’ve spotted an issue that needs our help, then you’re welcome to start a topic. Of course, if you want private support, then you are welcome to create a ticket in the client area as normal. Community Even the most seasoned community manager needs a little help from time to time. This section is the place to ask about strategy, to blow off steam in the lounge or to ask for fellow owners to help with support requirements outside of official support, such as configuring servers, databases and so on. Marketplace Our Marketplace brings hundreds of new features, themes, language translations and plug-ins to your Invision Community. If you need support or have a request for something you’ve purchased from the Marketplace, drop into the forums here. Developers Invision Community is blessed with a strong developer community extending the rich functionality of Invision Community. If you’re looking to develop an idea for Invision Community, these forums will let you connect with our development team to answer questions as well as get help from other marketplace authors. Other Changes There are a few other changes of note that I’d like to go through. Firstly, ‘Visitors’ (that is a registered member without an active license) are now ‘Friends’. Who doesn’t need new friends? Guests and Friends can now view the official support forums, but cannot post a new support request or reply to existing ones. We’ve merged ‘General Chat’ in with the Client Lounge to form ‘The Community Managers’ Lounge’. This is still a perk for active customers and the topics are not viewable unless you have an active license. Finally, we’ve gone through and spruced up some of the forum rules, descriptions and custom error messages. I hope these changes make it easier to find what you need and get a little help when you need it.
  17. Let's discover this together. Most things are roughly in the same place. We have four main areas now, support, community, marketplace and developers. Support is where you seek to either give feedback on our features, or get help with your own Invision Community. Community is a place to hang out with other Invision Community owners to get advice, tips and support outside the scope of our technical support. Marketplace handles all the marketplace things and likewise Developer contains the resources needed for developing add-ons to Invision Community.
  18. I do like the idea of node specific widgets thought.
  19. Check email usage too. I've seen Cpanel servers with a lot of disk space usage and the culprit is a POP3 mailbox with GB of mail sitting there.
  20. The patch is for Invision Community 4.5, but the underlying issue does affect 4.4.x too. There have been several security updates in the 4.5 branch, so it's worth upgrading.
  21. I quite like this idea.
  22. 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.
  23. 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.
  24. 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.
×
×
  • Create New...