View Single Post
Old April 11th, 2005, 08:07 AM   #3 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,858
You would have to modify the showgallery.tmpl template (lined 36-58) to suit your specific needs. http://www.photopostdev.com is a community supported mod forum that might be able to help if you aren't sure what to do.

You'll need to add some conditional around lined 53-56, probably something like:

if ( $takevotes == 1 ) {
echo<<<PPPRINT
...
PPPRINT;
}
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote