Jump to content

Latest Registered Members


Recommended Posts

  • 4 weeks later...
  • 2 years later...
  • 2 months later...
On 3/26/2018 at 7:08 PM, JTrollerb123 said:

In my 4.3 beta version, it looks like a ghost user (see second user below) has been logged by the widget for some strange reason.  Any ideas or solutions to fix?

Same here, not really usable. But never mind, the default member widget is able to show the last registered users if the settings are accordingly.

To avoid headache to customers it is maybe an idea to remove the plugin from the marketplace because the default software does this job very well.

Edited by Ramsesx
Link to comment
  • 2 years later...
1 hour ago, Petra Jane said:

I know this is an old topic/plugin, but is it possible to edit the plugin so as to prevent Banned Members from showing please? @All Astronauts

 

If so, how pretty please?

At the plugin 's widget file find this code:

foreach( \IPS\Db::i()->select( '*', 'core_members', NULL, 'member_id DESC', array( 0, $nr ) ) as $member )

And replace it with this:

/* Exclude banned members */
$where = array(
	array( 'temp_ban = ?', 0),
);

foreach( \IPS\Db::i()->select( '*', 'core_members', $where, 'member_id DESC', array( 0, $nr ) ) as $member )

Save the changes afterwards and you are good to go.

Link to comment
  • 5 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...