前言介紹
- 這款 WordPress 外掛「WP User Profile Avatar」是 2020-05-21 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 10000 個安裝啟用數。
- 上一次更新是 2024-02-26,距離現在已有 431 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 5.8 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
- 有 13 人給過評分。
- 論壇上目前有 5 個提問,問題解答率 100% ,不低,算是個很有心解決問題的開發者團隊了!
外掛協作開發者
krinay | ashokdudhat | wpeventmanager |
外掛標籤
avatar | gravatar | user profile | custom profile photo | custom profile picture |
內容簡介
WP User Profile Avatar 是一款外掛,可讓您更改預設的 WordPress 頭像或使用者個人資料照片。您可以使用媒體庫中上傳的任何照片,或使用自訂照片 URL 作為頭像,而不是使用 Gravatar。
外掛功能包括:
輕量且易於使用
從媒體庫或本地電腦上傳頭像影像
使用自訂路徑 URL 設置頭像影像
可選擇是否要顯示頭像影像
可透過簡碼 [user_profile_avatar] 顯示使用者個人資料頭像影像
透過簡碼 [user_profile_avatar_upload] 允許任何人(投稿者及訂閱者)上傳頭像影像
停用 Gravatar,使用自行設計的頭像影像
依適當性評分頭像影像為 G、PG、R、X
可設置預設頭像,當無任何頭像存在時,即會顯示預設頭像
對 SEO 友好,並適用於開發人員
要在後台從管理面板設置新的使用者個人資料頭像,請遵循以下步驟:
進入管理面板 -> 使用者 -> 所有使用者 -> 選擇您想編輯的使用者個人資料檔案
找到「WP User Profile Avatar」部分,您可以給定新的頭像 URL 路徑或使用媒體庫上傳頭像
更新使用者
要在前台顯示新的使用者個人資料頭像,請遵循以下方法之一:
1. 使用簡碼,根據需要傳遞參數
2. 使用 get_wpupa_url 函式,將以下代碼放置於您的佈景主題中的每個區域
原文外掛簡介
P User Profile Avatar allows you to change the default WordPress avatar or User profile picture. You can use any photos uploaded into your Media Library or use a custom photo URL as an avatar instead of using Gravatar.
Plugin Features
Lightweight and easy to use.
Upload an avatar image from media library or local computer.
Set avatar image using custom path url.
Visibility option whether show avatar or not.
Display user profile avatar shortcode [user_profile_avatar].
Upload avatar shortcode [user_profile_avatar_upload].
Allow anyone (Contributors & Subscribers) can upload avatar.
Disable Gravatar and use own custom avatars.
You can rate avatar as G, PG, R, X based on your appropriateness.
Allow to set default avatar. Default Avatar Allows you to pick a default image when no avatar exists.
SEO & Developer Friendly.
Set new user profile avatar from admin panel.
Go Admin Dashboard -> Users -> All Users –> Select any user profile you would like to edit.
Find “WP User Profile Avatar” section, You can give new avatar url path or you can upload avatar using media library.
Update User.
Display new user profile avatar at frontend side.
To retrieve the user avatar/photo on the front-end use one of the following approach in your template page(s).
1. Using shortcode and pass parameters based on your need.
Shortcode: [user_profile_avatar]
Parameters: userid, size, align, link, target and caption.
userid : id of the user.
size: original,medium,large,thumbnail.
align: alignleft,aligncenter,alignright.
link: image, attachment, custom.
target: _blank, self,
caption: you can give any text value in between shortcode bracket and it will display below user avtar profile.
1.1 Display default avatar using visual editor.
You can use the following shortcode in any page and it will show default avatar of the plugin.
[user_profile_avatar]
1.2 Display avatar for the perticular user using visual editor.
if you want to show user profile for the user id 1.
[user_profile_avatar user_id="1"]
You can also set other parameters like size, align, link, target and caption in this shortcode.
Example:
[user_profile_avatar user_id="1" size="original" align="aligncenter" link="image" target="_blank"] Display Name [/user_profile_avatar]
1.3 if you want to assign dynamic user id in shortocde without using visual editor
id ?>" size="original" align="aligncenter" link="image" target="_blank"]'. $user->display_name .'[/user_profile_avatar]');
?>
2. Using the function get_wpupa_url.
You will need to place below code in each area of your theme where you wish to add and retrieve your theme’s custom avatar image.
2.1 At Author page
-------------------
$size]);
// display image on the page
echo '';
?>
2.2 Except Author page
----------------------
id, ['size' => $size]);
// display image on the page
echo '';
?>
You will need to place above code in each area of your theme where you wish to add and retrieve your theme’s custom avatar image.
Be a contributor
If you want to contribute, go to our WP User Profile Avatar GitHub Repository and see where you can help.
You can also add a new language via translate.wordpress.org. We’ve built a short guide explaining how to translate and localize the plugin.
Thanks to all of our contributors.
Feedback
We are open for your suggestions and feedback – Thank you for using or trying out one of our plugins!
Drop us a line.
More
Also please have look our other plugins or visit at WordPress.org plugin page.
Connect With US
To stay in touch and get latest update about WP User Profile Avatar’s further releases and features, you can connect with us via:
Facebook
Twitter
Google Plus
Linkedin
Pinterest
Youtube
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP User Profile Avatar」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Simple Local Avatars 》若目前使用者擁有媒體權限,此外掛會在使用者資料中增加頭像上傳欄位,並像Gravatar一樣在使用時產生所需的大小。簡單輕量化的工具。, 只需編輯使用者資料,...。
One User Avatar | User Profile Picture 》WordPress 目前只允許您使用透過 Gravatar 上傳的自訂頭像。One User Avatar 讓您使用媒體庫中上傳的任何照片作為頭像。這意味著您可以使用與文章相同的上傳...。
User Profile Picture 》使用 WordPress 標準媒體上傳工具,為用戶設置或刪除自定義個人資料圖像。, 查看文件和範例, , 使用者必須擁有上傳圖像的功能(通常是作者角色或更高)。您可...。
WP User Avatars 》允許註冊使用者上傳並選擇自己的頭像。, 建議外掛, 如果您喜歡這個外掛,您可能會喜歡以下這些外掛!, , WP User Profiles, WP User Activity, WP User Avata...。
Simple User Avatar 》這個外掛程式簡化了WordPress使用者的生活。, 現在使用者可以從他的媒體庫中簡單地新增或刪除他們的頭像圖像。易於使用,不需要其他的功能。外掛程式可在GitH...。
Meks Smart Author Widget 》這個簡單的外掛程式讓你可以在 WordPress Widget 中顯示作者/使用者資訊。此外掛的聰明之處在於「自動偵測」使用者/作者,因此它可以選擇性地在單獨的文章頁...。
Basic User Avatars 》在前端頁面和編輯個人資料畫面上添加頭像上傳欄位,讓使用者可以上傳自定義個人頭像。, WordPress 社群和會員網站使用此外掛作為輕量級解決方案提供自定義的...。
Author Avatars List/Block 》這個外掛可以方便地在您的 (多使用者) 網站上顯示按用戶角色分組的使用者頭像列表。它還允許您將單個頭像插入到文章或頁面中,以顯示您正在談論的某個人的圖...。
Leira Letter Avatar 》Letters Avatar 可以根據使用者的名稱首字母自動生成頭像。, 管理區域能夠完全自訂,你可以自由編輯頭像的設定如形狀、背景顏色等。, 相容性, 此外掛與任何程...。
Disable User Gravatar 》這是一個非常簡單且輕量級的外掛程式,可以將預設的頭像匿名化,並防止使用者的 Gravatar 根據其註冊的電子郵件地址自動從 gravatar.com 獲取。這在需要增加...。
Better Recent Comments 》預設的「近期留言」小工具比較有限。「Better Recent Comments」改進了這一點,提供了一個更靈活的小工具,可選擇顯示使用者的實際留言,以及顯示頭像和顯示...。
User Profile Picture 》使用 WordPress 標準媒體上傳工具,為使用者設置自定義個人資料圖像。, 協助貢獻, , 請給予星級評價, 。
Easy Author Image 》Easy Author Image 可以方便地為您的個人資料頁面添加作者圖像,只需安裝此 WordPress 外掛,您的「個人資料」選項卡(位於「使用者」下方)將多了一個名為「...。
Recent Comments Widget Plus 》這個外掛可以啟用自訂和進階的最新評論小工具,讓你可以顯示最新的評論列表,包含頭像和摘要,同時也可選擇顯示較新或較舊的評論,以及從任何文章類型中選擇...。
Add Local Avatar 》此外掛可讓使用者新增本地 (私人) 頭像,如果您的使用者不想使用全域頭像、不熟悉 Gravatar 設定或只是想為您的部落格使用私人頭像,或任何其他原因,這個外...。