這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

常見問題

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

評價

There are no reviews for this plugin.

貢獻者及開發者

“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.