Manage Inactive Members
Started by Martin, Mar 15 2009 07:36 PM
108 replies to this topic
#81
Posted 01 July 2010 - 05:24 AM
Is there anyway to not have them moved back to there existing usergroup upon logging in?
#82
Posted 04 July 2010 - 11:33 PM
You can disable the hook in "Manage Hooks".
My: Modifications · Tutorials · Twitter

#83
Posted 05 July 2010 - 07:32 AM
So everything will work accordingly, but if I remove the hook they will not be placed back to there original user group unless an admin manually changes them back correct?
#85
Posted 09 July 2010 - 05:55 AM
Awesome Thank YoU!
#86
Posted 05 September 2010 - 04:54 AM
installed, i have not enable delete inactive task because i do not wish to delete. but i enabled email and member move task. could it fine settings OR it caused any problem please advise ?
#87
Posted 05 September 2010 - 10:07 AM
It should not cause any problems disable certain tasks in this app. Neither tasks use data created by other tasks but them self.
My: Modifications · Tutorials · Twitter

#88
Posted 10 September 2010 - 11:52 AM
problem found today. not sure why this happen. i have disabled all the task of this mod because i have currently on localhost. all tasks disable from 5 days but today i have checked its Logs in ACP and found that Moved member task will working continued and its not stop if we disable task from its settings. and its continued move members to selected group. daily moved 250 members. currently its moved all members in inactive group which i make 5 days ago.
Daily Logs:
Today, 09:03 AM Moved 250 inactive member(s) to the 'Inactive Members' group.
could you please test and fix this issue ? and add another option when if members moved in inactive group so admin have choice that he can restore all members to their original OR Last group. and also tell me how can i restore all members to their group
thanks
Daily Logs:
Today, 09:03 AM Moved 250 inactive member(s) to the 'Inactive Members' group.
could you please test and fix this issue ? and add another option when if members moved in inactive group so admin have choice that he can restore all members to their original OR Last group. and also tell me how can i restore all members to their group
thanks
#89
Posted 10 September 2010 - 12:43 PM
Could it be possible to make options "Delete/Do not delete user messages, posts, PMs also" in Delete Inactive Members section? So that I have choice - delete user messages together with the user or leave his/her writings on the forum further.
#90
Posted 10 September 2010 - 01:14 PM
DyCe, on 10 September 2010 - 11:52 AM, said:
problem found today. not sure why this happen. i have disabled all the task of this mod because i have currently on localhost. all tasks disable from 5 days but today i have checked its Logs in ACP and found that Moved member task will working continued and its not stop if we disable task from its settings. and its continued move members to selected group. daily moved 250 members. currently its moved all members in inactive group which i make 5 days ago.
Daily Logs:
Today, 09:03 AM Moved 250 inactive member(s) to the 'Inactive Members' group.
could you please test and fix this issue ? and add another option when if members moved in inactive group so admin have choice that he can restore all members to their original OR Last group. and also tell me how can i restore all members to their group
thanks
Daily Logs:
Today, 09:03 AM Moved 250 inactive member(s) to the 'Inactive Members' group.
could you please test and fix this issue ? and add another option when if members moved in inactive group so admin have choice that he can restore all members to their original OR Last group. and also tell me how can i restore all members to their group
thanks
Run this query to move all members back:
UPDATE member SET member_group_id=inactive_oldGroup WHERE inactive_oldGroup != 0 OR inactive_oldGroup IS NOT NULL
Antar Dhan, on 10 September 2010 - 12:43 PM, said:
Could it be possible to make options "Delete/Do not delete user messages, posts, PMs also" in Delete Inactive Members section? So that I have choice - delete user messages together with the user or leave his/her writings on the forum further.
If that setting is set higher, one would believe that this member has contributed to your forum, and it's in everyone's best interest to keep this data.
My: Modifications · Tutorials · Twitter

#91
Posted 13 September 2010 - 06:35 AM
i have run the above query but its won't work because its not UPDATE member its UPDATE ibf_members. after this change its working. but its change the all members group included root admin. and now root admin won't be login on board and on adminACP.. i noticed all members who are in inactive group will be restore fine in their groups. but unfortunately all other members which are not in inactive group are moved in Guest group and they also unable to login at board also ROOT-Admin, co-admin, all are in guest group and they won't login at ACP
Edited by DyCe, 13 September 2010 - 06:37 AM.
#92
Posted 13 September 2010 - 09:32 AM
You're lucky there, as this was on localhost. Easiest would be to restore that table from a backup, or directly from your live site.
If you don't want to do that, restore your own account by editing it in phpMyAdmin or run the below query, and manually restore access for the other admin in ACP.
If you don't want to do that, restore your own account by editing it in phpMyAdmin or run the below query, and manually restore access for the other admin in ACP.
UPDATE ibf_members SET members_group_id=4 WHERE member_id=<member id>where <member id> is your member ID#.
My: Modifications · Tutorials · Twitter

