[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!

 
ckdake
ckdake's picture

Joined: 2004-02-18
Posts: 2258
Posted: Fri, 2006-02-10 04:54

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.

 
mdhillison

Joined: 2006-02-05
Posts: 12
Posted: Fri, 2006-02-10 16:15

Thanks - I found some of the showViewCount=true commented out and comparing the two helped me!

 
5 Type

Joined: 2006-02-12
Posts: 1
Posted: Sun, 2006-02-19 23:22

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!

 
mdhillison

Joined: 2006-02-05
Posts: 12
Posted: Mon, 2006-02-20 02:08

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.

 
muslimways

Joined: 2006-09-03
Posts: 20
Posted: Sun, 2007-02-11 10:24

thanks it helped