Prune users is a great function for fighting spam. It needs a little enhancement, though.
1. At the moment, to prune, you can search users by:
- username
- email
- join date
- last active date
- number of posts
This is clearly inadequate. In addition to the above, admin should be able to search users to prune by:
- website
- location
- time zone
- age
- ip
...basically all profile fields...
2. Also, when I submit the search to prune users, a search results/ confirmation page appears...on this page, I can confirm deletion of these users, and/or individually admin users....this is all good...but there is no exception handling, which is a problem...
Say on the prune users results page I see I want to delete all but one user. In the current implementation, I can't do that quickly. What should happen is that on the search results/confirmation page, there should be checkboxes next to each user (checked by default)...so that I can uncheck the exceptions before I hit confirmation to prune.
3. At the moment, prune users provides options to delete posts or not, and to either delete or deactivate pruned users....so far so good.
In addition to the above, it should also provide the option to ban by email, ban by IP and ban by username (these should be checkboxes and radio buttons)
PRUNE USERS - enhancements
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
- sooskriszta
- Registered User
- Posts: 85
- Joined: Wed Dec 29, 2010 7:23 pm
PRUNE USERS - enhancements
OC2PS
Testfestés, Arcfestés, Csillámfestés
Alapanyagok, Képzések, Ismertetők
Hennafestés
GMAT coaching and MBA Admissions Consulting
formerly known as sooskriszta
Testfestés, Arcfestés, Csillámfestés
Alapanyagok, Képzések, Ismertetők
Hennafestés
GMAT coaching and MBA Admissions Consulting
formerly known as sooskriszta
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: PRUNE USERS - enhancements
Prune users isn't a spam prevention tool, and for this reason I don't think these features should be added.
- sooskriszta
- Registered User
- Posts: 85
- Joined: Wed Dec 29, 2010 7:23 pm
Re: PRUNE USERS - enhancements
What is the purpose of the Prune users tool?
Also, if there is an should unintended benefit of a function, especially a big unintended benefit, then should it continue to be ignore in future development?
Also, if there is an should unintended benefit of a function, especially a big unintended benefit, then should it continue to be ignore in future development?
OC2PS
Testfestés, Arcfestés, Csillámfestés
Alapanyagok, Képzések, Ismertetők
Hennafestés
GMAT coaching and MBA Admissions Consulting
formerly known as sooskriszta
Testfestés, Arcfestés, Csillámfestés
Alapanyagok, Képzések, Ismertetők
Hennafestés
GMAT coaching and MBA Admissions Consulting
formerly known as sooskriszta
- A_Jelly_Doughnut
- Registered User
- Posts: 1780
- Joined: Wed Jun 04, 2003 4:23 pm
Re: PRUNE USERS - enhancements
A_Jelly_Doughnut
- sooskriszta
- Registered User
- Posts: 85
- Joined: Wed Dec 29, 2010 7:23 pm
Re: PRUNE USERS - enhancements
Thanks JD! Sounds pretty much like what I am after.
OC2PS
Testfestés, Arcfestés, Csillámfestés
Alapanyagok, Képzések, Ismertetők
Hennafestés
GMAT coaching and MBA Admissions Consulting
formerly known as sooskriszta
Testfestés, Arcfestés, Csillámfestés
Alapanyagok, Képzések, Ismertetők
Hennafestés
GMAT coaching and MBA Admissions Consulting
formerly known as sooskriszta
-
- Posts: 171
- Joined: Sun Jan 29, 2006 1:00 pm
- Location: Germany
- Contact:
Re: PRUNE USERS - enhancements
Hello,
User pruning can not prevent spammers. But you can use it to remove most of successfully registered spammers from the user table (memberslist).
My problem with recent phpBB default feature is that administrators can do very bad thinks in stupid combinations of settings. Also these settings are not saved for the next use/task. IMO it would be better to have three or four default jobs predefined.
Also I think it would be very comfortable to have a fully automatically running user prune feature using this predefined settings.
I think there is a validated phpBB3 Olympus MOD doing it this way.
We are pruning posts automatically. Why not to prune users automatically? I think content is much more important then lost, inactive oder deactivated user accounts.
Bye Martin
User pruning can not prevent spammers. But you can use it to remove most of successfully registered spammers from the user table (memberslist).
My problem with recent phpBB default feature is that administrators can do very bad thinks in stupid combinations of settings. Also these settings are not saved for the next use/task. IMO it would be better to have three or four default jobs predefined.
Also I think it would be very comfortable to have a fully automatically running user prune feature using this predefined settings.
I think there is a validated phpBB3 Olympus MOD doing it this way.

We are pruning posts automatically. Why not to prune users automatically? I think content is much more important then lost, inactive oder deactivated user accounts.
Bye Martin
Last edited by MartinTruckenbrodt on Wed Jan 18, 2012 11:30 pm, edited 2 times in total.
Advanced Block MOD 1.1.1 has been released! - Prevent spam on your phpBB3 board with Stop Forum Spam, BotScout, Akismet, Project Honey Pot and several IP-RBL and Domain-RBL DNS blacklists! - My MODs
- A_Jelly_Doughnut
- Registered User
- Posts: 1780
- Joined: Wed Jun 04, 2003 4:23 pm
Re: PRUNE USERS - enhancements
This is an interesting point (one that I didn't comprehend in the previous dicsussion)MartinTruckenbrodt wrote:Also these settings are not saved for the next use/task. IMO it would be better to have three or four default jobs predefined.
Most often, pruning old posts is done to save storage space -- and as such, very few boards use that feature.We are pruning posts automatically. Why not to prune users automatically? I think content is much more important then lost, inactive oder deactivated user accounts.
A_Jelly_Doughnut
-
- Posts: 171
- Joined: Sun Jan 29, 2006 1:00 pm
- Location: Germany
- Contact:
Re: PRUNE USERS - enhancements
Hello A_Jelly_Doughnut,
you know that I'm the ADAP MOD author. And you know that I think that (nearly) all of ADAP features are core features. You are always welcomed to communicate about features and experiences and my reasons for programming the features with me!
I'm quite sure that a lot of phpBB using webmasters would use auto user pruning. It's very usefull for old boards. I think a user database (members list) full of incative or lost users makes no sense. One small point: Pruned usernames can been reused for active users and new users.
BTW: A small bump: viewtopic.php?f=105&t=33621 - Please excuse!
Bye Martin
you know that I'm the ADAP MOD author. And you know that I think that (nearly) all of ADAP features are core features. You are always welcomed to communicate about features and experiences and my reasons for programming the features with me!

I'm quite sure that a lot of phpBB using webmasters would use auto user pruning. It's very usefull for old boards. I think a user database (members list) full of incative or lost users makes no sense. One small point: Pruned usernames can been reused for active users and new users.
BTW: A small bump: viewtopic.php?f=105&t=33621 - Please excuse!

Bye Martin
Advanced Block MOD 1.1.1 has been released! - Prevent spam on your phpBB3 board with Stop Forum Spam, BotScout, Akismet, Project Honey Pot and several IP-RBL and Domain-RBL DNS blacklists! - My MODs