Quote:
Originally Posted by RMS-Chef
Seems to be working for me for default forums. Getting both emails and PMs. Great job!
Now my problem, I have several forums that use Abe's Forum's Hack and this does not seem to pick up the keywords when a thread is submitted via a form based forum. I understand that it is "not your problem" 100% but perhaps you could have a look at his code or maybe he could look at yours in order to get these to function together? I will not be able to use this without that functionality. I will make a post in his forms hack thread as well.
|
It seems that hack bypasses the newthread routine and basically uses its own. The only possible way I see doing it MAY be to add the plugin code for the plugin titled "Post Search Mailer" into his plugin titled "Form Hack" right after this line:
Code:
build_new_post('thread', $foruminfo, array(), array(), $newpost, $errors);
That MIGHT work, not sure.