Quote:
Originally Posted by Jaxel
Threads are created using the following check skips:
Code:
$threadman->set_info('skip_moderator_email', true);
$threadman->set_info('skip_floodcheck', true);
$threadman->set_info('skip_charcount', true);
$threadman->set_info('skip_title_error', true);
Those mods are hooked into one of these checks. Find out which check, and I will look into it.
|
He's an answer from VBShout's coder:
Quote:
I don't know about the others, but vBShout is on the hook location newpost_complete which would mean it would unfortunately not support threads created in such a way.
I'll look into changing it in the future, as I've already figured out how to for the @user tagging mod
I'm willing to place a small wager the other mods are hooked in a similar way.
|
I don't know if it means anything to you.