1 skagenmedia Jul 31, 2007 10:33
3 skagenmedia Aug 01, 2007 18:13
Thanks for your tip.
But it did not work for me, no difference, it's still checks for the correct answer, and in admin there is nowhere to type the answer.
4 yabba Aug 01, 2007 19:49
ohhh yeah, htsrv isn't an admin page :p
change the code to :
/**
* Reject the comment if the answer is not correct
*/
function BeforeCommentFormInsert( & $params ) {
if( ! empty($params['is_preview']) || $is_logged_in() ) {
and see if that works.
¥
5 edb Aug 06, 2007 17:26
I will give this a shot because it pisses me off that I can't get past my own plugin if I want to comment from the back office.
Find this bit of the plugin :
and change it to look like :
¥