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

List Site Contributors

描述

List site contributors allows you list your site’s contributors and authors.
Just add the shortcode [listsitecontributors] to a page on your blog.
Optionally you can use the User Photo Plugin (https://wordpress.org/extend/plugins/user-photo/) for images,
otherwise Avatars will be used.

螢幕截圖

  • screenshot-1.jpg
  • screenshot-2.jpg

安裝

  1. Extract and upload this directory to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

常見問題

What does this do?

This shows a listing of active contributors and authors with images with an A-Z directory and last name search.

What if I do not have the User Photo Plugin?

This will use the User Photo Plugin image, if installed. Otherwise, the WordPress Avatar image will be used.

Where are the options?

Option: Yes/No for showing the web link url for the listed authors/contributors.
Option: Number of characters to limit the authors and contributors descriptions on the search results. Default is 150 chars.

Any other notes?

If the userphoto plugin does not place the photo correctly on the page, trying changing the echo to return in the function userphoto and function userphoto_thumbnail.
If you are logged in as admin, you will see the full descriptions of authors and contributors.
This allows search plugins like Relevanssi to get all that information. Logout to see the normal user view.
Also note that some security plugins can break this plugin due to author id removal.
And remember to backup any style sheet changes you make, before upgrading this plugin.

I have a problem with your plugin or would like to suggest a change / new feature. How?

Try the wordpress plugin forum first. Otherwise email me using my mallsop dot com contact form.

評價

There are no reviews for this plugin.

貢獻者及開發者

“List Site Contributors” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 List Site Contributors 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.0

  • First version: Tested ok. Fix for use with Relevanssi plugin.

1.1.0

  • Added option: Added option to specify the number of characters in the search results description.

1.1.1

  • Minor fix: Max characters get error fix.

1.1.2

  • Added option: Include editors and admins (all active user roles except subscribers).

1.1.3

  • Modification: Do not show a link to user posts if no posts found. Show Not listed if user has no website link.

1.1.4

  • Modification: Option to suppress authors and contributors with zero posts.

1.1.5

  • Modification: Cleanup options php illegal type warnings.

1.1.6

  • Modification: You can now exclude one user by entering the email of that user in the exclude option.

1.1.7

  • Modification: Added line break option to make the user description look nice.

1.1.8

  • Modification: Option to use normal images instead of thumbnails (if the userphoto plugin is used).