Quote:
Originally Posted by bananalive
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;
|
That fixed it...! Thanks a million!