Jump to content

DawPi

Clients
  • Joined

  • Last visited

Everything posted by DawPi

  1. DawPi replied to DawPi's post in a topic in Marketplace
    New version pending approval:
  2. DawPi replied to DawPi's post in a topic in Marketplace
    Will look into it tomorrow. I don't feel good today (flu or something).
  3. Not best solution but you may try this mod to recognize "zero replies" topics and delete them manually:
  4. DawPi replied to DawPi's post in a topic in Marketplace
    It has been fixed and waiting on approve: Try with 4.0.2 (once approved as stated above), please.
  5. DawPi replied to kmk's post in a topic in Technical Problems
    Here you are:
  6. Nope. Due to security reason. The same situation with remote images and serving them from local.
  7. DawPi replied to Mac1's post in a topic in Technical Problems
    https://invisioncommunity.com/developers/docs/fundamentals/content-items/searching-content-with-content-items-r89/
  8. DawPi replied to DawPi's post in a topic in Marketplace
    Can't confirm at all. Installed 4.0.1 - without problems. Uninstalled it. Installed 4.0.0 - without problems. Uninstalled it. Installed 3.1.3.1 - withour problems. Upgraded to 4.0.0 - without problems. Upgraded to 4.0.1 - without problems. Uninstalled it. Everything works fine. Maybe there is problem with Marketplace installing?
  9. DawPi replied to DawPi's post in a topic in Marketplace
    Sure.
  10. /** * @brief Elasticsearch version requirements */ const MINIMUM_VERSION = '6.0.0'; const UNSUPPORTED_VERSION = '8.0.0';
  11. DawPi replied to Michael.J's post in a topic in Marketplace
    https://www.devfuse.com/forums/files/file/386-auto-welcome/
  12. No need I think. 4.5 has it build in: https://invisioncommunity.com/settings/account-security/
  13. Yes, only private conversations. As posted in description. 🙂
  14. I have something like this:
  15. DawPi replied to Foxtrek_64's post in a topic in General Questions
    Correct. 🙂
  16. Without plugin, no. It's a group setting: /* Can the member report content? */ if ( $member->group['g_can_report'] != '1' AND !\in_array( \get_class( $this ), explode( ',', $member->group['g_can_report'] ) ) ) { return 'no_module_permission'; }
  17. No problem.
  18. It's there for... ages? For example?
  19. Check this plugin made by @Adriano Faria: Or this one:
  20. DELETE FROM core_member_history WHERE log_member = X AND log_type = 'display_name'; X is member ID.