Adriano Faria Posted March 20, 2015 Share Posted March 20, 2015 About This File This plugin (widget) will display a block with the latest registered members on your board. Widget settings: Format user links according to the group color Number of users to show Choose which user groups will be able to view the block. Link to comment
Joel R Posted April 11, 2015 Share Posted April 11, 2015 Can I ask how this is is different from the default Latest Members? Link to comment
Adriano Faria Posted April 12, 2015 Author Share Posted April 12, 2015 Can I ask how this is is different from the default Latest Members?Hum? There is a Latest Members on IPS4? As far as I know, it shows only the latest member on stats widget. Link to comment
JTrollerb123 Posted March 26, 2018 Share Posted March 26, 2018 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? Link to comment
Ramsesx Posted June 7, 2018 Share Posted June 7, 2018 (edited) 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 June 7, 2018 by Ramsesx Link to comment
Petra Jane Posted March 11, 2021 Share Posted March 11, 2021 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? Link to comment
Miss_B Posted March 11, 2021 Share Posted March 11, 2021 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. Petra Jane 1 Link to comment
Petra Jane Posted March 11, 2021 Share Posted March 11, 2021 (edited) Thank you @Miss_B for this. I've changed the code, and it works beautifully! Thank You so much! Edited March 11, 2021 by Petra Jane Miss_B 1 Link to comment
Miss_B Posted March 11, 2021 Share Posted March 11, 2021 5 minutes ago, Petra Jane said: Thank you @Miss_B for this. I've changed the code, and it works beautifully! Thank You so much! You are very welcome @Petra Jane. Glad to have been of help. :) Petra Jane 1 Link to comment
All Astronauts Posted March 15, 2021 Share Posted March 15, 2021 Crazy. Just seeing this now. Didn't think I was that checked out this weekend... Link to comment
Petra Jane Posted August 24, 2021 Share Posted August 24, 2021 Any idea if this will be updated for version 4.6.x please? Link to comment
Recommended Posts