WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

Ultimate Fields

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入
Image

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

Image

Ultimate Fields

由 Radoslav Georgiev 開發
下載
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 開發資訊
技術支援

外掛說明

With Ultimate Fields you can easily create fields in the admin. Those fields can be displayed when you are editing a post or page (any post type actually) or in an options page (ex. Theme Options) anywhere in the admin.

Please visit https://www.ultimate-fields.com/ for more details.

Features

  • Easy to use.
  • Various field types (listed below)
  • Support for Post Type and Options Page as locations for fields. All locations have advanced placement rules, in order to only show them when needed.
  • WYSIWYG Field Creation
  • Focused on developers: A clean object-oriented API allows you to cleanly define all of your fields through code.
  • Perfected tabs, alignment and styles
  • Import, Export and in-theme JSON Synchronization
  • JavaScript-based interface
  • Unlimited field nesting with the Repeater and Complex fields
  • Conditional Logic between fields in the same container (and ones on upper levels)
  • REST API Support
  • Admin Columns
  • Integration with WordPress SEO for automatic field content ratings
  • Clean styles: Ultimate Fields follows WordPress’ built in styles as much as possible and provides a seamless experience. It’s even fully responsive.
  • Full-featured interface for data loading

Fields

  • Text
  • Textarea
  • WYSIWYG Editor
  • Password
  • Number
  • Checkbox
  • Select
  • Multiselect
  • Image-Select (a visual select)
  • File
  • Image
  • WP Object (for selection of an object among posts, terms and users)
  • WP Objects (for multiple objects)
  • Link
  • Section
  • Tab
  • Complex
  • Repeater

Repeaters

Repeaters can be used to add repeatable groups of fields. You can combine a text and a file field into a Slide group and allow the user to add as many slides as he needs. The value is saved in a single field!

Additionally you can add different types of groups into a single repeater. This way the user could add both Video Slides and Image Slides through the same place.

Embedding in themes and plugins

Ultimate Fields has all the necessary logic built in. Just place it wherever you need and include ultimate-fields.php

螢幕擷圖

  • Image
    This screenshot shows the main editing screen where containers are set up.
  • Image
    An example Options page
  • Image
    A post meta box with a few simple fields and a repeater

安裝方式

  1. Upload ultimate-fields to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You are ready to create your first container. To do this, choose “Add New” from the “Ultimate Fields” section in the menu.
  4. Output values through get_value(), the_value() and etc.

Please make sure to check out the documentation on our website.

常見問題集

Installation Instructions
  1. Upload ultimate-fields to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You are ready to create your first container. To do this, choose “Add New” from the “Ultimate Fields” section in the menu.
  4. Output values through get_value(), the_value() and etc.

Please make sure to check out the documentation on our website.

使用者評論

Image

OMG

vprodan 2019 年 11 月 28 日
This plugin is what I was looking for. Thx man)
Image

Excellent

Martin Oviedo 2019 年 1 月 25 日
It really is a jewel, do not hesitate to buy the PRO version !!! But also the version that is not “PRO” is very complete and perfect for working. 5 Starts!
Image

it’s option of option tree plugin

ramnikj 2018 年 12 月 28 日
So many time updates do not come in option tree plugin so it’s better for us used this one.
Image

New Updates Make UF The Best WP Framework Available

Enterprise Branding 2018 年 10 月 27 日
Ultimate Fields is hands down the most robust framework for WordPress available. Besides having ALL the fields a developer could want and in a professional, savvy, fresh way, it has multiple ways of code friendliness. Meaning you can write fields statically, in objects, or in a simple custom array function. It obviously also has the WordPress admin user interface for those developers who are not so code experienced but want to get started to a professional result immediately. I have the Pro version. I only bought the pro version as well. The locations for the Pro version are amazing, from all backend areas a developer would desire, even to creating frontend forms! I would say this is the first Framework that does not really leave anything to be desired. When I say desire, I mean feeling like something it truly missing that makes a dev a bit sad on the inside when trying to create something. While other suggestion and features have been and can be requested to Ultimate Fields, they are not depressing, despairing requests. UF literally is a kid’s dream playhouse, especially in comparison to other frameworks available. I didn’t hesitate to purchase the Pro version. The documentation is GREAT and the support is GREAT!!! The Framework is LIGHT and SMART in terms of backend loading and database option calls. The only real thing I think could be different or added is that the shortcode builder could come at a different angle. It loads in the Add Media screen, which is nice, and not that I use shortcodes much because of Content Builders like Elementor, Beaver Builder, or Oxygen 2, but I think it might get crowded or unsavvy to have a lot of shortcodes show in the add media dialog popup window to insert them in the content. That’s it!!! ULTIMATE FIELDS IS AWESOME!!!
Image

Awesome work

yreznik 2018 年 5 月 18 日
great work
Image

Great update!

dimian90 2018 年 5 月 4 日
Finally, clear documentation!
閱讀全部 20 則使用者評論

參與者及開發者

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

參與者
  • Image Radoslav Georgiev

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

對開發相關資訊感興趣?

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

變更記錄

3.0.2 Bugfix Release with a couple of small features

