RoxenCMS 5.4Web Developer ManualEmit Tags

   

<emit>
<emit ac-identities>
<emit ac-identity-data>
<emit ac-identity-extras>
<emit ac-permissions>
<emit ac-zones>
<emit atlas>
<emit authors>
<emit captcha>
<emit category>
<emit category-document>
<emit cimg>
<emit dir>
<emit dir>(SB)
<emit event>
<emit event-dates>
<emit event-locations>
<emit exec>
<emit fonts>
<emit imgs>
<emit js-dynamic-popup>
<emit js-hide-popup>
<emit languages>
<emit ldap>
<emit path>
<emit poll>
<emit sb-dir>
<emit sb-file-languages>
<emit sb-languages>
<emit sb-log>
<emit sb-referring-pages>
<emit sb-search>
<emit sb-stationeries>
<emit sb-wizard>
<emit search-database-profiles>
<emit scopes>
<emit site-news>
<emit sources>
<emit spellcheck>
<emit sql>
<emit timerange>
<emit values>
<emit workflow>
<emit ws-dir>
<emit xml-db>

<emit source="ac-identities"></emit>

Provided by module: CMS: Tags

Makes listings of users and groups in the Access Control system.

The different ways of specifying what to list are mutually exclusive.

Note!

All <emit> attributes apply.


Attributes

type="{group, user}"

List either groups or users. If this attribute is omitted both groups and users will be listed.


filter-zones="id[,id,...]"

Only show users or groups belonging to either of the zones specified by zone id.


filter-zone-names="name[,name,...]"

Only show users or groups belonging to either of the zones specied by name.


id="{number, handle}"

As both groups and users has id's this makes it possible to return information of a particular group or user.


members-of="{number, handle}"

Lists members of the given identity. This is only useful for groups, since user identities contain no members.


memberships-of="{number, handle}"

Lists the memberships of the given identity, i.e. all groups of which this identity is a member. This is the opposite of the members-of attribute.

As both groups and users has id's this makes it possible to return information of a particular group or user.


search="string"

List the users whose name or handle matches the search string. The search is performed by a case insensitive substring match.


exclude-members-of="{number, handle}"

Exclude members of the given identity. This filter is applied last, which means that it can be applied in combination with all other search types and that it takes precedence (e.g. identities returned by the members-of attribute can still be filtered if they are members of the group specified here.) This attribute is only useful to specify groups, since user identities contain no members.


&_.fullname; (provided by CMS: Tags)

The user's/group's full name.


&_.id; (provided by CMS: Tags)

The user's/group's unique Access Control identification number.


&_.name; (provided by CMS: Tags)

The user's/group's handle/alias, i.e. the username in Access Control.


&_.type; (provided by CMS: Tags)

Returns either group or user.


&_.zone-id; (provided by CMS: Tags)

Zone ID number for this identity.