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') ||
$this->item->params->get('itemImageGalleryAnchor') ||
$this->item->params->get('itemCommentsAnchor')
): ?>
item->params->get('itemRating')): ?>
item->event->BeforeDisplayContent; ?>
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') && count($this->item->extra_fields)): ?>
item->params->get('itemHits') || ($this->item->params->get('itemDateModified') && intval($this->item->modified)!=0)): ?>
item->event->AfterDisplayContent; ?>
item->event->K2AfterDisplayContent; ?>
item->params->get('itemTwitterButton',1) || $this->item->params->get('itemFacebookButton',1) || $this->item->params->get('itemGooglePlusOneButton',1)): ?>
item->params->get('itemTwitterButton',1)): ?>
item->params->get('itemFacebookButton',1)): ?>
item->params->get('itemGooglePlusOneButton',1)): ?>
item->params->get('itemCategory') || $this->item->params->get('itemTags') || $this->item->params->get('itemAttachments')): ?>
item->params->get('itemCategory')): ?>
item->params->get('itemTags') && count($this->item->tags)): ?>
item->params->get('itemAttachments') && count($this->item->attachments)): ?>
item->attachments as $attachment): ?>
-
title; ?>
item->params->get('itemAttachmentsCounter')): ?>
(hits; ?> hits==1) ? JText::_('K2_DOWNLOAD') : JText::_('K2_DOWNLOADS'); ?>)
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('itemAuthorEmail')): ?>
item->author->email); ?>
item->event->K2UserDisplay; ?>
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)): ?>