#93
Posted 13 September 2010 - 12:15 PM
Martin i think you are busy with your new development
because its not SET members_group_id its SET member_group_id
above query won't work
Okay you take some rest after it i will ask you the solution of this problem that how can restore all inactive members to their group without move active members in guest group
thanks,
Okay you take some rest after it i will ask you the solution of this problem that how can restore all inactive members to their group without move active members in guest group
thanks,
#94
Posted 19 September 2010 - 06:31 PM
so martin could you please tell me how can restore all inactive members to their group without move active members in guest group.
#95
Posted 25 November 2010 - 11:36 PM
Does this mod have logs of the actions performed?
For example: member1, member2 moved to inactive group on date1, date2
I'm asking because it would come in handy for my own board (gaming clan) so I could tell which of my clan mates were moved to inactive and when.
Thanks and keep up the good work!
For example: member1, member2 moved to inactive group on date1, date2
I'm asking because it would come in handy for my own board (gaming clan) so I could tell which of my clan mates were moved to inactive and when.
Thanks and keep up the good work!
#96
Posted 18 January 2011 - 03:32 PM
Just upgrade this mod now when i click to go in the settings i'm getting a driver error...
Warning: Invalid argument supplied for foreach() in /home/********/public_html/ips_kernel/classDb.php on line 1477
Warning: Invalid argument supplied for foreach() in /home/********/public_html/ips_kernel/classDb.php on line 1477
Edited by topshotta, 18 January 2011 - 03:32 PM.
#97
Posted 18 January 2011 - 09:04 PM
Just saying that you get a driver error doesn't help me much.
Follow this guide to learn how to get the real error message.
Follow this guide to learn how to get the real error message.
My: Modifications · Tutorials · Twitter

#98
Posted 18 January 2011 - 09:25 PM
Ipost the error message you don't see it...
Warning: Invalid argument supplied for foreach() in /home/********/public_html/ips_kernel/classDb.php on line 1477
Warning: Invalid argument supplied for foreach() in /home/********/public_html/ips_kernel/classDb.php on line 1477
#99
Posted 18 January 2011 - 09:47 PM
I have identified and fixed the issue. If you've enabled/disabled the "Move Inactive Members" task, the hook used to move members back are not updated.
If you just enabled it, make sure "Manage Inactive Members" is enabled (Not listed under "Disabled Hooks") in "Manage Hooks".
If you just enabled it, make sure "Manage Inactive Members" is enabled (Not listed under "Disabled Hooks") in "Manage Hooks".
My: Modifications · Tutorials · Twitter

#100
Posted 18 January 2011 - 10:45 PM
I've remove the full app,but when i click to install it back am getting bunch erros now...
· ALTER TABLE members ADD `inactive_notified` TINYINT( 1 ) NOT NULL;
Duplicate column name 'inactive_notified'
· ALTER TABLE members ADD `inactive_lastNotified` INT( 10 ) NOT NULL;
Duplicate column name 'inactive_lastNotified'
· ALTER TABLE members ADD `inactive_oldGroup` SMALLINT( 3 ) NOT NULL;
Duplicate column name 'inactive_oldGroup'
· ALTER TABLE members ADD `inactive_moved` INT( 10 ) NOT NULL;
Duplicate column name 'inactive_moved'
· ALTER TABLE members ADD `inactive_notified` TINYINT( 1 ) NOT NULL;
Duplicate column name 'inactive_notified'
· ALTER TABLE members ADD `inactive_lastNotified` INT( 10 ) NOT NULL;
Duplicate column name 'inactive_lastNotified'
· ALTER TABLE members ADD `inactive_oldGroup` SMALLINT( 3 ) NOT NULL;
Duplicate column name 'inactive_oldGroup'
· ALTER TABLE members ADD `inactive_moved` INT( 10 ) NOT NULL;
Duplicate column name 'inactive_moved'
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users





Contributor











