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

Units

外掛說明

Why Units?

Units provides your users with an intuitive way to choose and display their preferred unit of measurement. The user’s preferred unit of measurement is saved via session, cookie, or none – configurable under the plugin settings.

Any number of primary/alternate units can be added, along with their conversion formulas.

Visit unitswitcher.com for more detailed information.

Using Units

Add primary units under Settings > Units. Alternate units may be added by providing their name and conversion formula. Multiple alternate units may be added for each primary unit.

Use the function unit_switcher($value, $primaryunit, $round) in your template to display the switcher. Pass the stored value as the first parameter and primary unit of measurement as the second value.

To display a single switcher, the shortcode [unit_switcher] is available for use. The shortcode requires two parameters: unit (the primary unit being converted) and value (the stored value).

For more information visit unitswitcher.com.

Important: Unit Switcher requires WordPress version 3.8 or higher, and PHP version 5.3.2 or higher.

More Information

Using the Template Function

unit_switcher($variable, $primaryunit, $round);

Parameters:
* $variable – The stored value (integer or float)
* $primaryunit – The primary unit (the stored value should be stored in this unit)
* $round – Number of digits to round to (default is 2)

Visit unitswitcher.com for more detailed information.

螢幕擷圖

  • Display a dropdown method for users to toggle between units of measurement.

  • Optionally save the user's preference via the session or cookie.

  • Add as many units/alternate units as needed.

安裝方式

  1. Upload unit-switcher to the wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Visit the plugin settings to add units of measurement
  4. Use the unit_switcher() template function or [unit_switcher] shortcode to display the switcher

常見問題集

Is this plugin WPML compatible?

The plugin is not yet WPML compatible.

How do I add a unit of measurement?

Visit Settings > Unit Switcher. A primary unit of measurement is required, along with at least one alternate unit. Substitute the primary unit with X in the formula to equal the alternate formula. So, to set an alternate unit of inches for a primary unit of feet, the formula should be set to X*12.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Units〉的開發相關工作。

參與者

將〈Units〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.2

  • Bug fix – conflict with Bootstrap Javascript libary resolved.

1.0.1

  • Page caching conflicts resolved. If using a page cache plugin, visit Settings > Unit Switcher to enable the fix.
  • Minor bug fixes in options saving

1.0

  • Initial release