Jump to content

Nathan Explosion

Clients
  • Posts

    6,915
  • Joined

  • Days Won

    127

Community Answers

  1. Nathan Explosion's post in Is it possible to only have one theme for users to choose from? was marked as the answer   
    Where's that? Happy to be blind on this one.
    Anyway...simply change the "Available for..." field so that it's only available to those you want to see it:

  2. Nathan Explosion's post in Costs for a second license was marked as the answer   
    You pay for a new license, and then the renewals.
  3. Nathan Explosion's post in Deleted content : number of days to delete for good ? was marked as the answer   
    Go into the ACP and type delete into the search bar and click on the Permanently delete content result.
  4. Nathan Explosion's post in Ip Adress Member Obfuscation was marked as the answer   
    That isn't obfuscation.
    That is an ipV6 address
  5. Nathan Explosion's post in Admin validation required but not set was marked as the answer   
    OK.
    But it's likely to be that has happened
    All registrations go through the spam prevention settings, and depending on your configuration then an admin may need to validate the account.
  6. Nathan Explosion's post in TypeError: IPS\forums\_Forum::setLastComment() was marked as the answer   
    Apply the patch that was released to fix this:
     
  7. Nathan Explosion's post in Polls was marked as the answer   
    The count, yes.
    The user's choice, no.
  8. Nathan Explosion's post in Ability to duplicate a topic ? was marked as the answer   
    Nope.
    https://www.sosinvision.com.br/index.php?/file/38-copy-topic/
  9. Nathan Explosion's post in How to translate date/time refer hey in post was marked as the answer   
    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...

  10. Nathan Explosion's post in Guest Group Issue was marked as the answer   
    Disable strict mode on your mySQL instance.
  11. Nathan Explosion's post in Missing Commerce Support was marked as the answer   
    Might have something to do with the lack of ACP menu entries for it - I've always assumed that you guys had hidden it in the ACP because it was due for deprecation in v5:

     
    Can be located via the ACP search - search for 'Support' and you'll get the Commerce entries.
  12. Nathan Explosion's post in Cross-posting of Articles into Forum topics was marked as the answer   
    Youre overthinking it there...
    EVERY field in a Pages database has a "topic format" field - make use of it:

  13. Nathan Explosion's post in One page of a big thread contains only one post, no footer, no sidebar, and I can't edit it? was marked as the answer   
    Nope, it's the broken HTML on the page...
    Yep, same issue again...
     

  14. Nathan Explosion's post in Chat Box For Invision Community Recommendations Needed! was marked as the answer   
    https://www.ynwa.tv/files/file/48-ne-crisp-chatbox-integration/
  15. Nathan Explosion's post in Sorry, there was a problem reacting to this content was marked as the answer   
    You likely have strict mode enabled on mysql. Ask your host about turning it off.
  16. Nathan Explosion's post in Report type was marked as the answer   
    I think this means you want to have the editor hidden. If so, custom CSS:
    li#_report_message{ display:none; }  
  17. Nathan Explosion's post in Topic Feed empty message was marked as the answer   
    See attached - want to change the phrase? The language string is called neplugin_empty_topicfeed
    (NE) Empty topic feed 1.0.0.xml
  18. Nathan Explosion's post in Limit access only to part of the profile app was marked as the answer   
    There we go - fleshed out a bit more...
    https://www.sosinvision.com.br/index.php?/file/40-profile-field-per-user-group/
  19. Nathan Explosion's post in ipb_converge.php throwing flag on malware scan was marked as the answer   
    Old IPB v3.x files; if you're on v4.x then they are not part of if it (the 'public' folder doesn't exist in v4) - you might want to provide a screenshot of all the directories you see under public_html/forum as there are likely others that you can remove too.
  20. Nathan Explosion's post in Forum not functioning well with Chrome browser was marked as the answer   
    Edit your conf_global.php file and change the http to https for your URL there.
  21. Nathan Explosion's post in hide "Edited 40 minutes ago by member_name" message? was marked as the answer   
    Search for "edit" in your ACP and click on the "edit log" result
  22. Nathan Explosion's post in spam wave was marked as the answer   
  23. Nathan Explosion's post in Pop-up or message for Guests was marked as the answer   
    As I said...

  24. Nathan Explosion's post in PHP and HTML in a widget was marked as the answer   
    Manual HTML - see if this still works...
     
  25. Nathan Explosion's post in How do I make a "contact me" link that pops up a messenger window? was marked as the answer   
    Right click the element that you are trying to mimic, inspect it  and take a look at the code:
    <a href="https://invisioncommunity.com/messenger/compose/?to=610431" data-ipsdialog="" data-ipsdialog-title="Compose New" data-ipsdialog-remotesubmit="" data-ipsdialog-flashmessage="Message Sent." data-ipsdialog-forcereload="" class="ipsFlex-flex:11 ipsButton ipsButton_light ipsButton_verySmall">Message</a> There you go - that's your code; make necessary modifications add it via the Source button in the editor, or create a custom button in the editor to allow you to add it with the click of a button.
×
×
  • Create New...