Quote:
Originally Posted by frogster
Hi Bananalive,
The xml file I uploaded worked like a charm to fix the preview and moderation problem I was having with the forms. However, I also have FB Connect installed and when a new thread is submitted by a FB user it gets posted on their FB wall. I have the form set up to submit to a new thread on a forum and before installing your new xml file, the forms submitted were creating these new threads and the submission of the form/creation of the new thread was creating a note on the user's facebook wall. Once I installed the new xml file, it no longer creates a new note on the facebook wall when a user submits the form (hence creating a new thread). I check all my options and they are all the same. Could the XML form I updated have overwritten something?
Thanks,
Maria
|
I assume it works by using the newthread_post_complete hook location.
Find in plugin:
Easy Forms Part 1
PHP Code:
/*($hook = vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false;*/
Replace with
PHP Code:
($hook = vBulletinHook::fetch_hook('newthread_post_complete')) ? eval($hook) : false;