Martin A. Posted November 28, 2011 Share Posted November 28, 2011 Make sure the hook named "Manage Inactive Members" is present in the "installed Hooks" tab in "Manage Hooks". Link to comment Share on other sites More sharing options...
TrustNo1_ Posted November 28, 2011 Share Posted November 28, 2011 Make sure the hook named "Manage Inactive Members" is present in the "installed Hooks" tab in "Manage Hooks". It is active. Link to comment Share on other sites More sharing options...
Scape Posted December 5, 2011 Share Posted December 5, 2011 Mine seems to be in constant debug mode regardless of me selecting debug mode on each section or not. Link to comment Share on other sites More sharing options...
Scape Posted December 5, 2011 Share Posted December 5, 2011 never mind figured it out :) Link to comment Share on other sites More sharing options...
Martin A. Posted December 5, 2011 Share Posted December 5, 2011 never mind figured it out :smile: Great! Mind telling us what went wrong, in case others get the same issue? Link to comment Share on other sites More sharing options...
Jesterette Posted December 6, 2011 Share Posted December 6, 2011 I have mine set to delete inactive members whose last post was more than 70 days ago. But yesterday it deleted members who had only been inactive for a little over two weeks. Any idea why this may be?? Link to comment Share on other sites More sharing options...
Martin A. Posted December 7, 2011 Share Posted December 7, 2011 I have mine set to delete inactive members whose last post was more than 70 days ago. But yesterday it deleted members who had only been inactive for a little over two weeks. Any idea why this may be?? I am really sorry to hear about this. Hope you didn't lose any valuable members! Could you please run the task in debug mode, and show me the output from that? Link to comment Share on other sites More sharing options...
Jesterette Posted December 7, 2011 Share Posted December 7, 2011 Thanks for taking a look at it for me, Martin. Here's what I got:[color=#4C4C4C]Query:[/color] [color=#000000]SELECT member_id[/color][color=#666600],[/color][color=#000000] members_display_name[/color][color=#666600],[/color][color=#000000] posts[/color][color=#666600],[/color][color=#000000] email[/color][color=#666600],[/color][color=#000000] member_group_id[/color][color=#666600],[/color][color=#000000] mgroup_others[/color][color=#666600],[/color][color=#000000] members_disable_pm[/color][color=#666600],[/color][color=#000000] allow_admin_mails[/color][color=#666600],[/color][color=#000000] joined[/color][color=#666600],[/color][color=#000000] last_activity[/color][color=#666600],[/color][color=#000000] last_visit[/color][color=#666600],[/color][color=#000000] last_post FROM members WHERE [/color][color=#666600]([/color][color=#000000] last_post [/color][color=#666600]<=[/color][color=#000000] [/color][color=#006666]1317216739[/color][color=#000000] OR last_post IS NULL [/color][color=#666600])[/color][color=#000000] AND joined [/color][color=#666600]<=[/color][color=#000000] [/color][color=#006666]1322055139[/color][color=#000000] AND member_group_id IN [/color][color=#666600]([/color][color=#006666]7[/color][color=#666600])[/color][color=#000000] LIMIT [/color][color=#006666]0[/color][color=#666600],[/color][color=#006666]250[/color] [color=#4C4C4C]Found 0 inactive users[/color] Array ( [color=#4C4C4C][size=3])[/size][/color] Link to comment Share on other sites More sharing options...
Martin A. Posted December 7, 2011 Share Posted December 7, 2011 These members that were deleted, did they have any posts? The "last_post" column will be "NULL" for member who haven't posted yet. In real words your query would be: Select member where - Their last post before 2011-09-28, or they haven't posted yet. - They joined before or on 2011-11-23 (two weeks) - And they're in the member group with the id 7 What you can do is raise the amount of days the member have to be registered to the same amount as their inactive days. Link to comment Share on other sites More sharing options...
Jesterette Posted December 9, 2011 Share Posted December 9, 2011 That's an easy enough fix, Martin. I updated it. Thank you very much for your help!! Link to comment Share on other sites More sharing options...
Cozza Posted December 13, 2011 Share Posted December 13, 2011 Hi Martin, Im having issues where my inactive members are not being moved back. They are being moved to the inactive group correctly. I have hundreds of users in the inactive group now :( What should i do? Link to comment Share on other sites More sharing options...
spirithealer Posted January 20, 2012 Share Posted January 20, 2012 Hi Martin, I have this installed on my board but have since been advised by IPS that for customers who have their board hosted on IPS servers that this will be a prohibited hook ! and we will not be allowed to use it :( any possibilities of an update ? Link to comment Share on other sites More sharing options...
Martin A. Posted January 20, 2012 Share Posted January 20, 2012 As far as I'm aware, IPS have gone away from that list of prohibited 3rd party addons, and are instead monitoring their servers on a site-to-site basis. The reason for the previous ban on this application is that users would increase the "members per cycle" value to ridiculous numbers. If you've left this setting untouched you have nothing to fear, but if you've set it higher than the default, reset it. Link to comment Share on other sites More sharing options...
spirithealer Posted January 21, 2012 Share Posted January 21, 2012 phew, that would explain why I couldn't find the prohibited list when I followed their link :laugh: many thanks for the information, I just use it at it's basic setting for moving members :thumbsup: Link to comment Share on other sites More sharing options...
darkmesaia Posted February 5, 2012 Share Posted February 5, 2012 Hi, We can to do install the latest version of this mod 1.3.4 We have ipb 3.1.4 if not, what is the latest for 3.1.4 Thanks in advancr Link to comment Share on other sites More sharing options...
Martin A. Posted February 5, 2012 Share Posted February 5, 2012 Hi, We can to do install the latest version of this mod 1.3.4 We have ipb 3.1.4 if not, what is the latest for 3.1.4 Thanks in advancr It's still available on the download screen. Link to comment Share on other sites More sharing options...
darkmesaia Posted February 7, 2012 Share Posted February 7, 2012 Thanks for the info Martin :) Link to comment Share on other sites More sharing options...
Viper V2 Posted February 17, 2012 Share Posted February 17, 2012 I cannot get this to run regularly for the life of me. It runs if I manually go in and run the task, but it will not do it on it's on, but it says in the logs it has but I did not get notified of the email sent out. Any ideas? Link to comment Share on other sites More sharing options...
cafeboricua Posted March 7, 2012 Share Posted March 7, 2012 I got this error when try to installing:The following errors have been found:· ALTER TABLE ibf_members ADD `inactive_notified` TINYINT( 1 ) NOT NULL DEFAULT '0'; Duplicate column name 'inactive_notified' Link to comment Share on other sites More sharing options...
Martin A. Posted March 8, 2012 Share Posted March 8, 2012 That issue have been covered several times through this topic. Just click "Continue regardless". Link to comment Share on other sites More sharing options...
Rugger Posted March 21, 2012 Share Posted March 21, 2012 Hi Martin... I installed this a while back but it hasn't been used as one of the other admins made a good point. Sometimes a member will send the other admins a pm stating that they may have long term sickness, etc, and may not be on the site for a long time. Naturally we don't want their account to be deleted, etc. Do you think you could add a feature where we could add ceratin member exceptions. Maybe an exception option where you type the first 3 letters of their name and it gives the closest matching members. Also a feature to remove members you have already put into the exception list. This would guarantee we don't accidentially delete members we don't mean to automatically. This list would also ensure they wouldn't get any warning emails, PMs, etc. Link to comment Share on other sites More sharing options...
Martin A. Posted March 21, 2012 Share Posted March 21, 2012 You could get around that by moving the member to a group that isn't touched by any of the tasks. Link to comment Share on other sites More sharing options...
Mousie Posted March 22, 2012 Share Posted March 22, 2012 Hey! Is this likely to be compatible with 3.3? Just curious. :D Link to comment Share on other sites More sharing options...
tAPir Posted March 22, 2012 Share Posted March 22, 2012 Hey! Is this likely to be compatible with 3.3? Just curious. :DI upgraded a 3.2.3 board to 3.3.0 with this app installed. It works as it ever did LOL Link to comment Share on other sites More sharing options...
Rugger Posted March 22, 2012 Share Posted March 22, 2012 You could get around that by moving the member to a group that isn't touched by any of the tasks. I had already thought of that. However all our member groups are used, and if we added another group, members would ask,"what's this new group for?" We in return would have to explain that it's for people with long term sickness, or going to be away for a while. Now some people don't want other members to know they have a medical condition, or whatever it could be, and just want to inform an admin in confidence. Also we have lots of group which have varying forums permissions, etc. This new group couldn't be tailored for the varying permissions, and we would have to set up a exception group for each existing group which would get out of control. Hence why I made my above suggestion. Do you feel you could add this function in? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.