Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Adriano Faria Posted March 20, 2015 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.
Joel R Posted April 11, 2015 Posted April 11, 2015 Can I ask how this is is different from the default Latest Members?
Adriano Faria Posted April 12, 2015 Author 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.
JTrollerb123 Posted March 26, 2018 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?
Ramsesx Posted June 7, 2018 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
Petra Jane Posted March 11, 2021 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?
Miss_B Posted March 11, 2021 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
Petra Jane Posted March 11, 2021 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
Miss_B Posted March 11, 2021 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
All Astronauts Posted March 15, 2021 Posted March 15, 2021 Crazy. Just seeing this now. Didn't think I was that checked out this weekend...
Petra Jane Posted August 24, 2021 Posted August 24, 2021 Any idea if this will be updated for version 4.6.x please?
Recommended Posts