Jump to content

Nathan Explosion

Friends
  • Posts

    6,982
  • Joined

  • Days Won

    127

Community Answers

  1. Nathan Explosion's post in PHP end of life emails was marked as the answer   
    Yes - you likely have your tasks set to use CRON (check that in the ACP), and the command line for your CRON entry needs to be updated to reflect the version of PHP you are using (check that on your hosting)
  2. Nathan Explosion's post in Getting error while in DEV mode was marked as the answer   
    Got DEBUG_TEMPLATES in your constants? Try removing it.
  3. Nathan Explosion's post in Setting to prune conversations after x days was marked as the answer   
    On this tab - scroll down
     

  4. Nathan Explosion's post in Issue with downloading embedded attachments was marked as the answer   
    Do those clicking the link have permissions to 'Download attachments'?
    The behaviour you see is because anyone is allowed to view the video, because it's a direct link to the .mov file and no check is done on permissions there. But the fallback to the attachment.php file does do a permissions check.
    Been that way since 4.3 was released:
     
     
  5. Nathan Explosion's post in When people post code, is there a way to put the code in a small space with a scrollbar? was marked as the answer   
    .ipsCode{ height:250px; overflow:scroll; }  
  6. Nathan Explosion's post in Important message Email was marked as the answer   
  7. Nathan Explosion's post in Changing Text to Add More Instructions for New Topic Titles was marked as the answer   
    The field 'Title' uses a language string called 'topic_title', so you could edit that language string instead?
    Alternatively....there is no language string called 'topic_title_desc' so you could take advantage of that - I've sent you a plugin xml file that literally does only that.
    Note: if IPS decided to implement that language string themselves at a later point, you would need to disable the plugin before upgrading to whatever version it is that introduces the language string, otherwise you might end up with an issue during upgrade.
  8. Nathan Explosion's post in Remove clubs from forum index was marked as the answer   
    In Clubs -> Settings...

  9. Nathan Explosion's post in How to tell what needs updated under "Plugins tab" was marked as the answer   
    It does the same for Plugins...


    Requirements:
    It's a Marketplace installed plugin (just like applications) OR
    If it is custom, then the author has to have populated the "Update Check URL" value of their resource so that when they release a new version, there is a URL that can be checked to see what the next version is (requires that the author has also updated that item that it being checked)
  10. Nathan Explosion's post in Paste as rich text was marked as the answer   
    You are not editing a JS file - you should be editing the globalTemplate in your theme.
     
  11. Nathan Explosion's post in Error when enabling/disabling Integrations/apps was marked as the answer   
    There's your issue right there - use PHP7.4.x, 8.0.x or 8.1.x
  12. Nathan Explosion's post in Delete or reset 'all activity' stream was marked as the answer   
    Define 'reset'...do you simply want to delete the content that is in the stream, as opposed to the stream itself?
  13. Nathan Explosion's post in Get record excerpt in custom plugin was marked as the answer   
    $record->truncated(false, 100);
  14. Nathan Explosion's post in Create New Topic Button was marked as the answer   
    It would be more beneficial to turn off "Post before registering" instead, which allows guests to begin creating a post, and leave it sitting there ... which I believe then triggers that email out to them to remind them to finish off the submission.
  15. Nathan Explosion's post in "uncaught exception" error repeatedly was marked as the answer   
    Go to the support page in your ACP and you should see optional patches available to fix this.
  16. Nathan Explosion's post in Getting the currently logged in user. was marked as the answer   
    In that case you'll likely have to use the cookie you mentioned (which expires after 3 months)
    That gives you the user's ID, and you could then use the REST API to get more information about that user.
  17. Nathan Explosion's post in Marketplace App Not Working? was marked as the answer   
  18. Nathan Explosion's post in Any way to show a users achievement points? was marked as the answer   
  19. Nathan Explosion's post in I need an Email notification when someone registers was marked as the answer   
    Go into your ACP, click the bell and I am pretty sure there is a notification setting for that.
  20. Nathan Explosion's post in Mobile notifications was marked as the answer   
    They should click 'Notification Settings' and see what is set for the relevant item - if "No Notification List" then no notification...

  21. Nathan Explosion's post in 4.7.0 - User names with two characters was marked as the answer   
    In your acp, type display name into the search bar and click on 'allowed display name length'
  22. Nathan Explosion's post in Bug with marketplace payments. was marked as the answer   
    Go here: https://invisioncommunity.com/clients/purchases/
    Click the 'manage' button beside the item
    Click 'Reactivate'
  23. Nathan Explosion's post in Forum customizations etc. was marked as the answer   
  24. Nathan Explosion's post in Exclude / hide script from loading in the login page was marked as the answer   
    Give this a try - plugin instead of trying to write some javascript.
    It will insert this:
    <div class="popup" id="51f18_16504"></div> <script src="https://www.powr.io/powr.js?platform=html"> ...on every front-end page of your site, apart from the /login page.
    (NE) Exclude _ hide script from loading in the login page 1.0.0.xml
    Off to the pub now, back tomorrow.
  25. Nathan Explosion's post in Debugging Buttons added to the Built-in CKEditor (4.x) was marked as the answer   
    All plugins are in applications\core\interface\ckeditor\ckeditor\plugins\ - custom ones are cunningly named custom-.......
×
×
  • Create New...