Manage Inactive

Hi, I noticed that any member that is not active for specific days will be auto inactive and will not display in the list. I dont want it to be like that. Because even if they are not active still the site must display or show in the list. We want our visiolist site to be like an archive directory .

How do we enable all the inactive sites? Bulk action?
Also can we disable the auto inactive?
 

Basti

Administrator
Staff member
That is cause you have that feature enabled.
Check admin settings -> Member settings
Inactive members removed from public view after this many days (set to 0 to turn off)
So turn that into 0

Then run a MySQL query in phpmyadmin
Code:
UPDATE VL_sites SET `active` = 1
Ill mark for next version, if inactive after not zero, and updated to zero to run this query automatical
 
Top