| Roxen/6.2.236-git | ||
Roxen Interactive RXML Help
<user/>
Prints information about the specified user. By default, the full name of the user and her e-mail address will be printed, with a mailto link and link to the home page of that user.
The <user> tag requires an authentication module to work.
Attributes
Only print the e-mail address of the user, with no link.
Email: <user name='foo' email='1'/>
- link
Include links. Only meaningful together with the realname or email attribute.
- name
The login name of the user. If no other attributes are specified, the user's realname and email including links will be inserted.
<user name='foo'/>
- nolink
Don't include the links.
- nohomepage
Don't include homepage links.
- realname
Only print the full name of the user, with no link.
<user name='foo' realname='1'/>