The simpler media website CMS
Forum search only. You might also want to search on the main site's user guide.
Forum RSS
Visit the troubleshooting guide.
Visit the paid support page.
Your support helps pay for this server, and helps development of zenphoto. Thank you!
Visit the donations page
Comments
`<?php echo preg_replace("/\.[^$]*/","",$_zp_current_image->getFileName()); ?>`
`echo stripSuffix( $_zp_current_image->getFileName() );`
In any case you need to modify the theme used.
Which file would I modify with those statements?