leonor Active Member License Active Sep 28, 2013 #1 Hello, i did a mistake in my settings and now most of my my members disappear from public view. How i can bring them back with a simply mysql command? (i only have activ and inactiv member, no disabled ) greetz leonor
Hello, i did a mistake in my settings and now most of my my members disappear from public view. How i can bring them back with a simply mysql command? (i only have activ and inactiv member, no disabled ) greetz leonor
Basti Administrator Staff member Sep 29, 2013 #2 Code: UPDATE `VL_sites` SET `acive` = 1 WHERE `active` = 3 This will set all inactives ( due no hits in/pageviews ) back to active
Code: UPDATE `VL_sites` SET `acive` = 1 WHERE `active` = 3 This will set all inactives ( due no hits in/pageviews ) back to active