i'm using latest version of zenphoto with default theme. but i cant see any description on main page. While checking demo of zenphoto of official website, i can see description.. and i using same theme.. please help
I just tried to put the code mentioned in above URL on line 314 in file template-functions.php located in zp-core folder but it makes my website blanked!
if i were know about basic php or html why should I use this software?? Well, you don't have to if you are fine with the setup of the premade themes available. But customizings always require some more knowledge. To add the gallery description is simply not implemented in the standard themes as are much other things are also not.
Zenphoto is a gallery content management system for gallery websites.. Not a everything is possible to work-out-of-the-box, much extra and additional functionality always requires theme modifications.
You have to put `<?php printGalleryDesc(); ?>` on your theme's index.php where you want the description to appear.
The net is full of places to learn the basics of webdesign techniques like this http://www.w3schools.com/. This forum is surely not the place for that which we explicity state on our forum rules.
Comments
i am using this theme but why my description is not visible?
maybe these links would be helpful :
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetBareGalleryDesc
http://www.zenphoto.org/2009/03/theming-tutorial/
function getBareGalleryDesc() {
what i have to do anything else now
I just tried to put the code mentioned in above URL on line 314 in file template-functions.php located in zp-core folder but it makes my website blanked!
I strongly recommend to read our theming tutorial on http://www.zenphoto.org/2009/03/theming-tutorial/ and learn a few php/html basics.
Well, you don't have to if you are fine with the setup of the premade themes available. But customizings always require some more knowledge. To add the gallery description is simply not implemented in the standard themes as are much other things are also not.
Zenphoto is a gallery content management system for gallery websites.. Not a everything is possible to work-out-of-the-box, much extra and additional functionality always requires theme modifications.
You have to put `<?php printGalleryDesc(); ?>` on your theme's index.php where you want the description to appear.