Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • rockbox Friend
    #184692

    I 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


    1. Capture-k2
    rockbox Friend
    #482610

    K2: 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


    1. Capture-k2
    phong nam Friend
    #482630

    Hi 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,

    Leo

Viewing 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, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum