Ok, I already have an error showing for this mod at newreply_post_complete. The quick-reply uses newpost then and nothing else uses that? This is the code I added to the newpost_process hook and it didn't do anything.
Code:
if ($vbulletin->userinfo['automod'])
{
$vbulletin->url = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "goto=lastpost&t=$threadinfo[threadid]";
eval(print_standard_redirect('redirect_automod', true, true));
}
When I add it to the newpost_complete hook, it throws a vb error but doesn't say what the error is.