[view counts] Siriux view counts missing
mdhillison
Joined: 2006-02-05
Posts: 12 |
Posted: Wed, 2006-02-08 04:39 |
I have Siriux on gallery 2 and my view counts are not showing up. Any ideas on how to get that back? Thanks! |
|
Posts: 2258
You will need to modify siriux to show them. compare the files in themes/matrix/templates/ to themes/siriux/templates/ and copy over the bit about view counts.
Posts: 12
Thanks - I found some of the showViewCount=true commented out and comparing the two helped me!
Posts: 1
Hi,
I'm looking to do the same. Can you please tell me with files I will have to modify, and an exemple if you don't mind.
Thanks!
Posts: 12
look for this code
<div class="meta">
{if ($child.childCount > 0)}
{g->text text="%d Images" arg1=$child.descendentCount}
{/if}
{g->block type="core.ItemInfo"
showViewCount=true
item=$child
}
</div>
and put it in your album.pl file.
Posts: 20
thanks it helped