Jump to content

Nathan Explosion

Friends
  • Posts

    6,982
  • Joined

  • Days Won

    127

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Nathan Explosion

  1. Not what I needed - we already know your main site address, and we already know what your topic links are. What I am asking for is a link to the forum within which one of those topics can be found - I can't determine this from your site because you don't have a forum listing there for guests: Example - this topic you are reading is in this forum: https://invisioncommunity.com/forums/forum/497-peer-to-peer-technical-support/
  2. Pending approval at the time of this post. Plugin allows you to integrate the "Privacy" and "Tracking" functionality provided by Quantcast.com Privacy functionality is used to present a dialog box to the user, which can be used to assist with GDPR requirements. How to configure: 1) Sign up to https://www.quantcast.com 2) Add your site information via the above site's dashboard 3) Obtain your ID from the above site - this ID is displayed in the header bar of the dashboard 4) Add it to the plugin's settings - the Privacy & Tracking tags will be generated to the format needed for the JS code provided by Quantcast Modifying the "Privacy" dialogs and content is achieved by creating a new theme via https://www.quantcast.com/protect/themes/new Important: support for the plugin does not extend to assisting you with configuring items via the Quantcast site - if you require assistance with that then utilise Quantcast's Support page at https://help.quantcast.com/hc/en-us
  3. You were asked... Stating "and don't work" doesn't answer the request.
  4. 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?
  5. 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.
  6. 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
  7. So "Topic Feed" and "Post Feed"? Both have a setting - ensure you haven't disabled this:
  8. IPS 4.4 only - I will be working on a 4.5 compatible version over the holiday break.
  9. 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.
  10. 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.
  11. 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)
  12. 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.
  13. 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.
  14. Have you enquired with the developer of Chatbox?
  15. Does the Google account have 2FA enabled on it, in any way at all?
  16. 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.
  17. 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)
  18. 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.
  19. Why not try the correct way of translating language strings?
×
×
  • Create New...