forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: rick945 on October 19, 2009, 08:19:17 am

Title: Active/Inactive column not displaying
Post by: rick945 on October 19, 2009, 08:19:17 am
Hello everyone,

I seem to remember that in usermgr.php there was a Active/Inactive column before, to identify who are active and inactive user, I just notice that its not displaying anymore, Is there anyway to display this column in usermgr.php?

Thanks a lot for your advices,
Rick
Title: Re: Active/Inactive column not displaying
Post by: Stramm on October 19, 2009, 08:33:58 am
Switch to the classic theme and retry. If you still can't see the groups column, take a screenshot and apply it to your next post.
Title: Re: Active/Inactive column not displaying
Post by: rick945 on October 19, 2009, 09:43:50 am
Here is a screen shot of classic theme, sorry cannot share you link this time, still running local network.

Title: Re: Active/Inactive column not displaying
Post by: Stramm on October 19, 2009, 01:24:21 pm
In a standard Coppermine as well in the modpack inactive users display in the group column as 'Inactive'. All others, registered, admin etc. of course are active. The group column displays as your screenshot shows. Try to register a testuser but do not click the confirm link in the email that's getting sent to you and you can verify that in the user control panel. 
Title: Re: Active/Inactive column not displaying
Post by: Joachim Müller on October 19, 2009, 03:46:59 pm
Does this feature differ between standalone coppermine and the modpack in any way?
Title: Re: Active/Inactive column not displaying
Post by: Stramm on October 19, 2009, 04:06:12 pm
not at all...
I've just introduced modifications regarding the renaming of users (username in the comment and pic tables gets renamed as well)
Title: Re: Active/Inactive column not displaying
Post by: rick945 on October 20, 2009, 06:04:04 am
Yea, got it, following your advise of registering a test user.

I usually register user by batch and activate them one by one so i need this feature, i deed some experiment and found that once the "user_group_list" was filed on the import they will display as active.

Thanks for your quick reply it help a lot.

Rick R.

(solved)
Title: Re: Active/Inactive column not displaying
Post by: Joachim Müller on October 20, 2009, 09:02:36 am
(solved)
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631
Title: Re: Active/Inactive column not displaying
Post by: rick945 on October 20, 2009, 10:31:56 am
Oh, sorry,

So, that is what I did, as suggested, I tried registering new user, and the "inactive" appear in the group column in usermgr.php.

Since i'm, using a batch user registration, i try to fill all the columns in the table by using external program like excel or access, then import it to phpmyadmin, but after importing, the new user will appear as active even the "user_active" column is set to NO, which is not that i want.

I did some experiment and found out the following:
1, When the "user_group" is not filled in the import data, the new user will not even appear to usermgr.php, so that field needs to be filled.
2, when the "user_group_list" is filled in the import data, even you set the "user_active" to NO, it will still appear as active in "Group" column on usermgr.php, so i just leave it blank then fill it during activation.

I hope this helps,
Sorry for errors mod.

Thank you very much.