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

Random Number Generator

설명

It can be used to avoid browsers cache by inserting a random number.
For instance, http://my_url?[random-number]” could generate http://my_url?134548.

[random-number from=”2″ to=”72″ format=”%b”]%d minutes[/random-number]

output: an integer value between 2 & 72 followed by the word ‘minutes’

This plugin is a sample on how to create a plugin which:
* supports internationalization,
* provides an option screen,
* saves some options,
* use images,
* replaces a tag.

By the way, it generates randomized numbers ;o)

If you need more functionalities, feel free to ask (email/blog)…

A post with a French tutorial is available here.

Supported languages

스크린샷

  • Options in English
  • Options in French
  • Options in Russian
  • Sample

설치

This section describes how to install the plugin and get it working.

  1. Upload folders and files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [random-number] in a post (if you haven’t changed the tag caption in the options)

FAQ

Does it work with WordPress MU?

  • Yes

Which languages are included when I install the plugin?

후기

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

기여자 & 개발자

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

기여자

자국어로 “Random Number Generator”(을)를 번역하세요.

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

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

변경이력

1.3.2

  • Submenu was displayed in Dashboard menu when not on RNG options page: fixed

1.3.1

  • The previous page isn’t anymore obsolete but it’s still recommended to navigate to the new one (from the new submenu).

1.3.0

  • Parent menu can be changed in options page. Warning, after saving, the previous page will be obsolete and you will have to navigate to the new one (from the new submenu).
  • JavaScript method renamed to avoid potential issue

1.2.3

  • Links added under the plugin description in the plugins management page
  • Description translated

1.2.2

  • More comments examples in the source code for translators / used with param –add-comments=Tr.:
  • Russian screenshot added

1.2.1

  • Russian added in languages (Thanks to Vladimir / ShinePHP.com)
  • Submenu capability updated to ‘manage_options’ ; script called even if not admin ; visible in ‘WordPress Admin Bar’

1.2.0

  • A direct link to the editor is available in the options plugin page
  • Images added in the options page (settings icon, a dice)
  • format used in content can include others shortcode tags
  • Shortcode tag can be customized

1.1.0

  • Can generate till 5 numbers within the same format, ie: ‘%d-%d-%d%-d-%d’
  • Output an error if format is invalid
  • New screenshot available and French sample

1.0.1

  • Dynamic path extension really fixed

1.0.0

  • Tag supports attributes ([from][to][format]) and a content for its format
  • Dynamic path extension fixed
  • UTF-8 Source files (instead of ISO)

0.0.1

  • First release