Quote:
Originally Posted by bananalive
Find in product file:
PHP Code:
mark_thread_read($threadinfo, $foruminfo, $vbulletin->userinfo['userid'], TIMENOW);
After put:
PHP Code:
($hook = vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false;
Then import the product file.
|
Your the man!!!
Works great, and thank you for your time to find the solution!!
Nominated for sure!!
Thx!