Jump to content

Daniel F

Invision Community Team
  • Joined

Everything posted by Daniel F

  1. Daniel F replied to JohnCourt's post in a topic in General Questions
    System Log
  2. Yes I have logged this as bug.
  3. This was improved in our recent release. Please see following article for more information.
  4. The confirmation while changing it to complete or rejected is intentional, but the language string was broken:)
  5. I mean this section An EX0 should really log something.
  6. Do you see any errors in the system log ? ACP => System => Get Support
  7. Email can be disabled by setting the EMAIL_DEBUG_PATH constant \define( 'EMAIL_DEBUG_PATH', '/dev/null' ); OR, depending on your setup you can also disable it direct on the mail server or use a service like https://debugmail.io The NEXUS_TEST_GATEWAYS constant can be used to set the payment gateways to sandbox mode
  8. Yes, but many strings changed and also several strings were removed, so you may translate them unnecessary!
  9. I've started working on a full IC5 German translation a while ago and hope to have it ready for the final IC5 release. I've also offered few people access so that they can help me, so if you're interested, I'll get you access!
  10. You could have looked at the HTML source code of https://invisioncommunity.com/release-notes/😉 https://content.invisioncic.com/a319035/page_objects/ips.releaseNotes_main.js.86736035dfd231b506912c0b58f793a3.js
  11. Where's your Javascript code? This won't work without any additional JS which listens to the click event, stops the page from reloading, loads the content via AJAX and shows it then in the content area:)
  12. It was, but a @Matt Finger fixed it in v4 too:)
  13. You can hide/remove it via custom JS or css.
  14. You could use cron jobs if you host supports it (most do!) or use a web service like easycron
  15. Or check back on November 04, 2024!!! https://invisioncommunity.com/release-notes/ - Invision Community 4.7.19 Beta 3 Fixed an issue where promoted Comments could not be removed from Promoted Content.
  16. I love the idea and implementation, just the badges look weird on the index page . It's a minor thing, but the different lengths are triggering me each time I see them on a community. Personally I would prefer if they would have the same width, but that's just me..:D . I was never a fan of the different lengths
  17. This was from a 3rd party app and not a core feature!
  18. We have an open bug report for this
  19. Yea, I'm also going to use the database feature for my bug & suggestions tracker, linklist, purchases database and I'm also debating with myself😄 if I'm going to use it for my future ticket system or not.
  20. This "task" was moved to IC 5.
  21. The popup is loaded via AJAX