1
After spending a couple hours on this, I figured it is best to ask. I am using News 1.63 and want to remove the number of hits from the Top News block.
I took out what I thought were the correct lines, re-uploaded the news_block_top.html, and updated the module. Unfortunately, the counters are still showing.
Any help would be appreciated...
Here is the code I have right now:
<{else}> <{* ************************************** Classical view ************************************** *}>
<{if $block.spotlight}>
| <{$block.spotlight.topic_description}> |
<{$block.spotlight.title}> <{$block.spotlight.author}> | <{$block.spotlight.image}> | <{$block.spotlight.text}> | <{if $block.spotlight.read_more}>
<{/if}> |
|
<{/if}>
<{foreach item=news from=$block.stories}> <{if $news.id != $block.spotlight.id}> ><{$news.title}> <{$news.teaser}> <{/if}> <{/foreach}>
|
<{/if}>