ZenphotoCMS Forum
comment form does not show up in default install - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: comment form does not show up in default install (/thread-6118.html)



comment form does not show up in default install - goddestroyer - 2009-11-11

I am running a local copy of zenphoto. i can't tell you which version because ive looked through the code and files and i don't see the version listed anywhere. i downloaded it around october 18th approximately, though.

problem:
running the default template set, i made an album. album is set to allow comments. i made an additional user account in the backend, and designated this user to also have commenting permissions on the album.

whether logged in as the default user or the user i created, with all permissions selected and commenting enabled, the comment form does not show up.

in album.php, there is the section of code that reads:

if (function_exists('printCommentForm')) { printCommentForm(); }
and to it i added:
else{ print("function not found"); }
i added a similar line to image.php as well.

when i load an album or image, i simply get the printout of "function not found". everything is default. i have just unpacked and installed the system . I want to know how to turn on the comment plugin to get default comment functionality.




comment form does not show up in default install - goddestroyer - 2009-11-11

version 1.2.6




comment form does not show up in default install - gjr - 2009-11-11

Have you activated the comments plugin?




comment form does not show up in default install - goddestroyer - 2009-11-11

the comments plugin was already checked as activated. I have disabled it, saved, enabled it and saved again, and it works now. weird!