Quote:
Originally Posted by David_R
I tried this on 3.7.0 wont work. 
|
You need to make sure that:
Is still in your "newthread", "newreply" and "editpost" templates for all your styles.
In the "editpost" template look for:
Code:
<form name="vbform" action="editpost.php?do=updatepost&p=$postid" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
And directly underneath it add:
In the "newreply" template look for:
Code:
<form action="newreply.php?do=postreply&t=$threadid" name="vbform" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
And directly underneath it add:
In the "newthread" template look for:
Code:
<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>>
And directly underneath it add:
You should see it now when you edit a post, create a new thread or create a new reply. This is all considering you've uploaded the product already.