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

Just Another Author Information Widget

설명

This plugin was concieved, when i wanted the author information in my site’s widget.
However, none of the existing plugins looked the way i wanted, and all of them were quite hard to modify.
So i made another one which is more versatile and easier to modify to your own liking.

스크린샷

  • Widget in the Wild
  • Control Panel

설치

The installation process of this plugin is very simple.

  1. Upload the folder and content just-another-author-widget to /wp-content/plugins/ folder.
  2. Activate the plugin from the Plugins menu in the WordPress Administrative Panel
  3. Place the Widget at desired location from the Widget Menu in the WordPress Administrative Panel

FAQ

How do i modify the looks of this widget?

By modifying the widget_template.html file from the editor, you can easly modify the looks of the widget.
It is full of markers, which will be replaced with live information when shown on the website.

What are the tags available to me?

[TITLE] = Is ment to be used as the widget title, the value is set from the widget controlpanel
[AUTHOR] = Its value is the display name selected in authors profile
[AUTHORFULLNAME]= First name + Last name, to ensure a nice looking widget
[IMAGE] = Returns the users avatar, size can be set from the control panel.
[SHORTPROFILE] = A Truncated version of the Biography from the authors profile, the length can be set from the widget controlpanel
[FULLPROFILE] = A Full version of the Biography from the authors profile
[WEBSITELINK] = Value is a full link to users website if he has one. If not, the value is empty. Text of link can be set from widget controlpanel
[WEBSITEURL] = The url to authors website
[WEBSITETEXT] = The value set for the website link in the widget control panel
[PROFILELINK] = A link to the users profile on site
[PROFILEURL] = A url to the users profile on the site
[PROFILETEXT] = The value set for the author link in the widget control panel
[POSTCOUNT] = The authors postcount on the site(not comments only posts)

Most of these tags can be turned on and off from the widget control panel. Turn off the ones you don’t use to make it render faster.

How do i use this piece of software
  1. Install the software
  2. Open the Widget Control panel from the Administration Panel. (Appearances > Widgets)
  3. Drag the Just Another Author Widget from the sidepanel.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Just Another Author Information Widget”(을)를 번역하세요.

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

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

변경이력

0.4.0

  • Added settings to enable/disable line breaks
  • Bug fixes from the 0.3.1 plugin!

0.3.1

  • Fixed an unknown but fairly stupid error

0.3.0

  • More universal design
  • Code Cleanup
  • Added a link to the widget-look editor.
  • The Widget control panel looks very nice.
  • More FAQ

0.2.5

  • Added the posibility to disable widget for specified users.
  • Fixed some more bugs!

0.2.1

  • Fixed some bugs!

0.2.0

  • Completely new control panel
  • Completely new widget backbone
  • More tags to utilize in widget styling
  • Microtime clock can be turned on, to time the execution of this widget.
  • Tags look more like BBCode instead of using underscores

0.1.3

  • Added External styles.
  • Updating to new version no longer updates the widget_template, unless it really is needed.

0.1.2

  • Fixed bug that made the plugin look for the template in the wrong directory!

0.1.1

  • Widget Control improvements, removed some useless controls and some inline help.

0.1

  • First Release of this plugin