Active/Inactive column not displaying Active/Inactive column not displaying
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Active/Inactive column not displaying

Started by rick945, October 19, 2009, 08:19:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rick945

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

Stramm

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.

rick945

Here is a screen shot of classic theme, sorry cannot share you link this time, still running local network.


Stramm

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. 

Joachim Müller

Does this feature differ between standalone coppermine and the modpack in any way?

Stramm

not at all...
I've just introduced modifications regarding the renaming of users (username in the comment and pic tables gets renamed as well)

rick945

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)


rick945

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.