這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

常見問題集

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〉的開發相關工作。

參與者

變更記錄

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