space Baylys
Just practicing to pass the Turing test.
space
space
space
space
Developer for Hire!
space
addedValues Plugin
space

Home

What's new

Bayly.Root

space

Bounce suite.

commentit

fingerServer Suite.

hierMenus Plugin

ManilaFixer Plug-in

space
space

Access Control

Attached Documents

Controlpanel Interface

Hourly Hits Chart

Import Functions

manilaExtras Macros

space
space

accessTimestampString Macro

allhourlyHIts Macro

alternateTemplateLink

areaTag Macro

attachedDocuments

bodyTag Macro

breadcrumbs Macro

csActionDict Macro

editorialMenu

getnamedLink Macro

hourlyHits Macro

includenews Macro

insertBaseTag Macro

loginForm

marknonCachable Macros

memberAttribute

messageAttribute Macro

messageCohorts Macro

messageExpiryDate Macro

messageReleaseDate Macro

messageViewers

metaRefresh Macro

pathAtt Macro

pathAttToIncludeMessage Macro

pathDirectiveValue Macro

pathPictureURL Macros

pictureRef Macro

renderOutline Macro

renderScript Macro

SCNSCall Macro

shortCutToMsgNum Macro

shortCutToPictureMsgNum Macro

shortCutURL Macro

siteCrossLink Macro

siteMenu Macro

siteStructureMap Macro

spacepixels Macro

storyAuthor Macro

statsGifPage Macro

embed Macro

space

Obscure Preferences

OPMl undo

TurboCache

Versioning

space

mrdebugger

Navigator Ticker Plugin

Sendmail Suite

TranslateAid plugin

Whois Macro

Cornershop Plugin

Career

edutools Root

Enhancements

Interests

linguist Plugin

Manila

Patches

Patches by Group

Papers

Sales

Sign My Guestbook

User(land) Relations.

Contact Address

Search Baylys

urlchains

space
Join Now
Login
space space space

messageViewers Macro

This macro returns a formatted list of members that have beeen granted controlled access to the current page message. The timestamps of the first and last accesses made by each member can be displayed by modifying the itemTemplate parameter.

Parameters

  • itemTemplate (optional, default see below) - a template defining the format for each member
  • listPrefix (optional, default <table>) - the text to insert before the list
  • listSuffix (optional, default </table>) - the text to insert after the list
  • itemPrefix (optional, default <tr><td>) - the text to insert before each item of the list
  • itemSuffix (optional, default </td></tr>) - the text to insert after each item of the list

itemTemplate

This string can contains any combination of macros from the following list. They each return the value of the property of one member
  • count - relative position in current list of members
  • name - member name if avilable, otherwise email address
  • lastaccesse
  • firstaccess
The default template is
{count}</td><td>{name}</td><td>{lastaccess}

Example

{manilaextras.messageViewers()}

See Message Level Access Control for more background to this macro.