Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 7, 20186 yr Plugin which allows users to ignore quotes in forum posts, thus extending the current ability to ignore posts only Original quote is collapsed. Clicking the quote will expand it for viewing. Note: This plugin takes the data-ipsquote-userid value from a quote, and uses this to look up whether that user is ignored by the viewer. If no value exists then no lookup can be performed, and therefore it cannot be determined if the user is being ignored. This situation is most likely to occur with quotes that pre-date your upgrade to IPS 4.x Edited June 7, 20186 yr by Nathan Explosion
August 7, 20186 yr This plugin does not work for me. Once installed and then trying to ignore a post or quotes it has a Error code: EX1054.
August 19, 20186 yr It doesn't work. Thats the error message: it appears that the double ipb is faulty Version: 4.3.5
August 19, 20186 yr Author Same response to you as the previous person (who never came back to me)...
August 19, 20186 yr #0 /www/.../system/Db/Db.php(336): IPS\_Db->query('SHOW COLUMNS FR...', true, false) #1 /www/.../system/Db/Db.php(1412): IPS\_Db->forceQuery('SHOW COLUMNS FR...') #2 /www/.../applications/core/modules/admin/applications/plugins.php(804) : eval()'d code(22): IPS\_Db->checkForColumn('ipb_core_ignore...', 'ignore_quotes') #3 /www/.../applications/core/modules/admin/applications/plugins.php(822): ips_plugins_setup_install->step1() #4 [internal function]: IPS\core\modules\admin\applications\_plugins->IPS\core\modules\admin\applications\{closure}(Array) #5 /www/.../system/Helpers/MultipleRedirect/MultipleRedirect.php(92): call_user_func(Object(Closure), Array) #6 /www/.../applications/core/modules/admin/applications/plugins.php(929): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure)) #7 /www/.../system/Dispatcher/Controller.php(85): IPS\core\modules\admin\applications\_plugins->doInstall() #8 /www/.../system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute() #9 /www/.../applications/core/modules/admin/applications/plugins.php(38): IPS\Node\_Controller->execute() #10 /www/.../system/Dispatcher/Dispatcher.php(146): IPS\core\modules\admin\applications\_plugins->execute() #11 /www/.../admin/index.php(14): IPS\_Dispatcher->run() #12 {main}
August 19, 20186 yr Author I'd like to figure this one out so...again... On 8/7/2018 at 6:37 AM, Nathan Explosion said: Send me ACP details please. Edited August 19, 20186 yr by Nathan Explosion
August 19, 20186 yr Author Yes. Reason: I can't reproduce your issue, and I suspect it's something funky with your own install that I would need to take a closer look at. Edited August 19, 20186 yr by Nathan Explosion
November 25, 20186 yr On 8/19/2018 at 1:16 PM, mark007 said: It doesn't work. Thats the error message: it appears that the double ipb is faulty Version: 4.3.5 I get a similar error message.
November 25, 20186 yr Author Just uploaded a new version of the file (1.0.0a) - do the following: Uninstall the existing plugin (important) Install the new version. If you still have issues after doing this, then I am going to need to take a closer look and will need ACP access. Edited November 25, 20186 yr by Nathan Explosion
November 26, 20186 yr Version 1.0.0a had no error and appears to work! Thanks for the quick response!
January 12, 20205 yr Hello, one question before purchasement. I do have a quite big community. And my concern is that this addon might increase the server load by extra queries. Can you please give me some more information how this plugin will work with database queries and server load?
January 15, 20205 yr @Nathan Explosion Really hoping you can get this one back on the marketplace. It has been requested quite a bit by my users.
June 23, 20204 yr Author On 1/15/2020 at 5:03 PM, theblackelk said: @Nathan Explosion Really hoping you can get this one back on the marketplace. It has been requested quite a bit by my users. I think it's on the MP still - above may have coincided with my license lapsing, but should have been sorted when I renewed a couple of months ago. On 1/12/2020 at 9:38 PM, Mercury_ said: Hello, one question before purchasement. I do have a quite big community. And my concern is that this addon might increase the server load by extra queries. Can you please give me some more information how this plugin will work with database queries and server load? There are no additional queries involved - the plugin modifies post content for display, after it has been retrieved by the IPS code itself, hiding the quoted content and then Javascirpt on the front-end is used to expose the quoted content for viewing if the user wishes to view it. I've got a couple of modifications I want to make to this plugin following some issues I had with it on my own site, so hopefully have an update out soon for it.
November 28, 20204 yr Do you have a plugin to over-ride the "Expand" feature and allow full quotes to show?
November 28, 20204 yr Author 9 minutes ago, MNOfficial said: Damn. That's a shame. 😣 https://invisioncommunity.com/forums/forum/506-customization-requests/
November 28, 20204 yr 4 minutes ago, Nathan Explosion said: https://invisioncommunity.com/forums/forum/506-customization-requests/ Precious! Thanks! Posted and requested! 👍🏻👍🏻
March 17, 20213 yr Author v2.0.1 has been submitted for approval What's new? Plugin is now an application The user option to ignore quotes via 'Ignored users' has been removed - the 'Posts' setting now controls whether to ignore quotes (logical...if you are ignoring someone's posts, a quote is also one of their posts so....) Settings added to allow you (the administrator) to control how truncated quotes behave. Either... Change the number of lines to display (range: 1 to 7 lines) or Don't truncate the quote...expand it (the way it used to be)
March 17, 20213 yr 4 hours ago, Nathan Explosion said: v2.0.1 has been submitted for approval What's new? Plugin is now an application The user option to ignore quotes via 'Ignored users' has been removed - the 'Posts' setting now controls whether to ignore quotes (logical...if you are ignoring someone's posts, a quote is also one of their posts so....) Settings added to allow you (the administrator) to control how truncated quotes behave. Either... Change the number of lines to display (range: 1 to 7 lines) or Don't truncate the quote...expand it (the way it used to be) Nathan doing the Lord's work right now!
March 17, 20213 yr Me, waiting for Invision to approve: Once again, Nathan, you are a Godsend for going back in and looking at your code! This is going to work out fantastically!
March 17, 20213 yr Author 5 hours ago, MNOfficial said: Once again, Nathan, you are a Godsend for going back in and looking at your code! No worries - something clicked yesterday with the approach I was previously taking with the Javascript side of things, based on something else entirely that I had done in another application, and things came together quickly as a result. Once v2.0.1 has been approved, I've got a v2.1 ready to go and that introduces user control over the quote truncation functionality...I'll allow a couple of days for potential bug-fixes before I put that out though.
March 17, 20213 yr 41 minutes ago, Nathan Explosion said: No worries - something clicked yesterday with the approach I was previously taking with the Javascript side of things, based on something else entirely that I had done in another application, and things came together quickly as a result. Once v2.0.1 has been approved, I've got a v2.1 ready to go and that introduces user control over the quote truncation functionality...I'll allow a couple of days for potential bug-fixes before I put that out though. I am so happy that something clicked, and I know once v2.0.1 is [finally] available it'll be a fantastic fix!! I know I cannot wait to install the application, and how happy my community is going to be! 🙏🏻👍🏻