move Owner/Date-info on photo-page at the end of page?
gruad
Joined: 2005-09-14
Posts: 7 |
![]() |
When I am on the photo-page then there is a bar above the picure showing Owner, Date, MaxSize and a Size-Selector (example: http://www.gallery2.goldfisch.at/v/outdoor/2006-12-01-bikefilmfestival-milano/02/milano_001.JPG.html) Is there any way to have this bar below the picture, so one can see the whole picture without scrolling (assuming 640x480 as default-size and a decent monitor on browserside) I tried several themes and looked through the settings and did not find a solution. If this bar would be below the picture one could simply click next and next and next to view all pictures in 640x480 without needing to scroll. thnx |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
You have to remember the discription of the item is there as well. <div class="gbBlock gcBackground1"> <table width="100%"> <tr> <td> {if !empty($theme.item.title)} <h2> {$theme.item.title|markup} </h2> {/if} {if !empty($theme.item.description)} <p class="giDescription"> {$theme.item.description|markup} </p> {/if} </td> <td style="width: 30%"> {g->block type="core.ItemInfo" item=$theme.item showDate=true showOwner=true class="giInfo"} {g->block type="core.PhotoSizes" class="giInfo"} </td> </tr> </table> </div> and move where you like. Dave ____________________________________________________ |
|