item->event->BeforeDisplay; ?>
item->event->K2BeforeDisplay; ?>
item->event->AfterDisplayTitle; ?>
item->event->K2AfterDisplayTitle; ?>
item->params->get('itemFontResizer') ||
$this->item->params->get('itemPrintButton') ||
$this->item->params->get('itemEmailButton') ||
$this->item->params->get('itemSocialButton') ||
($this->item->params->get('itemVideoAnchor') && !empty($this->item->video)) ||
($this->item->params->get('itemImageGalleryAnchor') && !empty($this->item->gallery)) ||
($this->item->params->get('itemCommentsAnchor') && $this->item->params->get('itemComments') && $this->item->params->get('comments'))
): ?>
item->params->get('itemRating')): ?>
item->event->K2BeforeDisplayContent; ?>
item->params->get('itemImage') && !empty($this->item->image)): ?>
item->params->get('itemImageMainCaption') && !empty($this->item->image_caption)): ?>
item->image_caption; ?>
item->params->get('itemImageMainCredits') && !empty($this->item->image_credits)): ?>
item->image_credits; ?>
item->fulltext)): ?>
item->params->get('itemIntroText')): ?>
item->introtext; ?>
item->params->get('itemFullText')): ?>
item->fulltext; ?>
item->introtext; ?>
item->params->get('itemExtraFields') && isset($this->item->extra_fields) && count($this->item->extra_fields)): ?>
item->extra_fields as $key => $extraField): ?>
value != ''): ?>
type == 'header'): ?>
name; ?>:
value; ?>
item->params->get('itemHits') || ($this->item->params->get('itemDateModified') && intval($this->item->modified)!=0)): ?>
item->event->AfterDisplayContent; ?>
item->event->K2AfterDisplayContent; ?>
item->params->get('itemTwitterButton') ||
$this->item->params->get('itemFacebookButton') ||
$this->item->params->get('itemLinkedInButton')
): ?>
item->params->get('itemTwitterButton')): ?>
item->params->get('itemFacebookButton')): ?>
item->params->get('itemLinkedInButton')): ?>
item->params->get('itemCategory') ||
$this->item->params->get('itemTags') ||
$this->item->params->get('itemAttachments')
): ?>
item->params->get('itemCategory')): ?>
item->params->get('itemTags') && isset($this->item->tags) && count($this->item->tags)): ?>
item->params->get('itemAttachments') && isset($this->item->attachments) && count($this->item->attachments)): ?>
item->params->get('itemAuthorBlock') && empty($this->item->created_by_alias)): ?>
item->params->get('itemAuthorImage') && !empty($this->item->author->avatar)): ?>
item->params->get('itemAuthorDescription') && !empty($this->item->author->profile->description)): ?>
item->author->profile->description; ?>
item->params->get('itemAuthorURL') && !empty($this->item->author->profile->url)): ?>
item->author->profile->url); ?>
item->params->get('itemAuthorURL') && !empty($this->item->author->profile->url) && $this->item->params->get('itemAuthorEmail')): ?>
|
item->params->get('itemAuthorEmail')): ?>
item->author->email); ?>
item->event->K2UserDisplay; ?>
image.
Do a var_dump($item) to see what's included with $item.
*/
?>
item->params->get('itemAuthorLatest') && empty($this->item->created_by_alias) && isset($this->authorLatestItems)): ?>
item->author->name; ?>
authorLatestItems as $key=>$item): ?>
- ">
title; ?>
imageWidth; ?>px;"' to the li element inside the foreach loop below
...then your Related Items will be transformed into a vertical-scrolling block, inside which, all items have the same height (equal column heights). This can be very useful if you want to show your related articles or products with title/author/category/image etc., which would take a significant amount of space in the classic list-style display.
*/
?>
item->params->get('itemRelated') && isset($this->relatedItems)): ?>
item->params->get('itemVideo') && !empty($this->item->video)): ?>
item->videoType=='embedded'): ?>
item->video; ?>
item->video; ?>
item->params->get('itemVideoCaption') && !empty($this->item->video_caption)): ?>
item->video_caption; ?>
item->params->get('itemVideoCredits') && !empty($this->item->video_credits)): ?>
item->video_credits; ?>
item->params->get('itemImageGallery') && !empty($this->item->gallery)): ?>
item->gallery; ?>
item->params->get('itemNavigation') && !JRequest::getCmd('print') && (isset($this->item->nextLink) || isset($this->item->previousLink))): ?>
item->event->AfterDisplay; ?>
item->event->K2AfterDisplay; ?>
item->params->get('itemComments') &&
(($this->item->params->get('comments') == '2' && !$this->user->guest) || ($this->item->params->get('comments') == '1'))
): ?>
item->event->K2CommentsBlock; ?>
item->params->get('itemComments') &&
($this->item->params->get('comments') == '1' || ($this->item->params->get('comments') == '2')) && empty($this->item->event->K2CommentsBlock)
): ?>
item->params->get('itemAuthor')): ?>
item->author->profile->gender); ?>
item->created_by_alias)): ?>
item->author->name; ?>
: item->author->name; ?>