Jump to content

Nathan Explosion

Clients
  • Posts

    7,150
  • Joined

  • Days Won

    129

Community Answers

  1. 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
  2. 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?
  3. Nathan Explosion's post in Get record excerpt in custom plugin was marked as the answer   
    $record->truncated(false, 100);
  4. 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.
  5. 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.
  6. 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.
  7. Nathan Explosion's post in Marketplace App Not Working? was marked as the answer   
  8. Nathan Explosion's post in Any way to show a users achievement points? was marked as the answer   
  9. 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.
  10. 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...

  11. 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'
  12. 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'
  13. Nathan Explosion's post in Forum customizations etc. was marked as the answer   
  14. 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.
  15. 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-.......
  16. Nathan Explosion's post in Display text only in specific forums was marked as the answer   
    {{if \IPS\Member::loggedIn()->inGroup(array(2, 3, 4,8, 10, 16, 19)) AND \in_array($item->container()->_id,array(3, 15, 23, 56, 73))}} STUFF {{endif}}  
  17. Nathan Explosion's post in Issues with mailing settings was marked as the answer   
    OK, then Google is likely to be stopping you from logging in because it is considered to be insecure - they no longer allow the use of the "Less secure app access" setting to avoid this, they disabled it recently.
    Do the following:
    Login to the account in a browser Go to https://myaccount.google.com/u/3/security Go to the 'Signing in with Google' section and enable 2FA Once enabled, you will then have an entry titled 'App passwords' - click it Change the 'Select app' entry to 'Mail Change the 'Select device' entry to 'Other (custom name') Click 'Generate' Use that password in your IPS email configuration instead of the main account password    
  18. Nathan Explosion's post in How do I access my template parameters in javascript? was marked as the answer   
    Add this to your template:
    {{\IPS\Output::i()->jsVars["variable"]=$value;}} Then use this in your JS code (assuming it is using the IPS framework):
    alert(ips.getSetting('variable'));  
  19. Nathan Explosion's post in adding html in WYSIWYG editor block was marked as the answer   
    Have you enabled the "Can post HTML?" setting in your group membership, which will expose the 'Source' button in the Editor to allow you to view and add HTML?
  20. Nathan Explosion's post in Almost there! Ported over my database but the upgrade from 4.6.11 to 4.6.12.1 doesn't work was marked as the answer   
  21. Nathan Explosion's post in RSS feeds look?? Issue?? was marked as the answer   
    Yes.
  22. Nathan Explosion's post in Problems ? was marked as the answer   
    Contact the developer of the application.
     
  23. Nathan Explosion's post in marketplace shows no plugins after upgrading to 4.7.0 beta was marked as the answer   
    Yep - you are shown only those items that are compatible with the version you running.
  24. Nathan Explosion's post in 2FA Security Bypass was marked as the answer   
  25. Nathan Explosion's post in Different theme per page or application, possible? was marked as the answer   
    I'm not aware of one (if I was, I would have linked to it) - shouldn't be too difficult to code, either, if it's a per-app basis that you want it on.
     
×
×
  • Create New...