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

Cross Registration Integration

描述

Integrates with the WordPress registration process to assist with the registration process for other systems.
Meaning, this plugin will simultaneously transmit the user’s information entered in to your WordPress
registration page to a URL you specify which can then handle creating a duplicate user account within your
other systems on your website. This can be particularly useful when you use WordPress as your primary platform
however use other systems such as a forum or eCommerce solution which would require the user to create another
account before being able to use that system. You could also use this plugin to interface with third party email
marketing systems, utilizing a custom script to send your own welcome messages, initiating custom sessions, or
triggering external functions.

Version 1.0 is now enabled to work with BuddyPress sites allowing you to maintain the same functionality. Upon enabling
the plugin, there will be a new set of options within the plugin administration panel allowing you to choose which
fields are transmitted to the Transaction URL once a user completes the BuddyPress controlled registration page.

Version 1.1 introduced one new feature and an enhancement to an existing feature. The amount of delay that was
previously experienced while waiting for the call to the Transaction URL was optimized to only add an
additional second or two to the overall load time. As for new features, on BuddyPress installations the profile
fields are also passed along. However, because of the dynamic nature of these fields there is not a
feasible way to assign new names to them as they pass so they will maintain their original form names (i.e –
field_1, field_2, etc… going down as an ordered list).

Version 1.2 further optimizes the methods by which the Transaction URL is called and respective form data passed.
Because the plugin uses a POST method, the receiving server should be expecting a POST as well. A later version
is planned to allow for the selection of either a GET or POST transaction. This version also confirms the ability
to work with the infamous MailChimp mailing system. For details regarding how to integrate with your MailChimp
list, please refer to http://www.gkauten.com/cross-registration-integration-meets-mailchimp.

If you find this plugin useful, please donate. Donations help pay for the massive amount of energy drinks
I consume and music I purchase on iTunes to keep the creative process going. It is also a good way of showing
support for my work which allows me to continue supporting and improving this plugin as WordPress continues
to evolve as one of the best known software systems out there.

Special thanks to Ewart at OneSportEvent.com for the inspiration.

螢幕截圖

  • Displays the administration panel for the plugin and available options.

安裝

  1. Upload ‘cross-registration-integration.php’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the ‘Cross Integration’ sub-menu under the ‘Settings’ menu in WordPress
  4. Enter the Transaction URL which is responsible for handling the User’s registration information.
  5. The plugin will now automatically integrate with the WordPress, or BuddyPress, registration process.

常見問題

If I deactivate the plugin will my settings remain?

No. Deactivating the plugin through the WordPress Plugin menu will trigger a built in ‘clean-up’
function that will uninstall the plugin. If you wish to turn off the plugin temporarily, simply remove
the link you have entered into the Transaction URL field.

Does this plugin work with other plugins that modify my registration form?

At this time it is hard to say what effect this plugin has on other plugins, or vice versa. We do know
however, that the WP-Recaptcha interferes with the Cross Registration Integration plugin. We are hoping
to resolve this soon in one of the next updates.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Cross Registration Integration” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Cross Registration Integration 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.2

  • Improved transaction post method.
  • Verified ability to integrate with the MailChimp email marketing system.

1.1

  • Reduced the amount of time required to process the Transaction URL transmission on registration.
  • Added BuddyPress Profile fields to the Transaction URL transmission on registration.

1.0

  • Added support for the BuddyPress social networking plugin.
  • Added Special Parameters field for higher level of customization.

0.9

  • Added the ability to choose which user entered fields were transmitted to the Transaction URL.
  • Added the ability to change the key name under which the fields were transmitted.

0.8

  • Corrected duplicate “New Registration” email occurances.

0.7

  • Encryption handling added.

0.6

  • Initial stable release.