- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- User Tags
- Template Tag: User Preferred Name
Template Tag: User Preferred Name
Displays the preferred name of the User in the current scope.
Examples
Quick Template
[User:preferred_name|format=htmlbody]
PHP Template
$User->preferred_name( 'htmlbody' );
Parameters
Param |
Default |
Usage |
---|---|---|
|
|
Format to output. Possible values: |
Return value
This tag displays content only, it does not have a return value.