- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Item Tags
- Template Tag: Item Last Edit User
Template Tag: Item Last Edit User
Displays the User who edited the Post/Item the last time.
Examples
Quick Template
[Item:lastedit_user|before=<span class="editor">|after=</span>|link_text=auto]
PHP Template
$Item->lastedit_user( array(
'before' => '<span class="editor">',
'after' => '</span>',
'link_text' => 'auto',
'thumb_size' => 'crop-top-32x32',
'thumb_class' => '',
'thumb_zoomable' => false,
'display_bubbletip' => true,
'nowrap' => true,
) );
Parameters
Param |
Default |
Usage |
---|---|---|
|
|
Displayed before the author name or avatar |
|
|
Displayed after the author name or avatar |
|
|
Format to output. Possible values: |
|
|
Possible values: |
|
|
Possible values: |
|
|
CSS class to apply to the link |
|
|
Image size of the avatar |
|
|
Avatar image CSS class |
|
|
Do we want the avatar image to be zoomed in when clicked? |
|
|
Do we want to display a bubbletip on mouseover? |
|
|
Do we want to use |
Return value
This tag displays content only, it does not have a return value.