Quote:
Originally Posted by steve71
I have the hack "Thread thumbnails" and was wondering If I can add this to the form page?
I have been inserting different hooks from the "thread thumbnails" plugin into the form "hooks" box provided but no luck.
|
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.