このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

DDay

説明

The countdown can works in two ways : for futur and past events : until the events (in 43 days for example) and since the events (for 96 days)

So this plugin is very interesting for major (or minor) events of the life, birthdays, etc…

Feature List

  • Unlimited DDays stocked in the database
  • Function of repetition of the Dday. For example : every year for birthday.
  • Posibility to give a title, an URL, a description…
  • Customizable format of display (ex : The balise %TITLE% will be replaced by the title of the DDay). This allows a simply translation in any language.
  • Advanced interface of management of the DDays : selection of the order by drag and drop, realtime form validation.
  • Posibility to insert the list of the DDays in the sidebar or to insert a specific DDay in a post

インストール

  1. Unzip the file
  2. Upload it in /wp-content/plugins/dday/ of your WordPress installation
  3. Activate the Plugin
  4. Visit the management page in the administration of WordPress
  5. Change the format of display to your taste and to your language for non english-speaking people (See it in “Edit Options” at the bottom ). ITS VERY IMPORTANT FOR NON ENGLISH USERS!!!
  6. Add DDays and modify the order with the drag and drop function.
  7. Insert with the Widget or use wp_dday_list() to display the list of all active DDays or use the widget

You can configure Nice tooltip on mouseover a DDay :

In wp-dday.php search $nice_tooltip (l.17) :

  • 0 = De-activated
  • 1 = activated without jQuery required
  • 2 = activated with jQuery required. Bettter if your theme or one of your extensions uses already jQuery

評価

このプラグインにはレビューがありません。

貢献者と開発者

DDay はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“DDay” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.4.5

  • Bug fixes

0.4.4

  • Modified some method of injection of data in the database for improving security. Some slashes may appears, please delete them.
  • Bug fixes (spaces were added after title editing)

0.4.2

  • Added an another script of nice tooltip : better when jQuery is already used by your theme or by one of your extensions
  • Improve script and style injection to be coherent with WP

0.4.0

  • Small modification suggested by Dric ( http://www.driczone.net/blog ) to reduce the number of queries to the database.

0.3.9

  • DDay-Widget was not fully deleted in 0.3.8

0.3.8

  • Fix some bugs on WP3.0 with Scriptaculous and Prototype on the admin page
  • Widget is now merged in the code of wp-dday.php so there is only one plugin to activate.

0.3.7

  • Adds translation into Belorussian. Thanks to Marcis G.

0.3.6

  • Fix of an error with Daylight saving time and offset timezone. The problem came from an inadequation between GMT and the time of the server causing errors when changing DST, timezone or server. Now all the dates are coded in GMT so there should be no problem with it anymore. But the dates saved before this upgrade may lagged by an error of some hours. You will need to fix them manually (just go in the admin of DDay and edit the time of these ddays to what you want it is). I am very sorry for this inconvenience.

0.3.5

  • Fix some things for WP 2.7
  • Adds a filter %DATE% and %DATEandHOUR% for display formatting

0.3.4

  • Now can be localized

0.3.2

  • Fix an error to execute the query of the frequence of repetion
  • Fix an error that displayed the li tag when the event shouldn’t be displayed

0.3.1

  • Fix a select query in the database -> list of dday where not displayed

0.3

  • Fix a bug with Publish / Unpublish in admin page

0.2

  • -1 in display before and after => No display
  • Widget
  • 1 bug fixed Fonction : drag and drope
  • Some improvement in the code
  • Nice tooltip : can be de-activate easilly

ToDo

  • Choice of unit of the countdown more flexible

Thanks to all who sent bug reports and ideas for improvements.