memberlist

NP_MemberList.php

Displays a list of members and links to their contact page.

General Plugin info
Author: Legolas PiyoPiyoNaku
Download: here 1.85
Current Version: v1.85
Code: NP_MemberList
Forum Thread: here

Installing

  1. Unzip the file and upload the contents to your plugin directory
  2. Install the plugin...
  3. Place <%MemberList%> where you want it to appear in your skin.

Upgrading

If you’re upgrading from version 1.7 or lower:

  1. Uninstall your previous installation of the plugin
  2. Upload the newer version of the plugin and replace the old version
  3. Install the plugin from your Nucleus admin area

How to use the plugin

Usage: <%MemberList(blogname)%> or <%MemberList(blogid)%> or <%MemberList(blogid,noteam)%>

  • blogname = display the members of the specified short blogname
  • blogid = display the members of the specified blogid

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:

  • To display all members regarless of team: <%MemberList%>

Available SkinVars and/or TemplateVars

  • <%MemberList%> - generates a list of all members and links to their contact page.

Options

  • Header
  • Formatting for each member which is displayed
    • %memberlink to show the url to member’s page
    • %realname to show member’s realname
    • %name to show member’s username (or alias if using NP_Alias)
    • %avatar to show avatar (only if using NP_Profile)
    • %pm to show link to private message form (if NP_PrivateMessaging installed)
  • Footer

Tips and Tricks

Wishlist

Bugs

History

  • [Version 1.85, released 6 May 2010]
    • add second parameter noteam option to list all members not on given team (ftruscot)
  • [Version 1.84, released 29 December 2007]
    • %pm to get compose-to link from NP_PrivateMessaging (Armon Toubman)
  • [Version 1.83, released 13 March 2007] (by PiyoPiyoNaku)
    • %avatar to get avatar from NP_Profile (thanks ftruscott!) (^_^)
  • [Version 1.82, released 12 March 2007] (by PiyoPiyoNaku)
    • language support for Japanese-utf8
  • [Version 1.81, released 10 March 2007] (by PiyoPiyoNaku)
    • code cleaning regarding compatibility with NP_Alias [Must use the new NP_Alias v1.3 to make the compatibility works]
  • [Version 1.8, released 2 March 2007] (by PiyoPiyoNaku)
    • 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
  • [Version 1.7, released 4 February 2007] (by PiyoPiyoNaku)
    • compatibility with NP_Alias
    • <%MemberList(current)%> will display the member list of the current blog
  • [Version 1.6, released 3 February 2007] (by PiyoPiyoNaku)
    • can choose between FancyURL or normal URL
  • [Version 1.5b, released 28 January 2007] (by PiyoPiyoNaku)
    • Option to show team members from specific blog (by blogid)
    • Fixed link to member page
  • [Version 1.0, released 9 November 2005]
 
memberlist.txt · Last modified: 2010/05/06 23:50 by ftruscot