- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- User Tags
- Template Tag: User Nickname
Template Tag: User Nickname
Displays the nickname of the User in the current scope.
Examples
Quick Template
[User:nick_name|format=htmlbody]
PHP Template
$User->nick_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.