-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow import from WP User Avatar / ProfilePress #80
Comments
Hi @jeffpaul @helen Sent me this issue and said it would be a good one to get my feet wet with the OSS practice. Below is how I would tackle this issue. Please send me your direction and I'll work on this over the next week or so :)
The only part I do not agree with within the gist is to delete the Wp User Avatar value in the database. It should not be the responsibility of a plugin to remove another's data. A site owner might wish to go back to the original plugin and need the original data there. Also, if the script fails halfway through, having the original data present can aid in re-running the script from the start. |
@claytoncollie the other part to consider is functionality in multisite, as I got a report that the gist wasn't working on multisite so you'll want to check that as you get into crafting the function. Otherwise your approach sounds good! 🚀 |
Is your enhancement related to a problem? Please describe.
As seen on WP.org, folks are migrating to Simple Local Avatars from WP User Avatar / ProfilePress and looking for help migrating in their users avatars.
Describe the solution you'd like
Leverage Gist to help script this migration (properly crediting the author of course).
Designs
Possibly include an “Import settings from…” option in settings to import settings from competing plugins starting with WP User Avatar.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: