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. 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.
  2. We should have something to announce in a few weeks.
  3. 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 ) );
  4. Why would you want to do this?
  5. I've filed a bug report (5226) for this, thanks!
  6. I've filed a bug report (5225) to check into this, thanks!
  7. 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.
  8. 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! 🙌
  9. 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! 🙌
  10. That's a bug. Can you please submit a ticket so we can get that fixed? Thanks!
  11. 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.
  12. 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.
  13. I do like the idea of node specific widgets thought.
  14. 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.
  15. 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.
  16. I quite like this idea.
  17. 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.
  18. 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.
  19. 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.
  20. Thanks Nathan, we'll get that fixed.
  21. There's nothing that I know of. Video is pretty hard generally, it needs to be transcoded into a streamable format (and of course, not all devices agree on the streaming method). To add in a broadcast live video functionality is probably beyond the limitations for the average hosted forum. When it's come up in the past, we generally recommend that they leverage YouTube's live functionality and paste the video into a post. I believe you can schedule live videos in YT and get a link to embed before the event.
  22. We're currently revamping the spam defence system to make it more accurate and to catch more spam. We'll announce the changes soon.
  23. The YouTube embeds come from YouTube themselves. It's not a third party dependency.
  24. Our blog is using Pages. We do track views, but they are just hidden from members. It's worth remembering that guest views won't be completely accurate due to guest page caching and server level caching that will reduce the number of actual 'hits' to the database driven page.
×
×
  • Create New...