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

    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%>
Skin Vars