Skinvar: member
Inserts some info about on the currently logged in member. On member detail pages,extra options are available to show the same information for the requested member.
When the visitor is not logged in,the your... parameters will insert nothing
Arguments
- type: which information to show.
Information on the logged in member:
- yourname: nickname of the member (the one used to login)
- yourrealname: full name of the member
- yournotes: extra information a member can set for him/herself
- yoururl: URL of the members website
- youremail: email address
- yourid: ID
- yourprofileurl: URL of the members profile (member details) page
Information on the requested member (only available on member detail pages):
- name: nickname of the member (the one used to login)
- realname: full name of the member
- notes: extra information a member can set for him/herself
- url: URL of the members website
- email: email address of the member
- id: ID
Skintypes
all
Examples
<%if(loggedin)%>
you are <%member(yourrealname)%>
<%endif%>
スキン変数:member
訪問者がログイン中のメンバーの場合、そのメンバーに関する情報を挿入します。メンバーの詳細ページにおいては、指定されたメンバーについての同じ情報を表示する追加オプションがあります。
訪問者がログイン中のメンバーではない場合は、your...のパラメーターは何も挿入しません。
引数
- 必須:
- ログインしたメンバーの情報(全てのスキンタイプで使用可能):
名前 挿入される設定 yourname 訪問メンバーの表示される名前(ログインID) yourrealname 訪問メンバーのハンドルネーム(本名) yournotes 訪問メンバーが自身のために設定できるその他の情報(備考欄) yoururl 訪問メンバーのウェブサイトURL youremail 訪問メンバーのメールアドレス yourid 訪問メンバーのID yourprofileurl 訪問メンバーの「メンバーの詳細ページ」アドレス - 指定されたメンバーの情報(「メンバーの詳細ページ」でのみ使用可能):
名前 挿入される設定 name 指定されたメンバーの表示される名前(ログインID) realname 指定されたメンバーのハンドルネーム(本名) notes 指定されたメンバーが自身のために設定できるその他の情報(備考欄) url 指定されたメンバーのウェブサイトURL email 指定されたメンバーのメールアドレス id 指定されたメンバーのID
- ログインしたメンバーの情報(全てのスキンタイプで使用可能):
スキンタイプ
全て
例
<%if(loggedin)%>
こんにちは<%member(yourrealname)%>さん
<%endif%>
コメント送信
Nucleusをご利用いただき、ありがとうございます。ヘルプファイルの内容について気がついた事がございましたら、コメントフォームよりご連絡ください。
いただきましたコメントは、次期バージョンの「オンラインヘルプ」に反映させてまいります。
なお、コチラでは個別対応は出来ませんので、疑問点などございましたら、サポートフォーラムへ投稿をお願いいたします。
コメント
コメントはありません