Jump to content

Daniel F

Invision Community Team
  • Joined

Solutions

  1. Daniel F's post in problem with tags was marked as the answer   
    That's an issue wit the 3rd party app.
  2. Daniel F's post in [BUG 4.7.4] Banning member from ACP triggers a wrong group change log in account activity was marked as the answer   
    Thanks, I have fixed this for an upcoming release 
  3. Daniel F's post in [BUG 4.7.2] Number helpers form checks the wrong variable was marked as the answer   
    To be fair, none of the form element templates shows the prefix, it's always shown as part of the row template, which wraps the form element, so the proper fix here was to remove it from the number template.
  4. Daniel F's post in Cleanup Task Stuck was marked as the answer   
    Thanks,
    I can confirm that we fixed this bug in our next maintenance release. ( I have applied the patch to your system to confirm that nothing else is broken) so you should be fine now.
    Please keep in mind that because of these changes, your support tool will show now that some original IPS files were customized! 
  5. Daniel F's post in Zapier Topic Find error was marked as the answer   
    Is this a recently created Zap? What version are you using ( You can see it on https://zapier.com/app/connections/invision-community ) 
  6. Daniel F's post in Help with removing plugin was marked as the answer   
    Yea, just remove this part:
    foreach ( \IPS\Db::i()->select( '*', 'cms_database_fields', array( 'field_type=?', 'CountryFieldCvh' ) ) AS $countryField ) { $field = \IPS\cms\Fields::load( $countryField[ 'field_id' ], $countryField[ 'field_database_id' ] ); $field->delete(); } then it should work 🙂
  7. Daniel F's post in Debug enable was marked as the answer   
    It doesn't matter if there's a backslash or not 🙂
  8. Daniel F's post in [Bug] Alerts Moderators was marked as the answer   
    This was fixed for an upcoming release 
  9. Daniel F's post in IPS\core\modules\admin\system\metatags" not found was marked as the answer   
    Thanks, I have fixed this for an upcoming release.
  10. Daniel F's post in Promote Pop up language keys displaying key instead of translation was marked as the answer   
    This was fixed for an upcoming release.
  11. Daniel F's post in 4.7.4 Report Centre: You can only complete. Lol was marked as the answer   
    This was fixed for the next release 
  12. Daniel F's post in Categories in DOWNLOADS section? was marked as the answer   
    You can create and manage the categories in your ACP!
  13. Daniel F's post in Sidebar in pages was marked as the answer   
    This looks like some broken HTML code resulting in the sidebar being moved to the footer.
  14. Daniel F's post in Unable to close topic after upgrade 4.7.4 was marked as the answer   
    Thanks, I have fixed this for an upcoming release.
  15. Daniel F's post in [Bug] Moderating with personal alerts was marked as the answer   
    Thanks, I have fixed this for an upcoming release.
  16. Daniel F's post in Report emails was marked as the answer   
    This was fixed for 4.7.4
  17. Daniel F's post in Bug in Events language was marked as the answer   
    This was fixed for the upcoming release .
  18. Daniel F's post in Event frontpage - hardcoded strings was marked as the answer   
    This was fixed for an upcoming release.
  19. Daniel F's post in Error after 4.7.3 upgrade was marked as the answer   
    There was a file in your system directory (Application.php) which shouldn't haven been there.
    I have renamed it ( you should be fine to delete it, but I didn't want to delete it myself) which resolved the issue!
     
     
    Edit: So once you confirm it's fixed, pls delete _backup_Application.php from the system directory.
  20. Daniel F's post in dailyStreamSubscriptions Task Issue was marked as the answer   
    I have fixed this already for the upcoming release.
  21. Daniel F's post in How to translate "Settings"? was marked as the answer   
    And once again, you can't translate it because of "Yes, there is another 3rd party string "settings". "
    The plugin author will have to change the key
  22. Daniel F's post in Error Installing Blogs - Forum Inaccessible was marked as the answer   
    Have you uploaded all the files correct? It seems that the applications/blog/extensions/core/ContentRouter/Blog.php file is either missing on your system, or that it wasn't uploaded completely. 
  23. Daniel F's post in Report Center - Viewing Report Status Shows "All" for Each Status was marked as the answer   
    Thanks, I have fixed this.
  24. Daniel F's post in Bug: Manually entering Admin CP Menu and Reorder issue. was marked as the answer   
    Thanks, I have created a bug report for this.
  25. Daniel F's post in Default Theme was marked as the answer   
    Just create a new theme in your ACP, it will be based automatically on the default one.