
Everything posted by Daniel F
-
"Csrfkey" also present in the grid or list links of the store
We understand each other, but we're not on the same page! It's intended and fine that not literally any page which is returned by our community software is indexed by google! Please see also https://support.google.com/webmasters/thread/202184638/do-i-need-to-fix-all-pages-that-aren-t-indexed-aka-page-indexing-issues?hl=en
-
"Csrfkey" also present in the grid or list links of the store
It won't, all the discover pages ( activity stream) are automatically flagged to not be indexed by google in our robots.txt file, because they have no real value for search engines!
-
Google Two Factor Auth (2FA) QR Code image is broken.
They have deprecated their image generator, so we had to switch to another library. Please make sure that you're using the recent IPS version which should resolve this
-
Can't modify Google Tag Manager snippet page returns 404 when saving.
Sounds like a WAF (web application firewall) You’ll need to contact your webhost for further support.
-
"Csrfkey" also present in the grid or list links of the store
These 2 links are already flagged as nofollow, so Google & co won't follow them and the csrfkey won't matter.
-
Suggestion: Moderator log to include topic title edits.
That's exactly what my colleague said. The text includes the old and the new title. "renamed X from Y" If you take a look at his picture, you can see that he added a . at the end of the title which is covered in the moderator log.
-
Suggestions | User Experience
For v4 I have an app for this https://www.ic-essentials.com/files/file/52-remove-noindex-tag-from-tags-pages/ and it will be updated for v5:) And regarding tag cloud https://www.ic-essentials.com/files/file/24-tag-cloud/ , and same, a v5 version will come too:) And the best => Both apps are free.
-
"Csrfkey" also present in the grid or list links of the store
It’s not fixed only via robots.txt , we have also made a template adjustment. Make sure that your templates are up2date if you have a custom style.
-
The forum is down due to an update
It's working for me. Are you still seeing the DB error?
-
Who posted as anonymous
You can set the moderators and their permissions in your ACP on the Members => Moderators page.
-
Who posted as anonymous
Moderators with the "Can view anonymous author info" permission can view the original author via a small icon in the postbit.
-
Topic in AdminCP
-
Can't get home page to show for guests
It looks like guests aren't allowed to access your site! Please review the guest permissions and make sure that the "Can access site?" permission is enabled.
-
[Bug] 4.7.18 Beta 3: New gallery albums appear at very end of list, do not generate thumbnails
Yeah, I just fixed the album creation bug and wasn't able to reproduce the other issues once the initial bug was fixed.
-
Will Invision Community 5 be the end for customisation of existing apps?
That’s why we’ll also have event listeners and extensions. They’re very similar to hooks, but much more stable, allowing us to modify the code and method headers without breaking 3rd party code
-
asking topic authors to respond to topic answers
Our software sends already emails for solved topics. Make sure that the "Email author to mark a reply as a solution" setting is enabled
- 2C103/Q Error.
-
2C103/Q Error.
-
Upcoming events block visibility bug
I can't reproduce this in 4.7.18 which is in beta state right now. Could you please get back to this topic and tell us if it's fixed or if you're still seeing this once you upgrade, thanks.
-
Downloading Members List?
I can't reprodcue ths on my installation. Have you reviewed the filters? Anything which would cause that some are filtered out?
-
[Bug] Leftover records in core_achievements_rules after uninstall app
This bug happens only in an IN_DEV environment because on a default Installation the application files are removed and no error will be returned because of this check if( !\class_exists( $exploded[0] ) ) { throw new \OutOfRangeException; }
-
[Bug] Leftover records in core_achievements_rules after uninstall app
This was indeed fixed but the fix isn't retroactive and it's only happening if the application was uninstalled before we shipped the fix and the applications files are still present on the file system, so it's really such a niche that we won't change it any further.
-
[BUG 4.7.17] Duplicated property in the .ipsToolList class
In what template are you seeing this?
-
Forum not accessible - error 500
What was the issue?
-
[BUG 4.7.17] Adding form fields to \IPS\Content\Item::commentFormElements() doesn't fully work
The way how this works in v5 changed completely and this would be some too big changes for v4 so we'll probably close the bug report for now.