Jump to content


* * * * * 1 votes

Manage Inactive Members


  • Please log in to reply
108 replies to this topic

#81 Ghost30

Ghost30

    Novice

  • Members
  • PipPip
  • 6 posts
  • IPB Version:v2.3.x

Posted 01 July 2010 - 05:24 AM

Is there anyway to not have them moved back to there existing usergroup upon logging in?

#82 Martin

Martin

    But but, it's not only only!

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 7,081 posts
  • Location:Hammerfest, Norway
  • Real Name:Martin Aronsen
  • IPB Version:v3.2.x
Contributor

Posted 04 July 2010 - 11:33 PM

You can disable the hook in "Manage Hooks".

#83 Ghost30

Ghost30

    Novice

  • Members
  • PipPip
  • 6 posts
  • IPB Version:v2.3.x

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?

#84 Martin

Martin

    But but, it's not only only!

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 7,081 posts
  • Location:Hammerfest, Norway
  • Real Name:Martin Aronsen
  • IPB Version:v3.2.x
Contributor

Posted 05 July 2010 - 10:49 AM

Correct.

#85 Ghost30

Ghost30

    Novice

  • Members
  • PipPip
  • 6 posts
  • IPB Version:v2.3.x

Posted 09 July 2010 - 05:55 AM

Awesome Thank YoU!

#86 DyCe

DyCe

    Coder

  • Banned
  • PipPipPipPipPip
  • 126 posts
  • Real Name:DyCe
  • IPB Version:v2.3.x

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 Martin

Martin

    But but, it's not only only!

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 7,081 posts
  • Location:Hammerfest, Norway
  • Real Name:Martin Aronsen
  • IPB Version:v3.2.x
Contributor

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.

#88 DyCe

DyCe

    Coder

  • Banned
  • PipPipPipPipPip
  • 126 posts
  • Real Name:DyCe
  • IPB Version:v2.3.x

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  :wacko:  

thanks

#89 Antar Dhan

Antar Dhan

    n00b

  • Members
  • Pip
  • 1 posts
  • Real Name:Antar Dhan
  • IPB Version:v3.0.x

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 Martin

Martin

    But but, it's not only only!

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 7,081 posts
  • Location:Hammerfest, Norway
  • Real Name:Martin Aronsen
  • IPB Version:v3.2.x
Contributor

Posted 10 September 2010 - 01:14 PM

View PostDyCe, 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  :wacko:  

thanks
Just tested this, and the task do NOT run when you have disabled it in the settings.

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

View PostAntar 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.
Currently everything is left behind, and no data except for the member itself is deleted, and I believe it should be like this. If you've set the task to only delete members with less than 5 posts, it's likely that no one will notice that these posts belong to a deleted member, nor will they have a lot of private messages.
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.

#91 DyCe

DyCe

    Coder

  • Banned
  • PipPipPipPipPip
  • 126 posts
  • Real Name:DyCe
  • IPB Version:v2.3.x

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 :blink:

Edited by DyCe, 13 September 2010 - 06:37 AM.


#92 Martin

Martin

    But but, it's not only only!

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 7,081 posts
  • Location:Hammerfest, Norway
  • Real Name:Martin Aronsen
  • IPB Version:v3.2.x
Contributor

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.
UPDATE ibf_members SET members_group_id=4 WHERE member_id=<member id>
where <member id> is your member ID#.

#93 DyCe

DyCe

    Coder

  • Banned
  • PipPipPipPipPip
  • 126 posts
  • Real Name:DyCe
  • IPB Version:v2.3.x

Posted 13 September 2010 - 12:15 PM

Martin i think you are busy with your new development  :huh:  because its not SET members_group_id its SET member_group_id :D above query won't work  :P

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  :rolleyes:

thanks,

#94 DyCe

DyCe

    Coder

  • Banned
  • PipPipPipPipPip
  • 126 posts
  • Real Name:DyCe
  • IPB Version:v2.3.x

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 Breadfan

Breadfan

    Coder

  • Members
  • PipPipPipPipPip
  • 182 posts
  • Location:Croatia
  • IPB Version:v3.2.x
Contributor

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!
Croatian multigaming clan *NOB* Mrcine
Posted Image

#96 JahLove

JahLove

    Novice

  • Members
  • PipPip
  • 16 posts
  • IPB Version:v3.1.x

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

Edited by topshotta, 18 January 2011 - 03:32 PM.


#97 Martin

Martin

    But but, it's not only only!

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 7,081 posts
  • Location:Hammerfest, Norway
  • Real Name:Martin Aronsen
  • IPB Version:v3.2.x
Contributor

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.

#98 JahLove

JahLove

    Novice

  • Members
  • PipPip
  • 16 posts
  • IPB Version:v3.1.x

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

#99 Martin

Martin

    But but, it's not only only!

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 7,081 posts
  • Location:Hammerfest, Norway
  • Real Name:Martin Aronsen
  • IPB Version:v3.2.x
Contributor

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".

#100 JahLove

JahLove

    Novice

  • Members
  • PipPip
  • 16 posts
  • IPB Version:v3.1.x

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'




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users