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

Agreement

外掛說明

The Agreement plugin helps to create pop-up licence agreement or term to use before download any thing from post or page. It will give freedom to change text in pop-up. After activation of plugin in post/page add file from “Add Media”, then change editor type from Visual to text and give id to that media file. Id will be like this id=”agreement”. Your link will be like ‘id=”agreement” href=”http://yourdomain.com/wp-content/uploads/2016/01/pdf.pdf”‘ or you can use custom HTML block too. Now save post/page.

範例

{a id=”agreement” href=”http://yourdomain.com/wp-content/uploads/2016/01/pdf.pdf”} file name {a}

This plugin works for multiple item in single page.

After activation there is a sub menu in Settings called Agreement. Click on this and there is a option to change license agreement text called “Enter your License Agreement setting text below:”. You can also insert html tag like ul,li, br, hr from agreement option in settings.

Requirements

  • WordPress 3.5.1 or greater
  • PHP 5.2.6 or greater (5.3 recommended)
  • MySQL 4.1.2 or greater (5.x recommended)

螢幕擷圖

  • Add id in media file link.
  • Change pop-up text in admin panel.
  • How it looks like in front end. UI may be differ as per your template.

安裝方式

This plugin uses the standard installation procedure: install the plugin’s folder inside of ‘wp-content/plugins’ (make sure the folder is named agreement).

常見問題集

Is it works for custom content type?

Yes it works.

From where I can change text of pop-up ?

After activation,there is a sub menu in Settings called Agreement. Click on this. New page will open,there is an option to change license agreement text called “Enter your License Agreement setting text below:”.

使用者評論

2019 年 6 月 1 日
Easy setup and initial functionality sufficient, although had to dig deeper into the js to improve some sizing behavior. But this plugin saved me a lot of time, thanks!
2018 年 2 月 15 日
Good work! Some typo mistake in code in agreement-functions.php div class='licence-agreement'style='display:none;' should be: div class='licence-agreement' style='display:none;' but works.
2017 年 3 月 15 日
This is the best and most simple plugin I have found for this purpose.
閱讀全部 9 則使用者評論

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

Now it works for multiple item in single page.