이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Forms: 3rd-Party Migration

설명

To upgrade deprecated WordPress Plugin CF7-3rdparty Integration to the new version Forms 3rdparty Integration, or migrate settings of either plugin between sites.

From discussion at https://wordpress.org/support/topic/how-to-upgrade-from-old-version-to-this-one?replies=1 and more recent request https://github.com/zaus/forms-3rdparty-integration/issues/17.

Your mileage may vary…

  1. You should have both plugins enabled with at least one service configured and saved. This is so you have both complete sets of options available for comparison, because you may have to add some extra properties beyond just copy/paste.
  2. Open the “Forms 3rdparty Integration” admin page in two tabs — refresh one tab after performing the following steps, and use the other to ‘resave’ your original settings in case something goes wrong.
  3. Upload this to your plugins folder (i.e. install)
  4. Go to the Tools admin page, underneath it will be “Forms 3rdparty Migrate”
  5. Choose the “mode”, which corresponds to the currently selected plugin you want to work with. When reviewing, will show that plugin’s settings. When updating, will set that plugin’s settings.
  6. Choose ‘Review’ to see the currently selected plugin settings serialized to JSON, and copy them to export. If you are on > PHP 5.4, you’ll get prettified output, otherwise…sorry.
  7. Choose ‘Raw Review’ to see the currently selected plugin settings in a ‘nicely formatted’ array.
  8. Choose ‘Test’ to see what your pasted JSON would like as a nicely formatted array (i.e. like ‘Raw Review’)
  9. Choose ‘Update’ to set the currently selected plugin from the values in the textarea. Submitted values should be JSON.
  10. Select the ‘Convert’ option if you are migrating between CF7-3rdparty and Forms-3rdparty plugins — this will perform minor variable renaming for you.
  11. Select the ‘Merge’ option to combine settings with existing. Unselect to overwrite.
  12. If “upgrading” from CF7 to Forms, make sure to add any additional properties present in the ‘new’ format (such as labels) are added, otherwise you might get some PHP warnings when you go back to the Forms-3rdparty admin page. This part might not be necessary if you don’t have PHP warnings turned on.
  13. Check the integration plugin admin page to make sure your settings are all there.
  14. Try the new services.

NOTE Because all of the services are serialized to a single field, there is a limit to how many services you can configure at once.

설치

  1. Unzip, upload plugin folder to your plugins directory (/wp-content/plugins/)
  2. Make sure Forms 3rdparty Integration is installed and settings have been saved at least once.
  3. Activate plugin
  4. Go to new admin subpage “Forms-3rdparty Migrate” under the Tools menu

FAQ

How do I import/export ‘Forms 3rdparty Integration’?

See “Description” section for specific steps.

“Mode” = to/destination plugin, and “Convert?” = from/source plugin.

Choose ‘Forms 3rdparty’ for both “Mode” and “Convert?”. Copy the “Settings” from one site and paste to another.

You may choose to “Merge?” settings to keep both old and new service configurations.

How do I upgrade/downgrade ‘CF7 3rdparty Integration’?

“Mode” = to/destination plugin, and “Convert?” = from/source plugin.

Upgrade: Choose ‘Forms 3rdparty’ for “Mode” and ‘Contact Form 7’ for “Convert?”
Downgrade: choose the reverse of the above

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Forms: 3rd-Party Migration”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Forms: 3rd-Party Migration”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.3.3

Fixed unchecked option save bug

0.3.0

Moved out of gist and formalized as real plugin.

0.1.0

semi-dangerous hack, mostly proof of concept.