TEMPLATE CONTROL: This tag displays information about a DotNetNuke user. You can display information related to 3 different types of user: the user who created the record, the user who last updated the record, and the current user viewing the record (assuming the viewer is logged-in).
|
type |
Determines which user's information is displayed. Valid values are listed below: - add Displays information from the user who created the record. - update Displays information from the user who last updated the record. - current Displays information about the user currently viewing the record if the viewer is logged-in. |
|
class |
Name of the CSS Class used to style this field (Optional) [String value] |
|
field |
Use this attribute to specify what information is displayed. Valid values are listed below:
|
Added By: <xmod:user type="add" field="fullname" class="NormalBold"/>