メンバーの一覧表示を行う、チーム別やカレントブログチームでの表示も可。メンバー詳細ページへのリンク出力。
NP_Alias、NP_Profile、NP_PrivateMessagingと連携可能。
General Plugin info | |
---|---|
作者: | Legolas PiyoPiyoNaku |
最新のバージョン: | v1.84 (2007/12/29) |
入手先: | memberlist [Wiki:NucleusCMS] |
ソース: | NP_MemberList.php Source Code |
動作サンプル: | |
フォーラム参照先: | 本家 List all team members |
<%MemberList%>
メンバー全員を表示
<%MemberList(blogname)%>
ブログに属するチームのメンバーを表示。ブログ名で指定。
<%MemberList(blogid)%>
ブログに属するチームのメンバーを表示。ブログIDで指定。
<%MemberList(current)%>
現在閲覧しているブログのチームメンバーを表示。
初期値:<ul>
初期値:<li>%avatar <a href="%memberlink" title="Member: %realname">%name</a></li>
初期値:</ul>
「一覧の本体」では次の関数が使えます。
メンバーの詳細ページへのリンクを出力する。
スキン変数 <%member(realname)%> と同等のものを出力する。
スキン変数 <%member(name)%> と同等のものを出力する。NP_Alias を導入している場合、aliasを出力する。
NP_Profile を導入している場合、avatar に設定した画像の表示を行う
NP_PrivateMessagingプラグインを導入している場合、プライベートメッセージのリンクを出力する。
Define an alias for each user on a per Blog basis.
This plugin is used to extend the profile of site members. Custom fields can be added to the member profile page, and the values of the fields can be displayed in various skin parts and templates. A number of custom fields are including in the default installation. The site administrator can add new fields and modify existing field attributes from a plugin admin page.
Send private messages to other users. Includes reply function, multiple recipients, member search.