-
AuthorPosts
-
rockbox Friend
rockbox
- Join date:
- October 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 2 times in 1 posts
February 5, 2013 at 7:47 am #184692I would like to remove /disable K2: More in this category and Published in
See attached image.
The website is live http://www.rockboxcajon.com
Your help is much appreciated.Regards
Steve Ramsey
rockbox Friendrockbox
- Join date:
- October 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 12
- Thanked:
- 2 times in 1 posts
February 6, 2013 at 12:25 am #482610K2: More in this category and Published in, how to disable?
I would like to remove or disable K2: More in this category and Published in
See attached image.
The website is live http://www.rockboxcajon.com
Your help is much appreciated.Regards
Steve Ramsey
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
February 6, 2013 at 5:17 am #482630Hi rockbox,
Try this :
Go to path: templates/ja_mero/html/com_k2/templates/ja_mero.Open item.php, then remove:
<div class="itemLinks">
<?php if($this->item->params->get('itemCategory')): ?>
<!-- Item category -->
<div class="itemCategory">
<span><?php echo JText::_('K2_PUBLISHED_IN'); ?></span>
<a href="<?php echo $this->item->category->link; ?>"><?php echo $this->item->category->name; ?></a>
</div>
<?php endif; ?><?php if($this->item->params->get('itemTags') && count($this->item->tags)): ?>
<!-- Item tags -->
<div class="itemTagsBlock">
<span><?php echo JText::_('K2_TAGGED_UNDER'); ?></span>
<ul class="itemTags">
<?php foreach ($this->item->tags as $tag): ?>
<li><a href="<?php echo $tag->link; ?>"><?php echo $tag->name; ?></a></li>
<?php endforeach; ?>
</ul>
<div class="clr"></div>
</div>
<?php endif; ?><?php if($this->item->params->get('itemAttachments') && count($this->item->attachments)): ?>
<!-- Item attachments -->
<div class="itemAttachmentsBlock">
<span><?php echo JText::_('K2_DOWNLOAD_ATTACHMENTS'); ?></span>
<ul class="itemAttachments">
<?php foreach ($this->item->attachments as $attachment): ?>
<li>
<a title="<?php echo K2HelperUtilities::cleanHtml($attachment->titleAttribute); ?>" href="<?php echo $attachment->link; ?>"><?php echo $attachment->title; ?></a>
<?php if($this->item->params->get('itemAttachmentsCounter')): ?>
<span>(<?php echo $attachment->hits; ?> <?php echo ($attachment->hits==1) ? JText::_('K2_DOWNLOAD') : JText::_('K2_DOWNLOADS'); ?>)</span>
<?php endif; ?>
</li>
<?php endforeach; ?>
</ul>
</div>
<?php endif; ?><div class="clr"></div>
</div>Regards,
—
LeoAuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by phong nam 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum