Displays a list of members and links to their contact page.
Unzip the file and upload the contents to your plugin directory
Install the plugin…
Place <%MemberList%> where you want it to appear in your skin.
If you're upgrading from version 1.7 or lower:
Uninstall your previous installation of the plugin
Upload the newer version of the plugin and replace the old version
Install the plugin from your Nucleus admin area
Usage: <%MemberList(blogname)%> or <%MemberList(blogid)%> or <%MemberList(blogid,noteam)%>
Example:
To display only the team members of myblog: <%MemberList(myblog)%>
To display only the team members of blogid = 1: <%MemberList(1)%>
To display the team members of the default blog: <%MemberList(default)%>
To display the member list of the current blog: <%MemberList(current)%>
To display only the site members not a team member of blogid=1: <%MemberList(1,noteam)%>
To display only the site members not a team member of the current blog: <%MemberList(current,noteam)%>
Not using parameters:
[Version 1.85, released 6 May 2010]
[Version 1.84, released 29 December 2007]
-
%avatar to get avatar from NP_Profile (thanks ftruscott!) (

)
-
-
-
using Nucleus createMemberLink function
delete FancyURL or normal
URL option and skinvar parameter
can use short blogname instead of blogid for skinvar parameter
option to put header/footer for memberlist
can change how the member list is displayed
-
-
can choose between FancyURL or normal
URL
-
[Version 1.0, released 9 November 2005]