okay, i'm attempting this, but it's not letting me edit the template. i got an error when logged in as myself, so i tried logging in as our admin user. then i got this error:
Warning: fopen(/home/digital/public_html/gallery/templates/showphoto.tmpl): failed to open stream: Permission denied in /home/digital/public_html/gallery/adm-misc.php on line 490
Unable to write changes, permissions on showphoto.tmpl are not set properly.
so i actually went and found that (quite the accomplishement for me) and here's what's on line 490:
$fd = fopen("{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/$template","w");
if ( !$fd ) {
print "<br />Unable to write changes, permissions on $template are not set properly.<br />";
so do i need to change something to be able to edit these templates? i'd appreciate any help!!