Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. The error means that there's an issue with the SQL connection. Have you changed any details? Have you deleted any databases?
  2. I can confirm any_time(which I have fixed for 4.5), but nothing else from your list was duplicate for me.
  3. What do you mean with “haven’t done anything?” It’s normal if they’re not shown in the frontend because the permissions aren’t set yet. Do you see any imported members and forums in the ACP or are they missing there too? Please submit a ticket if they’re missing there, if not, please just review the forum permissions 🙂
  4. Did you see any errors in the JS console?
  5. Daniel F replied to Marafa's post in a topic in Feedback
    You’ll be able to disable the automatic detection in 4.5.
  6. Yea, it seems to be a bug. Could you please submit a ticket so that we can investigate this further and test any possible fixes on your system if required:)
  7. Yes, please
  8. Please use the proper support topic for any further questions 🙂
  9. There's no need for a 3rd party plugin 🙂 Just add it to the analytics setting, which can be found in your ACP on the System => Analytics page.
  10. Exactly, if it’s such a PITA, you could just remove the 3rd party string by deleting it from the database. i really really wouldn’t advise it, it’s probably better to wait that the 3rd party dev addresses this by changing his key which also means that need to adjust any usage and also that he‘ll need to remove his duplicate string from them database:) or just to use the existing one from the core , but this also requires the manual cleanup and to remove the existing string... this was improved fror 4.5 , but it’s not backwards compatible and until it’s released it’s unfortunately a step which we but also 3rd party devs have to keep on mind😞 You can see our own cleanup steps in the Upgrade scripts where literally any deprecated or duplicate string is being removed manually 🙂
  11. Disabling an application won't remove the duplicate langstring keys unfortunately. It's something what we noticed after the 4.0 release and what we really can't control, so we advice any 3rd party dev to use an unique key for their templates,language strings, email templates, etc, BUT we've also made some adjustments in 4.5 which will be handy to 3rd party developers and translation providers and which will help them in this case.
  12. It does for moderators with the "Can edit members' profiles?" moderator permission but it's a moderation feature, so it's only visible on the other members profiles. None member will see this while editing his own profile 🙂
  13. This language string is using another string x_members for the member/members pluralisation, so once you translate x_members it should work correct 🙂
  14. Daniel F replied to Faqole's post in a topic in Marketplace
    Faqole left our community, but there's at least another file in our marketplace, which is able to accomplish this https://invisioncommunity.com/files/file/8377-delete-old-content/
  15. Thanks, I have fixed this for 4.5
  16. There’s an app by @Fosters with Russian, Chinese , etc character detection for spam protection
  17. You could trigger the cleanup tasks several times manually and see if it helps .
  18. There’s a setting on the ACP file settings page to remove old data from the table. Please make sure that it’s active
  19. Either your templates or a 3rd part plugin are outdated. Ill take a look at the ticket ASAP 🙂
  20. You could create a page and use block permissions to control the blocks visibility for each group or create a stand alone page and use a 3rd party plugin
  21. You can do this inside the group permissions!
  22. A good start which can already be done, would be to ensure that existing MP rules are followed, for example that none of the core database table is changed. I've picked 3 random files from https://invisioncommunity.com/profile/114025-adriano-faria/content/?type=downloads_file and well... while other MP devs started to implement this change months ago to their existing apps, 2 of the 3 random apps which were recently upgraded, were still adding columns to core_members.
  23. I would suggest to use the MemberSync extension which will be called literally always when a member is created/edited/deleted