Hi All, I've tried this mod twice, and everytime I make the changes for newthread or postreply.... all of my users lose the ability to post.
Clicking on "Submit Reply" or "Post New Thread" does absolutely nothing. I've reverted those templates and disabled Wall Feeds.
Any Idea... my culprit is right here:
Quote:
Find:
<form action="newthread.php?do=postthread&f=$forumid " method="post" name="vbform"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(this.subject.value, $vboptions[postminchars])"</if>>
Replace With:
$fb_prepare_submit
<form action="newthread.php?do=postthread&f=$forumid " method="post" name="vbform"<if condition="!is_browser('webtv')"> onsubmit="return fb_prepare_submit(this, this.subject.value)"</if>>
|