Cant find the code - Which file?

spadez

Joined: 2009-12-20
Posts: 25
Posted: Wed, 2009-12-30 16:12

Hi,

Here is my WIP gallery. Im trying to do three simple (i hope!) things with this page, but im a bit confused as to which file I should be looking at to do this.

Here is my gallery: http://www.zombiemod.com/rm/nina2/main.php

Im trying to:

- Remove Subalbums text
- Remove size and views infomationby thumbnail
- Make it display the full image and not just the thumbnail.

Im happy to have a wack at this myself, but for the ajaxian theme which file should I be looking for the code?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2010-01-01 18:47

album.php
<h3>{g->text text="Subalbums"}</h3>
further down you will see:

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

that is the size and views. You can remove that or change the true to false in the proper lines.

I have never used this theme before so you will have to dig for the full sized bit.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team