siriux >> add view count ....

ghodasara

Joined: 2007-02-15
Posts: 4
Posted: Tue, 2009-07-28 21:18

Friends,

I have Gallery 2 and am using the siriux theme. It appears that this theme does not come with a view count feature. Can you guide what page I need to modify and what code to inert in order for me to capture the count of views.

Thanks // Susan G.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22890
Posted: Tue, 2009-07-28 21:31

On what page do you want this count to show?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
ghodasara

Joined: 2007-02-15
Posts: 4
Posted: Tue, 2009-07-28 21:36

1) I have the main page listing all albums
2) Then another page listing all sub albums
3) Then another page listing all pictures of the sub album
4) Then the image page

I want to list the count on all pages.

 
ghodasara

Joined: 2007-02-15
Posts: 4
Posted: Tue, 2009-07-28 22:06

Thanks for your help. I hope my answer to your question was clear.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22890
Posted: Tue, 2009-07-28 22:43

Well is its a bit of work to do the coding for you but this should get you started:

{g->block type="core.ItemInfo"
                          item=$theme.item
                          showDate=false
                          showSize=true
                          showOwner=false
                          class="giInfo"}

should work in album.tpl
I am not familiar with this theme so you are venturing into unknown territory for me.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team