Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
March 19, 20213 yr @Nathan Explosion Just so you know it is working swimmingly, and wanted to say another "thank you" to you.
March 19, 20213 yr Author Stuff it...have a v2.1.0..currently pending approval Fixes none Changes added option to allow quotes to be fully collapsed, showing no content apart from the citation added ability for settings to be controlled on a per-user basis, via Account Settings -> Quotes control
March 24, 20213 yr Author v2.1.1 submitted for approval FIXES: Fixed issue with 'Truncated' setting not saving correctly CHANGES: Added an additional user account setting to allow control over whether to hide ignored quoted content fully or not Tweaks to how the 'Fully collapsed' functionality behaves
March 24, 20213 yr On 3/19/2021 at 9:45 AM, Nathan Explosion said: added ability for settings to be controlled on a per-user basis, via Account Settings -> Quotes control THIS.
April 6, 20213 yr This update has caused massive problems for me, pages were hanging/not responding. Had to disable it as a result. Anything significant changed that would instantly affect the entire system that I need to maybe turn off?
April 6, 20213 yr Author Shouldn't be - the javascript to handle things in the front end should be a 'one time' run, not continuous. Got an example page I can look at so I can see what it contains? (if it requires login, please send me credentials to use) And can you provide me with a screenshot of your current settings for the app in the ACP? Edited April 6, 20213 yr by Nathan Explosion
April 6, 20213 yr 3 hours ago, Nathan Explosion said: Shouldn't be - the javascript to handle things in the front end should be a 'one time' run, not continuous. Got an example page I can look at so I can see what it contains? (if it requires login, please send me credentials to use) And can you provide me with a screenshot of your current settings for the app in the ACP? This thread for example, if you jump from next/back pages its sitting there for a while page loading and sometimes it pops up with 'unresponsive' dialog box. https://www.otib.co.uk/index.php?/topic/211759-pearson-post-match-interview/page/6/ Settings as follows:
April 15, 20213 yr Author And an update on the above reported issue - Tom was kind enough to provide me with ACP access, and I put a debugging version of the application in place, which revealed that the code from my script was running multiple times on each page, which it should not have been doing at all and doesn't do so on my test site. So, I took a look at my code and launched into improving it a little anyway. Today, I put a new version up on Tom's site and it has resolved the original problem - no more delays being seen, no more multiple runs of the code. However, I am still seeing some weird behaviours with his quotes which I am not seeing in my own testing. And then I spotted that Tom's quotes have 'Read more' at the base, and not 'Expand', so I took a look at his plugins and there is the old 'Minimized Quote' plugin that was needed prior to IPS 4.5. The delay behaviour being seen by Tom is actually due to the following: My application's quote code running, which then tries to run the IPS quote code The plugin's quote code actually replaces the IPS quote code and it is what is then run instead of the IPS quote code My application then responds to what the plugin does, and runs again...and this cycle happens for each quote on a page. Tom's sample page for me had 33 quotes on it...and the result is a delay which reports to the browser as a 'long-running script' Problem solved - that plugin is now disabled on Tom's site and I will be testing out my new and improved version there tomorrow. New version incoming soon. Edited April 16, 20213 yr by Nathan Explosion
April 16, 20213 yr Author V2.1.2 has been submitted for approval. FIXES None CHANGES Javascript changes to improve performance.
April 19, 20213 yr Author The above version is now available. Request: if anyone hits an issue where a quote has two 'Expand' links at the bottom, please let me know and send me a link to the specific page. It's an issue I spotted once in my testing but I couldn't reproduce it again...would like to take a closer look at things in the event it happens. Edited April 19, 20213 yr by Nathan Explosion
September 20, 20222 yr Hello! Our community loved this plugin until it became incompatible a few years ago and we couldn't utilize it anymore. Is there a version that works with 4.7.x?
September 21, 20222 yr Author Doing some initial testing this morning and I'm not seeing any issues. What issues did you experience that caused you to stop using the application? 9 hours ago, The Box Office Theory said: Our community loved this plugin until it became incompatible a few years ago and we couldn't utilize it anymore Edited September 21, 20222 yr by Nathan Explosion
September 21, 20222 yr 13 hours ago, Nathan Explosion said: Doing some initial testing this morning and I'm not seeing any issues. What issues did you experience that caused you to stop using the application? When I'm on the download page, there's just a message saying it's not compatible with 4.7, so it doesn't give the download option. Edited September 21, 20222 yr by The Box Office Theory
September 21, 20222 yr Author Correct. But you indicated that you stopped using it due to incompatibilities...are you just indicating that it needs a compatibility update to allow installation on 4.6/4.7, or did you experience an issue with the actual application itself? Edited September 21, 20222 yr by Nathan Explosion
October 24, 20222 yr Author v2.2.0 was approved recently and is now compatible with IPS 4.7.x v2.2.1 is currently pending approval, and the only change is to remove the 'Max' on the "Number of lines to show in truncated quotes" setting, as it no longer appears to be an requirement to have it there...a bigger number can now be used.
October 24, 20222 yr I reset cache via Support page in the ACP and while some topics are showing as expanded, others are not. Example page https://www.neowin.net/forum/topic/1418686-dc-black-adam-october-21st-2022/#comment-598771268
October 24, 20222 yr Author That specific page doesn't have the relevant css/js or html that the hook of the application requires. 2 minutes ago, Redmak said: while some topics are showing as expanded Can I have a link to one of these, please?
October 24, 20222 yr 3 minutes ago, Nathan Explosion said: That specific page doesn't have the relevant css/js or html that the hook of the application requires. Can I have a link to one of these, please? Hmm it worked briefly in this post https://www.neowin.net/forum/topic/1422568-what-windows-version-is-this/ appears to have disabled itself
October 24, 20222 yr Author OK...re-install it then, please. If it's not currently installed & enabled, then it definitely won't work hehe (Why is it now not installed? No idea..maybe IPS's scanner did something)
October 24, 20222 yr 5 minutes ago, Nathan Explosion said: OK...re-install it then, please. If it's not currently installed & enabled, then it definitely won't work hehe (Why is it now not installed? No idea..maybe IPS's scanner did something) Yeah I need a server dev to do this later because we have some kind of safety that prevents installation of code in the live server 😛
October 24, 20222 yr Author ok - once you have it installed and stable (ie not being uninstalled by something) then let me know and I can check over the pages linked above.
October 26, 20222 yr For us, it kept disabling the application (first time, it said it was out of date). But we also have a git pull setup that syncs between servers, so the app needed to be staged and then pushed live. After we uninstalled and reinstalled yesterday it is still active, so I have adjusted the settings today from the default again to fully expand. However, I still don't really understand what the "Allow these groups to change settings" does, because I can't find anything in Account settings that allows people to adjust the way quotes work for them.
October 26, 20222 yr Author 8 minutes ago, Redmak said: However, I still don't really understand what the "Allow these groups to change settings" does, because I can't find anything in Account settings that allows people to adjust the way quotes work for them. So, for those groups selected in the applications settings - are you saying that on the front-end, those users don't have the following in their account settings?
October 26, 20222 yr 2 minutes ago, Nathan Explosion said: So, for those groups selected in the applications settings - are you saying that on the front-end, those users don't have the following in their account settings? Hi Nathan! Yes they do. It must have been in the state that it kept disabling when the control wasn't there. Thanks for all your help man.