Quote:
Originally Posted by frogster
Nope...thank god we got over that problem way back.
|
Have you enabled (removed comment signs around) the hook 'newthread_post_complete' in plugins for easy forms?
From:
PHP Code:
/*($hook = vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false;*/
To:
PHP Code:
($hook = vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false;