[FIX] Limiting preview image sizes to 100% to ensure that if thumbnail is not available as an image size, images are not overflowing.
[FIX] Enqueueing overlays properly for files: The File fields were expecting the Overlay JS class to be available, but it was not enqueued.
[FIX] Values are now properly saved and loaded for WYSIWYG editors, including empty paragraphs and etc.
[FIX] Improved handling of repeater values in the REST API: The iterator format of the repeater field was not playing nicely with the REST API.
[UPDATE] Minor adjustments of the UI and complex fields in order to allow https://github.com/RadoslavGeorgiev/ultimate-fields-layout-control to work.
[FIX] Messages are not saving values anymore.
[FIX][W2422] Conditional logic is not used if unchecked
[FIX][W2439] Complex fields can now handle missing containers.
[FEATURE][W2440] Adding a target_control setting to the link field
[FIX][W2444] Empty dependency sets in array mode are ignored now.

3.0.1 Bugfix Relase

Fixes:

  • A sanitization bug, prevented the options datastore from saving non-scalar values
  • Post-based rules for the Post_Type location, both in the UI and in core
  • Even when a repeater was empty, the while loop was being entered, which is not the case anymore
  • To improve compatability with “Front-end Editor”, revision fields are only provided for existing posts

3.0

3.0 is a complete rewrite of the plugin, which brings a ton of improvements, including but not limited to:

  • JavaScript-driven UI
  • WYSIWYG Field Creation
  • New styles and field arrangements
  • Proper PHP exports, as well as JSON exports
  • JSON Synchronization
  • Unlimited field nesting
  • Conditional logic
  • REST API Support
  • Admin columns
  • WordPress SEO Integration
  • Better relational fields
  • A new field type, called “Complex”

As of this version, the website, documentation and PRO version of the plugin are online too.

On June 28, 2017 we announced that the qTranslate support is being eliminated and sadly, it is no longer available. You can read more about that in https://rageorgiev.com/blog/2017/06/28/ultimate-fields-multilingual-support-will-removed/

1.2

  • Updated visual styles
  • Added a warning about dropping qTranslate support in the next big version
  • Fixed JavaScript errors

1.1

  • The MIME type of screenshots is changed in order to allow them to be viewable in the browser without downloading.
  • The Richtext field has been updated to be compatible with the latest version of WordPress, 4.4.2 . A wrong link to mac.int is also fixed.
  • The “Select Term” field will not trigger a fatal error when a taxonomy is no longer existing.
  • Modified the filters for the textarea and richtext filter output.
  • Tabs are no longer broken.
  • The repeater field is working well.

1.0.3

  • Adding an HTML field that is only available through code.
  • UF_Datastore_Postmeta will return NULL if a value is not set. This way checkboxes and default values will work.
  • Modified UF_Field_Checkbox to check for the proper value when retrieving from a datastore.
  • UF_Postmeta is not calling save when a new post is being created (the draft).
  • Made a few minor changes to allow Ultimate Post Types to work properly.

1.0.2

  • PHP: Fixed bugs with the import functionality, which prevent containers from being registered.
  • PHP: The get_uf_repeater( $key ) function returns processed values: Repeater values, like images and etc. will be processed before the function returns them.

1.0.1

  • PHP: The Richtext Field will no longer add blank lines when displaying multiple paragraphs.
  • PHP: The Richtext Field’s setting for rows is actually working.
  • PHP: Options pages can now reside under other Ultimate Fields pages.
  • PHP: uf_extend is now called on plugins_loaded. This way all that is extended will have access to more hooks, including widgets_init.
  • PHP: Changed the message when a container is saved.
  • PHP: UF_Field_Set will be saved even without checked values.

  • JS & CSS: Validation is a bit better – it highlights the field and tab of the error.

  • JS: New repeater elements can be toggled by using the arrow.

  • Translations: Fixed the path in uf-bg_BG.po

  • Translations: German translation added (Big Thanks to sixtyseven !)
  • Translations: Several string fixes
  • Translations: The Heading field does no longer use automatically generated labels. This way translations can work.
  • Translations: New tabs’ text can be translated too now, missing textdomain added.

WordPress 3.9
The “Richtext” field is fixed.

1.0

Initial version.

中繼資料

  • 版本 3.0.2
  • 最後更新 8 年前
  • 啟用安裝數 800+
  • WordPress 版本需求 4.9 或更新版本
  • 已測試相容的 WordPress 版本 4.9.28
  • PHP 版本需求 5.4 或更新版本
  • 語言
    English (US)
  • 標籤
    custom fieldsmetapost metarepeatertheme options
  • 進階檢視

評分

5 星,滿分為 5 星
  • 19 5-star reviews 5 星 19
  • 1 4-star review 4 星 1
  • 0 3-star reviews 3 星 0
  • 0 2-star reviews 2 星 0
  • 0 1-star reviews 1 星 0

新增使用者評論

查看全部使用者評論

參與者

  • Image Radoslav Georgiev

技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

檢視技術支援論壇

贊助

想要支援這個外掛的發展嗎?

贊助這個外掛

  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • Visit our Bluesky account
  • 造訪我們的 Mastodon 帳號
  • Visit our Threads account
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
程式碼,如詩
Advertisement