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

Dashboard Notepad

설명

This dashboard widget provides a simple notepad. The widget settings allow you to choose which roles can edit the notes, and which roles can merely read them. Version 1.30 also adds support for custom roles and integrates with the Members plugin for role settings.

You can display the contents of your notepad using a template tag and/or shortcode. The widget permissions apply to these tags as well: only users with permission to read the notes will see the notes on the front end. You can use div#dashboard-notes in your theme’s CSS file to style the notes.

Translations

  • Belorussian (be_BY) by FatCow.
  • Bulgarian (bg_BG) by SiteGround.
  • Dutch (nl_NL) by Axel Vanderhaeghen
  • German (de_DE) by Guido Kerkewitz
  • Italian (it_IT) translation by Francesco Bevivino
  • Romanian (ro_RO) by Web Hosting Geeks (Web
    Geek Sciense
  • Swedish (se_SV) by Rabatt
  • Ukranian (uk_UA) by Michael Yunat

Translations

If you would like to send me a translation, please write to me through my contact page. Let me know which plugin you’ve translated and how you would like to be credited. I will write you back so you can attach the files in your reply.

스크린샷

  • The notepad
  • The widget options

설치

  1. Upload the plugin directory to /wp-content/plugins/
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Go to your Dashboard and configure the widget by clicking the link in its upper right corner.
  4. To display your notes in a theme file, use the <?php dashboard_notes(); ?> template tag.
  5. To display your notes in a post, page, or text widget, use the [dashboard_notes] shortcode. (To use it in a widget, you’ll have to enable shortcode parsing in text widgets, if you haven’t already. Add add_filter('widget_text', 'do_shortcode'); to your functions.php file.) You can use div#dashboard-notes in your theme’s CSS file to style the notes.

FAQ

Installation Instructions
  1. Upload the plugin directory to /wp-content/plugins/
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Go to your Dashboard and configure the widget by clicking the link in its upper right corner.
  4. To display your notes in a theme file, use the <?php dashboard_notes(); ?> template tag.
  5. To display your notes in a post, page, or text widget, use the [dashboard_notes] shortcode. (To use it in a widget, you’ll have to enable shortcode parsing in text widgets, if you haven’t already. Add add_filter('widget_text', 'do_shortcode'); to your functions.php file.) You can use div#dashboard-notes in your theme’s CSS file to style the notes.

후기

모든 12 평가 읽기

기여자 & 개발자

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

기여자

“Dashboard Notepad”(이)가 4(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Dashboard Notepad”(을)를 번역하세요.

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

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

변경이력

1.42

  • Dutch (nl_NL) translation by Axel Vanderhaeghen

1.41

  • Italian (it_IT) translation by Francesco Bevivino.
  • Ukranian (uk_UA) translation by Michael Yunat

1.40

  • Romanian (ro_RO) translation by Web Hosting Geeks.

1.39

  • Fixed a bug in which users’ permissions could not be removed once given.

1.38

  • Swedish (se_SV) translation by Rabatt
  • Corrected German translation.

1.37

  • German (de_DE) translation by Guido Kerkewitz.

1.36

  • Added an option to set the height of the notepad.

1.35

  • Fixed a bug where submitting the form redirected you to the wrong site when used in a multsite/subdirectory installation.

1.34

1.33

  • Fixed a problem where the widget would not appear for some users after upgrading from 1.24.

1.32

  • Fixed a problem with the widget options that could cause a couple of error messages to appear on some servers.

1.31

  • This version should seamlessly update the role options from the previous versions.

1.30

  • Fixed the roles to work correctly, added support for custom roles, and added Members integration. (December 15, 2010)

1.24

  • Belorussian (be_BY) translation by FatCow. (November 22, 2009)

1.23

  • Publicly displayed notes are now surrounded by a div tag with an ID (‘dashboard-notes’) for styling (November 18, 2009)

1.22

  • Fixed bug where the dashboard widget disappeared when unregistered users were allowed to read the notes. (November 17, 2009)

1.21

  • Added option to allow the public (unregistered users) read the notes. (November 16, 2009)

1.2

  • New template tag and shortcode to display notes publicly.
  • Security fix, as a result of the new tags: now checking whether users can post unfiltered HTML in the notes.
  • Added translation support.
  • Fixed CSS bug that threw off column widths. (November 14, 2009)

1.1

  • Fixed bug in the role configuration.
  • The widget now disappears entirely for users who aren’t allowed to read its contents. (August 24, 2009)

1.0

  • First release (August 5, 2009)