Jump to content

Jim M

Invision Community Team
  • Joined

Everything posted by Jim M

  1. Looks like you're using a custom theme, I would advise making sure that it is compatible with the release you're on. If you don't know how to do that, I'd advise switching to an unmodified theme to test. If the code in the theme is incorrect or missing, the Google Analytics tracking will not appear on page.
  2. Yes, this is a known issue which will be resolved in the next release otherwise as bradl mentioned, you can see the temporary fix Ehren gave.
  3. Commerce out of the gate does not allow users to create their own items. Only administrators can create and sell items. It would require a customization to work as a Classifieds app
  4. Keep in mind though, that version of Safari is old so our recommendation no matter what here would be to upgrade.
  5. It is a browser validation message from HTML5. Firefox has their own version as well. The browser merely reviews what type the field is and then displays that message on form submit if the data doesn't match the field.
  6. This URL looks like you're clicking the dot in front of an unread comment so it is going to the last unread (see dot screenshot example below): Whereas, here's you're going back to the topic so will arrive at the post in the topic which you found in search. If that is not what you're doing, are you able to reproduce the same behavior here?
  7. Without a screenshot, I am unsure what you may be referring to here, I'm afraid.
  8. If you have something which is dynamic in nature, like advertisements or items only visible to certain member groups or if there are social media embeds that are on one page but not another that some users don't belong to that would explain what you're seeing. Variable typically would point to a similar issue but different based upon the user so it would be the outputted content.
  9. Do you have any server caching or are you using OPCache? You may wish to try to clear that to see if something is still referencing it cause I cleared your cache and template cache files, yet it is still trying to.
  10. Correlation does not imply causation. You would need to ask your advertisement provider what has transpired between now and then. Then ensure that your advertisements do not go beyond the given containers.
  11. If you have not rebuilt achievements after making changes to the rules or enabling achievements for the first time, the new rules will not take into effect any history that members have performed. You will want to rebuild achievements with each major rule change if you want that.
  12. Need to handle the badges with the existing ranks/rules but yes, if that is what you want to do.
  13. Glad to hear things have resolved for you 😊
  14. Correct. None of those are titled what you just provided. The default badges import xml file can be found in /applications/core/data/achievements
  15. 1_newbie.svg is not a default badge that I am seeing on a default instance. If you have any custom badges, you will want to restore your attachments backup to another location on your server so you can replace those.
  16. Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
  17. Looks like only some are missing. Unless you've already replaced some? I would suggest checking to ensure these transferred to your new storage as currently they have a permission denied message so either are missing or need to have permissions adjusted.
  18. Please be advised I have moved this to a ticket. Please watch your email for further correspondence.
  19. Not only about work but more importantly, about protecting from unintentional harm. If you're using dev mode, you should be working in the file system already on your local machine so it shouldn't be a big ask to edit a file. If it is, you may want to consider why you're using dev mode if you're not in the file system ❤️.
  20. Template cache isn't under Data storage method, it is under ACP -> System -> Advanced Configuration -> Server Environment -> scroll down to "Enable template disk caching?"
  21. I am not a Google AdSense expert so, unfortunately, I cannot advise you on their platform. Typically though, with Javascript like this, you would place the header script globally and then the body script where you want the item to appear. Hope that helps.
  22. You should see something that works like this:
  23. If you mean the "head" of an HTML document rather than the header, you can utilize theme hooks in order to do this. You can access these in ACP -> Customization -> Themes -> enable design mode -> on your theme, click the down arrow and add theme templates -> choose theme hooks. If you need to place it in the Header and/or Footer, you can just edit your Theme and click Header/Footer which will allow you to add HTML/CSS/JS to both.
  24. As in that you can only have one storage configuration on v5. You can change it but you can't have gallery on S3 and forum attachments on your local host. Here are instructions for Amazon S3, they are likely outdated but the same premise is there: https://invisioncommunity.com/4guides/advanced-options/server-management/configuring-amazon-s3-r230/