Jump to content

bfarber

Clients
  • Posts

    163,911
  • Joined

  • Days Won

    346

 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 bfarber

  1. bfarber

    Issue 4.5.1

    There is no specific schedule. We release updates when they're ready and as needed.
  2. Am I understanding correctly that what you're reporting is that the club information box in the sidebar is not extending the full width on mobile, basically?
  3. There's not going to be a "built in" solution. What I think you could do is Create a custom editor button that lets you paste the URL in, and it turns into an iframe tag in the editor. Under Customization > Editor > Settings in the AdminCP, on the Advanced tab you'll need to add a new iframe base to allow your custom video URLs to be retained during submit.
  4. In 4.5 a user cannot repurchase their subscription, so your concern should be mitigated in the latest release.
  5. Hidden status is also represented in the search index, and in the tags index at least. You'll need to review those tables (core_search_index, core_tags_perms).
  6. AdminCP > Members > Profiles Add new custom fields and configure them to be requested on registration (or use the profile completion tool if using the quick registration mode).
  7. Yes we have an open internal bug report about this we are investigating.
  8. bfarber

    Issue 4.5.1

    By and large the error reported here has been caused by third party addons (specifically hooking into a template that generates the menu in the AdminCP). That is not the only potential cause of course, but has been the most common. We are looking in to the report.
  9. We have an internal suggestion about this open already
  10. If you wanted to create some text in the interface that you wanted to be able to translate to different languages, you can create a language string and use that instead of just embedding the text in a template. That's mostly what it comes down to.
  11. Yes, we have a bug report still open about this issue
  12. Most likely, your forums_forums table has a very large number of non-default columns that should be removed.
  13. Another developer could recreate the application or plugin, or they may be able to adjust your existing app/plugin with the source code available to them (i.e. with FTP access to your server to work on it there).
  14. Unfortunately not, there is no mass-unhide "all".
  15. That's probably it, yes. There was a fix for Spotify in 4.5.
  16. Email address should be available if you made the request with "email" as a scope. lastActivity should not be a timestamp - if it is, that would be a bug and should be reported, thanks.
  17. Please send me a PM with the hook in question. This specific error has actually come up a few times in 4.5 from different apps and I have been writing it off as the hook being incompatible, but I'd like to do some further testing to see if something else might be up.
  18. No, the page generation will be the same speed. In theory the page may load slower for the end user because the browser requests the image from the original URL and then is redirected to the new location (so two requests instead of one), but it will likely be negligible in most cases. Your alternative is to go through all the content and replace the paths instead.
  19. You need to check other options, such as the post_max_size limit.
  20. The URL we tested with previously is embedding just fine for me without editing any files. Test here:
  21. During submission you can manually upload a thumbnail of the video. There is no capacity (yet) to automatically extrapolate frames for thumbnails. You can adjust the caption of the image during submission.
  22. Upgrade to the latest 4.5.1 release to see if this resolves your issue. There was a problem parsing certain template output plugins which may explain the error.
  23. Make a topic feed instead of a post feed in that case.
  24. The steps here can be followed for changing your domain name as well. You will need to request a URL change in your client area to update the registered URL for your license before re-entering your license key in the ACP (we make special provisions for things like changing http to https or adding "www." at the beginning of your domain, but if you move to an entirely new domain you'll need to update your license with us to let us know). With Google, if you use webmaster tools you'll need to register your new URL there and follow the steps they provide. Otherwise old URLs will automatically redirect to the new location so long as your old domain is still pointed to your community installation.
  25. You are most likely encountering a javascript error. You can check your browser console to see if the error clues you in on the problem. I would recommend running the support tool and disabling all third party addons when prompted in order to test if the issue still occurs. This will also clear javascript caches which could be the cause of the problem.
×
×
  • Create New...