Forum Replies Created
-
AuthorPosts
-
March 21, 2021 at 4:56 pm in reply to: Password Strength shown twice when Retype Password is selected #9792
sourov amin
MemberHi,
Sorry for the late response.
You have to add the capability of “user_meta_admin” to a user role to give them control over User Meta setup. It can be done by any general role editor plugin.Thanks!
sourov amin
MemberHi,
Thank you for the suggestion.
We will take this into consideration and try to add this integration feature in future versions.Thanks!
sourov amin
MemberHi,
Can you clarify the query in a bit more detail?
Do you want to allow a non-administrator role to have control over User Meta plugin setup, so he/she can modify the existing shared fields?Thanks
January 29, 2021 at 3:07 am in reply to: The order of the fields in the user backend is not the same order as on the form #9773sourov amin
MemberHi,
Order of fields should work for the user backend profile when you set these up from “User Meta >> Settings >> Extra fields in backend profile” with drag and drop order possible. Let me know if that doesn’t work.
Thanks
sourov amin
MemberHi,
To add shared fields on the individual user backend profile page, go to “User Meta >> Settings >> Backend Profile”.
And to show the shared fields on user listing, go to “User Meta >> Add-ons >> User Listing >> Backend Setup”.Thanks.
sourov amin
MemberHi,
Yes, unfortunately, there’s no hook for the avatar in the addon.
An easy solution would be deactivating one plugin.
And an advanced solution would be, find out which hook is causing the conflict.
Disable or change the priority of that hook’s action for one plugin by writing some lines of code.Thanks!
sourov amin
MemberYes, exactly!
sourov amin
MemberHi,
Yes, there might be some conflicts if multiple plugins are using the same hooks with the same priority. But you can possibly integrate with other plugins and solve the conflict by using “Switch action or filer hooks” addon from “User Meta >> Add-ons” for most of the used hooks.
Thanks!
sourov amin
MemberHi,
Yes, something like that should work.
But you may need to use that on “avatar_defaults” hook.Thanks!
sourov amin
MemberHi,
Thank you for the suggestion.
We will consider adding this feature.Thanks!
sourov amin
MemberHi,
There is no direct way. But the user status is saved on the user table with the
user_meta_user_status
meta-key. You possibly can create a field with the mentioned meta key and then assign the valuepending
, to the user that you want to revert back to pending status. This may work for you.Thanks!
sourov amin
MemberHi,
You can simply make a test user and upon registration, can check the content of the registration or other email.
Thanks!
sourov amin
MemberHi,
I hope this problem is solved already as you can change the field type or can create a new custom field with the same meta-key.
Thanks!
sourov amin
MemberHi,
Sorry for the late response.
No, it won’t affect your previously saved data.
Data are stored against the meta-key in the database.Even a new custom field with the same meta key can solve your problem.
Thanks!
-
AuthorPosts