Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. 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
  2. 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!
  3. 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
  4. Sounds like a WAF (web application firewall) You’ll need to contact your webhost for further support.
  5. These 2 links are already flagged as nofollow, so Google & co won't follow them and the csrfkey won't matter.
  6. 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.
  7. 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.
  8. 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.
  9. It's working for me. Are you still seeing the DB error?
  10. You can set the moderators and their permissions in your ACP on the Members => Moderators page.
  11. Moderators with the "Can view anonymous author info" permission can view the original author via a small icon in the postbit.
  12. I have a custom application for this. Let me know if you're interested
  13. 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.
  14. Yeah, I just fixed the album creation bug and wasn't able to reproduce the other issues once the initial bug was fixed.
  15. 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
  16. Our software sends already emails for solved topics. Make sure that the "Email author to mark a reply as a solution" setting is enabled
  17. Daniel F replied to TDBF's post in a topic in Developer Connection
    yes
  18. Daniel F replied to TDBF's post in a topic in Developer Connection
    I'm having trouble reproducing this. Do you mean these links ?
  19. 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.
  20. I can't reprodcue ths on my installation. Have you reviewed the filters? Anything which would cause that some are filtered out?
  21. 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; }
  22. 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.
  23. In what template are you seeing this?
  24. What was the issue?
  25. 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.