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

ACF Single Relationship Add New

설명

Requires the plug-in Advanced Custom Fields.

This is a very basic add-on to allow the ability for relationship fields that are associated with a single related item, to be able to add a new
item to the related item without leaving the post/page you are currently editing. Uses a colorbox pop-up to open the add new post window with very
limited options.

Usage:

  • Install the plug-in (standard WordPress installation)
  • Set up a relationship field with only one related item (standard Advanced Custom Field configuration)
  • Add or Edit a post with the relationship and the new Add New button will show up on the relationship field
  • Click the Add New button to open Colorbox add new post for the related item
  • Click the publish button and the new item will be added (or click the X button to cancel) and the Colorbox will close
  • The newly added item will be available for selection in the relationship list

This plug-in was developed for Tanabicom, LLC and 5D Spectrum, Inc by Fancy Fiber Designs

스크린샷

  • Shows the new Add New button on a relationship field
  • Clicking the Add New button opens the Colorbox with the limited features. Clicking the publish button will post the new item and close the Colorbox.

설치

  1. Be sure to have Advanced Custom Fields installed and activated first
  2. Upload acf-single-relationship-add-new directory to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Start using the feature in your admin posts and pages

FAQ

Why do I need this plug-in?

Simply, it provides a method to add new relationship items while editing a post or page, so you don’t have to leave your current screen to get a new item to show up.
Even if you were to add in a new window, the new item may not show up in the window you are working on. It is just a time saver, plain and simple.

Why did you use Colorbox instead of Thickbox built into the WordPress Admin?

The desire was to use Thickbox initially, but WordPress administration does some controlling of the size of the thickbox for the media upload and overriding these defaults
would be problematic for site I was working on at the time and presumably other sites as well.

후기

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

기여자 & 개발자

“ACF Single Relationship Add New”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “ACF Single Relationship Add New”(을)를 번역하세요.

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

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

변경이력

1.2

Fixed post type not updating afer new version of ACF installed. New ACF version split files out and changed the manner of the javascript calls.
This version should work for both old and new releases of ACF.

1.1

Fix bug when WordPress is installed in a subdirectory rather than the root. Thanks to Scott Nath for the fix.

1.0

Initial Release