Adriano Faria Posted October 20, 2016 Author Posted October 20, 2016 Ok. Will take a look. Eric BXL 1
Genestoy Posted June 7, 2017 Posted June 7, 2017 The "Show all validating members" button goes to all members instead of just the validating members? Thanks for the plugin Adriano!
Adriano Faria Posted June 7, 2017 Author Posted June 7, 2017 13 minutes ago, Genestoy said: The "Show all validating members" button goes to all members instead of just the validating members? It should go to Members page on ACP with the VALIDATING members active.
Genestoy Posted June 7, 2017 Posted June 7, 2017 OK, I just thought it would go only to the validating members tab
Genestoy Posted June 22, 2017 Posted June 22, 2017 Why when I click on the IP address-- Do I get this error page?
Adriano Faria Posted June 22, 2017 Author Posted June 22, 2017 Works fine to me: The error is about a user without permission in the ACP: /* Permission Check */ if ( !\IPS\Member::loggedIn()->canAccessModule( $this->module ) ) { \IPS\Output::i()->error( ( \IPS\Member::loggedIn()->member_id ? 'no_module_permission' : 'no_module_permission_guest' ), '2S100/2', 403, 'no_module_permission_admin' ); } Lang: 'no_module_permission_admin' => "The page you are trying to access is not available for your account. To configure who can access which areas of your site, go to Admin CP → System → Applications.",
Genestoy Posted June 23, 2017 Posted June 23, 2017 (edited) Thanks Adriano but I am the only admin and I have permissions checked for everything on the board, unless I am missing something? Where would that permission be? Here is where the url is going-- https://myforum.com/forums/index.php?/modcp/ip-tools/&ip=72.226.34.159 Edited June 23, 2017 by Genestoy
Genestoy Posted June 25, 2017 Posted June 25, 2017 Adriano, I have another problem - when the app is enabled I get anywhere from 2 to 9 emails for the same validating member that are all exactly the same. When I disable the app I only get the one IPS validation email. I have validations set for email and administrator validation. Any way to fix this? Thanks
Adriano Faria Posted June 25, 2017 Author Posted June 25, 2017 Just now, Genestoy said: Adriano, I have another problem - when the app is enabled I get anywhere from 2 to 9 emails for the same validating member that are all exactly the same. When I disable the app I only get the one IPS validation email. I have validations set for email and administrator validation. Any way to fix this? Thanks Not related. This app do not send any email; it executes the CORE function. Example on approve account: /** * Approve Members Awaiting Validation * */ protected function approve() { try { $member = \IPS\Member::load( \IPS\Request::i()->id ); } catch ( \OutOfRangeException $e ) { \IPS\Output::i()->error( 'node_error', '2C114/A', 404, '' ); } $member->validationComplete(); if ( \IPS\Request::i()->isAjax() ) { \IPS\Output::i()->json( 'OK' ); } } When you click in the link, it runs the validationComplete(), which is a CORE method. The plugin only displays the exact same thing that you see in the ACP. Now seriously, you have a bunch of problems that no one else had, even me, using it on my online board, which clearly indicates that your install isn't so good. I suggest you to remove the plugin, clear cache (using the tool or removing all files from datastore folder. If it still insists, then provide steps to reproduce to "fix the issue", beside then "click in the link", because I can't reproduce it.
Genestoy Posted June 25, 2017 Posted June 25, 2017 I did what you said and both issues still exist. I also have a "fresh" 4.1.9 test board installation using the IPS skin and both issues exist there also so now what?
Adriano Faria Posted June 25, 2017 Author Posted June 25, 2017 I can't reproduce. It's just a simple click in a link that runs a CORE method. @AndyF, please test this plugin as I can't reproduce any of the issues reported by the user, therefore I can't fix something that works fine for me. If it works for you, then I'll request to remove this user from this file and will request refund as account credit. AndyF 1
Adriano Faria Posted June 25, 2017 Author Posted June 25, 2017 As I replied in PM, I won't go to your site to simply click in a link. My plugin runs a core method made by IPS, it isn't something I can fix because: 1 - it works for me and for everybody else. 2 - I didn't write it so I can't "change" a core method. So wait for @AndyF reply. AndyF 1
AndyF Posted June 26, 2017 Posted June 26, 2017 I've tested it on the Client's site and provided some thoughts. I've not downloaded and tested the version here yet although I will once I have a reply to my PM regarding this. Adriano Faria 1
Genestoy Posted June 26, 2017 Posted June 26, 2017 Adriano - UPDATE - thanks to AndyF the Moderator CP in the ACP was disabled (I assume from my old 3.1.4 board and carried over to the upgrade). Enabled it and all is well! AndyF and Adriano Faria 1 1
Adriano Faria Posted July 6, 2017 Author Posted July 6, 2017 3 minutes ago, marklcfc said: Does this work on 4.2? Yes: It requires a tiny template change to add a space below the SHOW ALL VALIDATING MEMBERS button but it works.
TacticalGaming Posted January 30, 2018 Posted January 30, 2018 @Adriano Faria is it possible to add "Disapprove" as well as Ban to the validation? Also, if we wanted additional details to show on this validation screen, could you help us get those details to show?
Adriano Faria Posted January 30, 2018 Author Posted January 30, 2018 3 hours ago, TacticalGaming said: @Adriano Faria is it possible to add "Disapprove" as well as Ban to the validation? Also, if we wanted additional details to show on this validation screen, could you help us get those details to show? Sorry, this is supposed to be exactly how it looks on ACP. TacticalGaming 1
Revo2020 Posted March 30, 2018 Posted March 30, 2018 is there any chance in the future for the ban to be changed to delete, dont want to ban people just want to delete their requests Genestoy 1
Genestoy Posted May 15, 2018 Posted May 15, 2018 Adriano, Will you be updating this for 4.3 at some point? Thanks
Genestoy Posted May 15, 2018 Posted May 15, 2018 Adriano, Don't know as I have not upgraded yet to 4.3 and won't until all the applications I use are ready so that is why I asked. Thanks again for all you do! Gene
Adriano Faria Posted May 16, 2018 Author Posted May 16, 2018 On 5/15/2018 at 12:42 PM, Genestoy said: Will you be updating this for 4.3 at some point? It works in 4.3.X.
Recommended Posts