What file does ZP Admin write Album Desc to?

I am trying to finish up my ZP website integration project - it works really well!

I can't seem to figure out where ZP admin puts the Album Description that I enter from the admin panel. In what file does ZP store this text for each album?

Similarly, where does ZP keep the info on which theme you have selected for reach album?

I can select the theme I want in the ZP admin panel, but it would be faster for me to just write it in the appropriate file before uploading.

TIA for your collective expertise!

Comments

  • All "metadata" for albums and images is stored in the database tables.
  • os07 Member
    I get it - text one writes into the the Description field in the ZP admin panel for that album, is stored in the MySQL table column called "desc". Then, the contents of that field appear in the <div id="albumDescEditable"> layer of the album.php file.

    Thank you once more for your help!
Sign In or Register to comment.