Quote:
Originally Posted by bananalive
I'm not sure if its possible but you could try this:
Find in plugin Easy Forms Part 1:
PHP Code:
/*($hook = vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false;*/
Replace:
PHP Code:
($hook = vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false;
Then see if you get any messages or anything.
|
No luck (no errors just no change) but thanks for trying.
I notice on the forms edit page you can call up hooks..I was wondering if I might be able to call up the thread thumbnail hook? (Instead of editing the easy form hack through VB plugin manager.)
Great mod !