Help to change the description location

Hi, I've just installed zenphoto and going to use garland theme. I have 2 questions. Can anybody help please

1) When I enter the description of the album it appears before my photos. But if the description is long it will move photos far down. Is it possible to change the location of description so that it appears after photos?
Illustration - http://s11.postimg.org/ixslr2wxv/move.jpg

2) I need to enter some code (ad code or some else) on the photo page. What file I should correct?
Illustration - http://s16.postimg.org/oy1rip2lx/code.jpg

Thanks in advance

Comments

  • fretzl Administrator, Developer
    First and most important: Please read the theming tutorial.
    http://www.zenphoto.org/news/theming-tutorial

    1. In the theme folder (themes > garland) locate album.php
      On line 47 you see: `<?php printAlbumDesc(); ?>`
      Copy and remove this code and paste it below this line of code:
      `<?php $handler->theme_content($map); ?>` (line 74)

    2. You would have to change the image.php file.
  • acrylian Administrator, Developer
    And you should make a copy of the theme under a new name so your changes are not overridden on updates.
  • MarkRH Member
    Unless the Garland theme was changed, need to be careful with it if you make a copy of it in a new directory to customize. A lot of it is hardcoded to look for stuff in the original directory name.
Sign In or Register to comment.