Jump to content

Nathan Explosion

Friends
  • Posts

    6,982
  • Joined

  • Days Won

    127

Reputation Activity

  1. Like
    Nathan Explosion got a reaction from SeNioR- in Enabling "Quick Translating" has an interesting effect on Ajax-loaded content   
    No idea if this is intentional or not...just reporting it.
    Steps to reproduce:
    Log into the ACP Navigate to Customization -> (Localization) Languages Click 'Translation Tools' Enable 'Quick Translating' and click 'Save' Click 'Quick Translating' again Result:

    Now, right-click the 'Translation Tools' and open in a new tab or window Result:

    Now, navigate to anywhere else in the ACP that produces a tabbed display...example: System -> (Settings) Login & Registration First tab looks fine...click the second and third tabs Result:


    Now, to the front-end... Go to the Forum application Click 'Start new topic' Result:

     
  2. Like
    Nathan Explosion reacted to Daniel F in Restore deleted club content   
    Thanks for the note.
    I tested it on a dev instance too. Let's see if I can reproduce it on production.
    Edit:
    Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release.
     
  3. Thanks
    Nathan Explosion got a reaction from Daniel F in Restore deleted club content   
    Actually just testing it out on a test site - it appears to not be adhering to it. Working fine on a dev instance though.
  4. Thanks
    Nathan Explosion got a reaction from Lindor in How to translate date/time refer hey in post   
    The key is in - it's right there in front of you.

    That isn't quick translating - that is "View word keys"
    This is quick translating...

  5. Like
    Nathan Explosion got a reaction from PM00ney in Marketplace Closure   
    The upgrade check process simply alerts you that a new version is available - it doesn't pull anything in.
    Or you click the "Check for updates" button before you upgrade to see if there is a new version available (if the update check URL is implemented)
  6. Like
    Nathan Explosion got a reaction from Square Wheels in Solution to play .mov files in Chrome?   
    If you want to take the "user renames the file extension" element out of the equation, then here's a different kludge which can be applied by a moderator/admin after the file has been uploaded...
    Edit the post View the 'Source' in the editor In amongst the HTML, you will see type="video/quicktime" Change quicktime to mp4 (therefore type="video/mp4") Save the edit. I've added something to my "HTML5 Video/Audio Player" resource which will apply that kludge to content without the need for editing the content.
  7. Haha
    Nathan Explosion got a reaction from G17 Media in Repeated log entries   
    Upgrade - yes.

    Patch - as I've never gotten a notification of one despite having that set to notify me, nope.
     
  8. Like
    Nathan Explosion got a reaction from David N. in Repeated log entries   
    Upgrade - yes.

    Patch - as I've never gotten a notification of one despite having that set to notify me, nope.
     
  9. Like
    Nathan Explosion got a reaction from David N. in Repeated log entries   
    They mean that you need to apply the patch that is available in the support section of the ACP.
     
  10. Like
    Nathan Explosion got a reaction from Marc Stridgen in Repeated log entries   
    They mean that you need to apply the patch that is available in the support section of the ACP.
     
  11. Like
    Nathan Explosion got a reaction from David N. in Introducing Courses   
    https://invisioncommunity.com/buy

     
  12. Thanks
    Nathan Explosion got a reaction from Sonya* in Allow images as poll options   
    Did you know that the choice field accepts html? 😉
    Adding:

    Result:

    It's in the widget:
     

     
     
     
     
     
    Want to keep it to images in the first post of the topic? Upload the images, add them to the post, view the html, grab the <img.... tag out, fill your boots.
  13. Like
    Nathan Explosion got a reaction from Marc Stridgen in Got an error message after mass deleting members   
    Apply the patch that is waiting in the support page of the ACP
     
     
  14. Thanks
    Nathan Explosion got a reaction from MythonPonty in Got an error message after mass deleting members   
    Apply the patch that is waiting in the support page of the ACP
     
     
  15. Like
    Nathan Explosion got a reaction from Mick23 in Anonymous posts repeat 5 times   
    Keep an eye on this, as it's likely the same issue under the hood...
     
     
  16. Like
    Nathan Explosion got a reaction from Metor in Anonymous posts repeat 5 times   
    Keep an eye on this, as it's likely the same issue under the hood...
     
     
  17. Like
    Nathan Explosion reacted to teraßyte in Update problem with 4.7.15   
    Yeah. As I mentioned a few times already, the check script should flag the 8.2 version as not compatible rather than checking only for 8.0+ versions... 😅
  18. Like
    Nathan Explosion reacted to Michael Lachney in Guest Group Issue   
    Thanks. Disabled strict mode and I was able to make the changes needed.
  19. Thanks
    Nathan Explosion got a reaction from WebCMS in Clear Filters link   
    I have no idea what way you have your forums structured so don't know what your filter list looks like - but if it was me that was scrolling and unticking each item then I'd get bored quickly and just go ahead and try clicking on the category header...

     
  20. Like
    Nathan Explosion got a reaction from Jim M in Update problem with 4.7.15   
    Nope.
    8.0 or 8.1
  21. Like
    Nathan Explosion got a reaction from SeNioR- in Update problem with 4.7.15   
    Nope.
    8.0 or 8.1
  22. Like
    Nathan Explosion reacted to CheersnGears in "Rebuild synchronized topic content" - doesn't work   
    Thank you, it worked. I ran it on some smaller volume forums as a test. I'll be getting the Ford forum shortly.
     
  23. Thanks
    Nathan Explosion got a reaction from CheersnGears in "Rebuild synchronized topic content" - doesn't work   
    YES - that is why I am giving you this information...
  24. Thanks
    Nathan Explosion got a reaction from Marc Stridgen in Guest Group Issue   
    Hmmm - actually, this looks like it could be reproducible without strict mode involved...
    Ignore that - it's only reproducible with strict mode enabled on mySQL

    For the guest group, the g_mod_post_unit evaluates to NULL in applications\core\extensions\core\GroupForm\Content.php because it's not present on the form:
    if( $group->g_id != \IPS\Settings::i()->guest_group ){ $form->add( new \IPS\Helpers\Form\Custom( 'g_mod_post_unit'...... ...but the Save function doesn't take that into account:
    /* Mod Queue */ $group->g_mod_post_unit = isset( $values['g_mod_post_unit'][2] ) ? 0 : $values['g_mod_post_unit'][0]; Not an issue if not using strict mode.
  25. Like
    Nathan Explosion got a reaction from Marc Stridgen in "Rebuild synchronized topic content" - doesn't work   
    Yes.
    Or just set that field in the database to 0 for all your records, and run the task again (obviously, take a proper backup)
×
×
  • Create New...