Show printImageTitle in album.php

Hello!

I wonder if you can enter the title of each image within the album.php file.
I'm testing with <? printImageTitle (); > But I can not.

I've looked through forums and I see people who have had the same problem but I can not find the correct solution.

Sorry for my English

thank you very much

Comments

  • acrylian Administrator, Developer
    You have to enter the title on the backend. Zenphoto does not support front end editing for security reasons.
  • Supay Member
    I dont understand,

    not is posible show image title in album.php?

    :$
  • Supay Member
    For example, in http://www.zenphoto.org/demo/album1/ show image title or image description in bottom image
  • acrylian Administrator, Developer
    Probably I misunderstood your questions. Of course it is possible. You have to place `<?php printImageTitle(); ?>` within the `next_image` loop where you want it to appear (it is really recommended to read our theming tutorial). Where exactly depends on the theme. Also the theme might require CSS updates so the title has actually space.
  • Supay Member
    Hello, thank you very much, I've understood and I can show you.

    regards
Sign In or Register to comment.