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

Before You Are Dead Countdown

설명

The Before You Are Dead (BYAD) Countdown provides a simple widget witch displays a countdown timer with Days, Hours, Minutes, Seconds and optionally, Years. You can configure some settings: Final date, Final time in the day, Final date format, Your final words and Years display.

Plugin Features

  • You can display the BYAD Countdown via:
    • a Widget
    • a Shortcode
  • BYAD Countdown implements some filters to use with add_filter() function:

    • byad_date_data > array( byadRegional, byadIcon) for jquery datepicker in admin. Useful for localization. Default in french. (see – byad-settings.php – around line 131). Check code example in help-code.txt file.
    • byad_title > filter for the widget title output. (see – byad-countdown_widget.php – around line 25)
    • byad_timezone > to set timezone for date php functions. Default: ‘Europe/Paris’. (see – byad-countdown_widget.php – around line 42)
    • byad_jsdata > to configure data passed to the main – byad-countdown.js – file displaying and activating your “last time of life”. (see – byad-countdown_widget.php – around line 53)
  • You can also:

    • use your own css using this simple action hook: byad_stylesheet.
    • use your own datepicker JS language file using this other action hook: byad_datepicker_lang.
    • Check examples in help-code.txt file.

Localizations

BYAD Countdown distributes with translations for the following languages:
* English
* Français
* Italiano

Don’t see your language on the list?
There is a – byad-countdown-default.po – in the languages/ directory.
Use it with Poedit as a base .PO file for your language.
Save it as: byad-countdown-LANGCODE.po where LANGCODE is your language code (e.g. fr_FR).
If you create any, I’ll be glad to include it in the plugin.

스크린샷

설치

This section describes how to install the plugin and stay alive.

  1. Upload before-you-are-dead-countdown/ folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the – Plugins – menu in WordPress.
  3. In the Plugins main page, click – Settings – under the plugin’s name or go to the options panel under the – Settings > BYAD Countdown – and select the day of your death, your death date format, fill your last words, and choose to enable/disable Years display.
  4. Have fun before it’s to late!

FAQ

None. Everybody RIP.

후기

2019년 9월 23일
Everybody using this plugin must be dead… So even if I’m the plugin’s author, I must say, you don’t really die at the end of this countdown!
모든 1 평가 읽기

기여자 & 개발자

“Before You Are Dead Countdown”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Before You Are Dead Countdown”(을)를 번역하세요.

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

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

변경이력

1.5.4

  • Added option to specify the time (HH:MM:SS) of the day you want to die (you can even specify the seconds for the really precise ones)
  • Tested in WP 4.0

1.5.3

  • Changed the donate link

1.5.2

  • Bug with the readme file…

1.5.1

  • Compatibility with WP 3.9
  • Improved date format settings
  • Updated translations (EN,FR & IT)

1.5

  • Added Italian language
  • Included – jquery.ui.i18n.all.js – file. This way every languages are possible for the datepicker.
  • Removed js/datepicker-fr.js

1.4

  • Added shortcode funtionnality [byad_countdown title=”Your-custom-title”] (title optional)
  • Renamed classes from …CountDown… to …Countdown… for best practices
  • Changed and insure existence of a default widget title
  • Added action: “byad_datepicker_lang” to facilitate the enqueueing of other datepicker languages
  • Updated .PO files

1.3

  • Changed version number.
  • Reordered options settings fields

1.2

  • Changed version number.

1.1

  • Fixed date format bug.
  • Added new option

1.0

  • Beginning of the rest of my life.