The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Automatic Inactive Users Pruning - vB3.7 RC2 Details »» | |||||||||||||||||||||||||||
Automatic Inactive Users Pruning - vB3.7 RC2
Developer Last Online: Oct 2011
Originally Created by NeoRevan (in 2005) for vB 3.0.7.
I could not run NeoRevan?s version on vB3.7 CR2. I also took a look at a similar Mod by Paul M (Dr Pepper Addict) on Inactive Users, but I missed some of NeoRevan?s features on it. Thus I decided to update NeoRevan?s version to suit my needs on vB 3.7 CR2. If needed, I Will update it accordingly for vB3.7 Gold, once it?s released. Feel free to use this Mod as you see fit, I just wished to share it with this Community. :up: What this Mod does:
Installation instructions in the attachment. Show Your Support
|
Comments |
#22
|
|||
|
|||
Quote:
The basic principle for pruning is the same as with Paul's Mod. Read the "What this Mod does" from the Thread text above. |
#23
|
|||
|
|||
ok, I think I like this one more than Paul's Mod
I guess I have to uninstall Paul's Mod in order to install this one right? and I think if you can make an option for the automatic removal from the "Pruned Usergroup" to turn it on/of according to some conditions depending on the cases that user has moved to the "Pruned Usergroup" to be honest with you, I've been using Paul's Mod for a while no, and there are some users who they have been in the "Inactive Usergroups" ,and I'm afraid if I Uninstall Paul's Mod I'll have some problems with those who are now in the "Inactive Usergroup". any suggestions? |
#24
|
|||
|
|||
Hi Super Jinni,
It's up to you how you want to use these two mods. I don't think that this Mod and the one from Dr. Peper conflict. Just ensure that you specify the same usergroup Id for prumed members. In any case, you can always move pruned members to any other usergroup manually from your ACP -> Usergroups -> Usergroup Manager. It is possible to have an automatic removal from the "Pruned Usergroup" according to some conditions. You can use the cron of this mod as basis and just change the SQL query accordingly. |
#25
|
|||
|
|||
ok then, I'm gonna give it a try.. I'll install it beside Paul's Mod..
if I have any problem, I'll post it here.. thanks |
#26
|
||||
|
||||
I just ran the first cron job on 3.7 Gold. Some users were 'pruned' but they weren't put in the specified usergroup. Would that be because they'd already been inactive for well over the specified time and thus immediately deleted or what?
Am using the following config: Code:
// The user must had logged in the forum in the last x days $lastactivity = 365; // The amount of days an user stays "flagged" before been pruned $flaggedtime = 7; // The user must have posted in the forum in the last x days $lastpost = 365; // Users with more than this amount of posts will not be pruned $maxposts = 1; // Set this to true to email the members that are been pruned $sendmail = true; // This is the UserGroup that will receive pruned members. // If you do not have such usergroup already available, // please create one and refer to its id number here. $groupid = 23; // Set here the usergroups you do NOT wish to have modified, // seperate each groupid with a space $exclude = "5 6 7 10 22"; |
#27
|
|||
|
|||
Quote:
On the first cron job, users get flagged, not pruned yet. Nothing get deleted. Users are moved from one usergroup to another only after the specified flagged time. Ensure that you actually have the specified usergroup Id = 23 created, also checkout the usergroup ID of those members that were 'pruned'. |
#28
|
||||
|
||||
Hello!
Well that would explain it then. Nicely timed response too! I was just wondering why no one had changed to that usergroup and yet my member count hadn't gone down either. What I'm not sure about is how to find which users have been flagged. Oh, and are they e-mailed at this stage or on being pruned? |
#29
|
|||
|
|||
Hi,
Those members flagged receive an e-mail notifying them of their situation and asking them to improve their activity status. When the specified flagged time expire, they get 'pruned' and also receive a second e-mail notifying them of their change in status. To find users that have been flagged, you can use phpMyAdmin (on your server CPanel) and view the (last column of) user table. Hope it help. |
#30
|
|||
|
|||
What does the email say? (i'm not sure how to find it to read it)
|
#31
|
||||
|
||||
Perfectly clear. Thanks for clearing that up!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|