Bulk Change User Profile Fields

Administration tool ::: tool_bulkchangeprofilefields
Maintained by Daniel Neis Araujo
This plugins adds a bulk action to change user custom profile fields.
Latest release:
65 sites
63 downloads
8 fans
Current versions available: 1

You'll be able to select which fields to edit and it will update all the fields with the same value for selected users.
If the user already have any value on the field, it will be replaced, if the field is empty, it'll be filled and saved.

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

Daniel Neis Araujo (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Plugins bot
    Sat, 30 Apr 2022, 12:22 AM
    Approval issue created: CONTRIB-8932
  • Mike North
    Tue, 28 Nov 2023, 11:13 PM
    Thanks for this plugin, I've found it very helpful. Just wondering if you are planning on updating it for versions beyond 4.0 and if so would it be possible to trigger a user_updated event after saving changed data so that other plugins can pick up these changes?

    Since the bulk change user profile field plugin does not call the user_updated event, the other plugin's callback is not called.

    Would it be possible to trigger a user_updated event when the user was updated:

    (\core\event\user_updated::create_from_userid($u)->trigger();)

    after saving the changed data:

    (profile_save_data($user);)

    Thanks.
Please login to post comments