Bump. In advance, excuse me for what will probably be improper terminology..
So the Form Hack uses the newthread_start hook, so I've been looking through newthread.php trying to find the code that shows
Quote:
"The string you entered for the image verification did not match what was displayed."
|
and it's just not in there.. So
does it call on a separate hook for this?
When using image verification in newthread or newreply, if the code you input is wrong, the "String did not match" error message pops up where the Preview of your post would. So this is all done inside of the same PHP file.. and the code has to be somewhere in there.. but I just can't seem to find it. So is there some "error" section in newthread.php or does it use the same code that clicking the Preview button does?
So, since no one is helping me with the big problem... does anybody at least have these answers?
I've at least found this code that might be what I want:
Code:
// ### POST HAS ERRORS ###
$postpreview = construct_errors($errors); // this will take the preview's place
construct_checkboxes($newpost);
But I'm still not sure...