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

Simple Modal

外掛說明

Sometimes content doesn’t need it’s own separate page but it’s enough that you don’t want to jam it all into one page. Modals are a great way to handle situations just like that. This creates a new post type and menu option in the main menu in the admin site. Add posts here just like you would in Posts or Pages. Then go into the Post or Page (or other post type you may have) and there is a new option in the editor toolbar. This allows you to create a link that will open one of those Modal post types into a modal window rather than sending the user to a separate page.

安裝方式

Installation of the Post Access Controller is pretty standard.

  1. Download the zip archive of the plugin
  2. Extract the archive
  3. Upload that archive to the /wp-content/plugins/simple-modal/ folder
  4. Go to the Plugins menu in the admin of your WP site
  5. Click Activate in the Simple Modal line
  6. Go to the Settings -> Simple Modal page to indicate the height and width of the four built-in sizes supported out of the box.
  7. Done! You’re ready to start creating modal posts and linking to them from wherever you’d like!

常見問題集

Why is this page empty?

Because the plugin is brand new and there are no frequently asked questions yet!

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

0.3.3

  • fixed an error in some WP installs that require a nopriv action for users that are not logged in

0.3.2

  • fixed the number of modals that show in the tinymce link window

0.3.1

  • adjusted styles for the various sizes and the reference to the admin/tinymce stylesheet

0.3.0

  • hooked up the default sizes for the modals based on the stylesheet settings

0.2.1

  • Changed javascript to use .html() instead of .text() when rendering the modal content.

0.2.0

  • Fixed up some of the javascript errors so this at least shows the modal as needed. Will need more work to be properly functional in a production setting.

0.1.0

  • Initial creation