Member
Member
LilPeck   2012-05-31, 23:13
#1

Version 1.4.1 (don't know if this applies to other versions)

If you are allowing comments, but not user registration, such as you might with a password protected album while not having user registration, you may wish to have all comments automatically held for moderation.

Open file in text editor:
zp-extensions/functions.php

Line 843
change to
$commentobj->setInModeration(1);

Line 889
change to
$commentobj->setInModeration(1);

Member
Member
sbillard   2012-05-31, 23:34
#2

Or you could use select the "none" spam filter and set its action to "moderate" and thus not have to make a hack to the zenphoto core which surely will cause you problems in the long run.

Member
Member
LilPeck   2012-06-01, 00:29
#3

Good to know, thank you.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.