docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 3.3Web Developer ManualInformation Tags
Copyright © 2004, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<accessed>
<configurl>
<countdown>
<date>
<help>
<modified>
<number>
<roxen>
<user>

<user/>

Provided by module: Tags: RXML 2 tags

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

email

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'/>