
Everything posted by Jim M
-
Google Analytics Not Working
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.
-
Club members
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.
-
Using Commerce for Classifieds?
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
-
Any know ipad safari issues know?
Keep in mind though, that version of Safari is old so our recommendation no matter what here would be to upgrade.
-
Apparent Hard-coded Sign-in Language String
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.
-
Search results go to wrong comment.
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?
-
Club members
Without a screenshot, I am unsure what you may be referring to here, I'm afraid.
-
Any know ipad safari issues know?
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.
-
500 errors after Version 4.7.21 update
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.
-
Advertisements
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.
-
Upgraded to v5, how to assign points based on current user posts?
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.
-
Emoji and Badges missing?
Need to handle the badges with the existing ranks/rules but yes, if that is what you want to do.
-
Gateway 504 Server Errors
Glad to hear things have resolved for you 😊
-
Emoji and Badges missing?
Correct. None of those are titled what you just provided. The default badges import xml file can be found in /applications/core/data/achievements
-
Emoji and Badges missing?
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.
-
After upgrading to v5 XML errors
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.
-
Emoji and Badges missing?
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.
-
"A Configuration or Server Error Has Occurred"
Please be advised I have moved this to a ticket. Please watch your email for further correspondence.
-
Sorry, an unknown server error occurred when uploading this file. (Error code: unnamed-1.png could..
Please try again now. I am not seeing any issues.
-
IC5 - Please add a toggle for IN_DEV Mode On/Off
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 ❤️.
-
500 errors after Version 4.7.21 update
Template cache isn't under Data storage method, it is under ACP -> System -> Advanced Configuration -> Server Environment -> scroll down to "Enable template disk caching?"
-
How do I add code to the HEader and Body now for ad code?
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.
-
How do I add code to the HEader and Body now for ad code?
-
How do I add code to the HEader and Body now for ad code?
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.
-
Gallery, Attachment and Download storage...
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/