Jump to content

Manage Validating Members

Featured Replies

  • 7 months later...
  • Replies 107
  • Views 11k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Adriano Faria
    Adriano Faria

    Not a big thing to me. You should know what's best for your community. What's New in Version 3.1.0: Added a widget setting to admin decide who can manage validating queue: if only admins or

  • 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!

  • Adriano Faria
    Adriano Faria

    Yes. It goes to the ModeratorCP IP Address Tools page.

Posted Images

The "Show all validating members" button goes to all members instead of just the validating members?

Thanks for the plugin Adriano!

  • Author
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. 

OK, I just thought it would go only to the validating members tab

  • Author

I mean this:

Capturar.png

  • 2 weeks later...

Why when I click on the IP address--

ip.png.0cd5603e0c7b0d8c1b976c305aff9500.png

Do I get this error page?

error.thumb.png.712418fcb70fa27340e0c3ad6caf05ba.png

  • Author

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.",

 

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 by Genestoy

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

  • Author
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.

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?

  • Author

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.

Adriano - PM sent

  • Author

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.

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 - 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!

  • 2 weeks later...

Does this work on 4.2?

  • Author
3 minutes ago, marklcfc said:

Does this work on 4.2?

Yes:

Capturar.png

It requires a tiny template change to add a space below the SHOW ALL VALIDATING MEMBERS button but it works.

  • 6 months later...

@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?

  • Author
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.

  • 2 months later...

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

  • 1 month later...

Adriano,

Will you be updating this for 4.3 at some point?

Thanks

  • Author

Doesn’t work?

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

  • Author
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.

Recently Browsing 0

  • No registered users viewing this page.