Jump to content

Nathan Explosion

Friends
  • Posts

    7,135
  • Joined

  • Days Won

    129

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. OK - so the permissions must be allowing them some kind of access. I go to this https://community.jackcorsellis.com/topic/139-ibd-50-etf-ffty-showing-strength-current-market-thoughts/?do=getNewComment and I get the message indicating that I'm not allowed to "Read Topics" Can you provide a link to the forum within which that topic exists, please?
  2. I've become surprised by how many of my own site's users are still on IE and am now fed up with responding with an "UPDATE" reply. So, I'll probably regret this but I am searching for 3 beta testers for an application to integrate the above site's functionality with IPS. Interested? First come, first served...send me a PM.
  3. Log a ticket to report a bug.
  4. What's new in v2.0.3? FIX: Settings page no longer fails to load (previously fixed in unreleased v2.0.2) FIX: "Groups allowed to use @Mentions functionality" now functions correctly
  5. So "Topic Feed" and "Post Feed"? Both have a setting - ensure you haven't disabled this:
  6. Under your inbox listing, on Desktop:
  7. IPS 4.4 only - I will be working on a 4.5 compatible version over the holiday break.
  8. What's new in v3.1.4 FIX: tweaks to the "Limit number of replies shown" functionality for Forums, to resolve some errors when either creating a new topic or viewing a topic.
  9. Go for it - I'll be adding it in to my OembedServices management plugin at a later point, but won't be for a week or so.
  10. OK - use an app password for the account, instead of using the actual password for the account (pretty sure that the 'Learn more' on that error probably leads you to https://support.google.com/accounts/answer/6010255?hl=en)
  11. The following should change the URL when viewing a forum's index, and when viewing a topic... Note: X = the ID of the forum where you want something different to be done with the button https://the.different.url/ = the different URL Template: forums -> front -> forums -> forumButtons Replace: <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{$forum->url()->setQueryString( 'do', 'add' )}" title='{lang="start_new_topic_desc"}'>{lang="start_new_topic"}</a> With: {{if $forum->id === X}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="https://the.different.url/" title='{lang="start_new_topic_desc"}'>{lang="start_new_topic"}</a> {{else}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{$forum->url()->setQueryString( 'do', 'add' )}" title='{lang="start_new_topic_desc"}'>{lang="start_new_topic"}</a> {{endif}} X = the ID of the forum where you want something different to be done with the button Template: forums -> front -> topics -> topic Replace: <a href="{$topic->container()->url()->setQueryString( 'do', 'add' )}" class='ipsButton ipsButton_link ipsButton_medium ipsButton_fullWidth' title='{lang="start_new_topic_desc"}'>{lang="start_new_topic"}</a> With: {{if $topic->container()->id === X}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="https://the.different.url/" title='{lang="start_new_topic_desc"}'>{lang="start_new_topic"}</a> {{else}} <a class="ipsButton ipsButton_medium ipsButton_important ipsButton_fullWidth" href="{$forum->url()->setQueryString( 'do', 'add' )}" title='{lang="start_new_topic_desc"}'>{lang="start_new_topic"}</a> {{endif}} Note: changing the 'Start new topic' action on the site index would required a plugin to intercept the chosen forum ID and redirect to your chosen URL.
  12. I submittd v3.1.4 about an hour ago to fix this one - if you are self-hosted, with access via FTP, then I can give you a patch for it on your existing install.
  13. Have you enquired with the developer of Chatbox?
  14. Does the Google account have 2FA enabled on it, in any way at all?
  15. Issue no.1 - Working as intended, as per the release information for v2.0.x: I can take a look at a toggle that allows settings to be applied to ALL groups, like the old version, or on a per-group basis like the new version. UPDATE ON THAT: done.....that was a lot easier than it used to be. Glad I redeveloped this one from the mess it used to be 😄 . Issue no.2 - show me the tab with the settings for the "certain group" and then send me a link to your site, along with login credentials for an account in that same group, please, so that I can check the code on the site. Let me know about this - if there is a bug then I can get it sorted for v2.0.2, along with the above new functionality. I'll get around to updating the screenshots at some point (needs to be done at same time as submitting a new version) - they are based on the old plugin, not the new application.
  16. What's new in v1.1.3? FIX: Modification to allow for a template change which occurred between IPS 4.5.0 and 4.5.2 (and onwards)
  17. What's new in v2.0.1? Plugin has been converted to an application NEW: Ability to disable user groups from being able to use @Mentions functionality NEW: "Disable Mentions" functionality from Adriano Faria's "Mentions Enhancements" plugin has been incorporated in this new version (see here for more details) NEW: Addition of a feature to allow the user's group information to be displayed in the resulting @Mention entry created for them. Current known issues: after installation, the 'Settings' page for the application will fail to open - v2.0.2 has been submitted for approval to fix this. If you are self-hosted and have FTP access to your site then send me a PM and I will provide you with a patch file to resolve the issue. The new "Groups allowed to use @Mentions functionality" setting is not working as expected. Workaround: set to 'All Groups' until resolved.
  18. Why not try the correct way of translating language strings?
  19. No problem - if you do have an issue, can you please bullet your responses (like I laid out my questions - avoids confusion). And screenshots of your settings too, not typed out (again, avoids confusion)
  20. v3.1.3 has been submitted for approval with the following included: NEW: "Hide content in a topic's first post" now applied when viewing search results, as I identified a differentiation between a topic's first post and its comments/replies. FIX: Topics in a Q/A forum no longer trigger an error when viewed (see note below) FIX: Tweaks to the hiding of images in quotes when the viewer is not allowed to see that content FIX: "Convert images to links within quotes" setting now works correctly for viewers who are allowed to see the content Note: the fix I have put in for Q&A forum topics means that, temporarily, the 'Limit number of replies shown' setting will not be applied to those topics. I'll put a change in place for that in a future version.
  21. I've submitted v1.1.3 for approval - takes into account a template change which has occurred since IPS 4.5.0 was released. Get that installed (after it's approved) and if you still have an issue then provide the above information for me please.
  22. No, it's not. Question asked a different way....are you hosted on Invision's hosting? (asking again purely because that is the opposite of self-hosted, and I think you are self-hosted but it's not clear from what you said)
×
×
  • Create New...