article pager

  • helgi88
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 6 months ago #8720 by helgi88
Replied by helgi88 on topic Re: article pager
Yes from both. But it still show "Hits"


Is it not an option to delete it inside a file somewhere?
Attachments:

Please Log in to join the conversation.

More
13 years 6 months ago #8724 by ivan.milic
Replied by ivan.milic on topic Re: article pager
Hi open:

templates\hot_sportal\html\com_content\featured\default_item.php

find this:

<?php if ($params->get('show_hits')) : ?>
<?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?>
<?php endif; ?>

just comment echo by putting // before it:

<?php if ($params->get('show_hits')) : ?>
<?php // echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?>
<?php endif; ?>
The following user(s) said Thank You: helgi88

Please Log in to join the conversation.

  • helgi88
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 6 months ago #8725 by helgi88
Replied by helgi88 on topic Re: article pager
Thank you very much:)!

Great service and super cool Templates.

Please Log in to join the conversation.

Time to create page: 0.077 seconds
Powered by Kunena Forum