=== AEIOU === Contributors: tosend.it Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CRB85JPKCSNZ6 Tags: user, users, import, export, metadata, settings, options, BuddyPress, xprofile, Extended Profile, fields Requires at least: 3.4 Tested up to: 3.5 Stable tag: 0.2 License: GPLv2 Advanced Export/Import (Wordpress) Object Users == Description == AEIOU is a powerfull plugin that export all wordpress users info into an XML file including user metadatas and allow to import the same xml file into a new wordpress keeping the metadata and Buddypress XProfile data of each user. **Note:** AEIOU requires SimpleXML PHP library to import data. Nothing more than wordpress is required for the export. == Installation == 1. Install AEIOU either via the WordPress.org plugin directory, or by uploading the files to your server 1. That's it. You're ready to export/import users! == Frequently Asked Questions == It's too simple to do what the plugin does... However, have you got a question? Please ask us on forum. = Why my imported XProfile fields becomes all of text type? = This is because the importer does not keep any information about the field except than Field Name, Field Group and Field Value. Any other information is left behind. So the better way to make an import that grant the exact structure for xprofile field is to create the XProfile Fields on the new Wordpress instance before the import is done then make the import. = Why the user are unable to login after I done the Import? = If you have imported the password field too then It was changed and you have to ensure that the same secret key is used in both old and new wordpress. == Screenshots == We thought that a one page plugin does not requires a screenshot :) == Changelog == = 0.2 (2013-01-18) = * **New:** Now you can export and import BuddyPress XProfile data too. If fields or group does not exists they will be created and the field will become of generic type `text` * **New:** Added action aeiou_before_import_user * **New:** Added action aeiou_before_import_metadata * **New:** Added action aeiou_before_import_xprofile * **New:** Added action aeiou_after_import_user * **New:** Added filter aeiou_filter_row * **New:** Added action aeiou_before_import_form * **New:** Added action aeiou_after_import_form * **New:** Added action aeiou_before_export_form * **New:** Added action aeiou_after_export_form * **New:** Options exported with metadata * **New:** Impoter allow import of options too * **Update:** Better code organization. * **Update:** Updated Italian translation file. * **Update:** Updated translation template file. * **Update:** Added FAQ to this page. * **Bugfix:** Increased code execution timeout. = 0.1 (2013-01-05) = * First plugin release. == Upgrade Notice == Nothing to say.