Your directions call for this in the "edit post" template.
Code:
<form name="vbform" action="editpost.php" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
The actual code is:
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>>
It's missing the blue text in a stock 3.6.4 template
Everyone can just look for
and they find it just fine. It's the only instance of this in the "edit post" template.
Just like
is the only instance of this in the "new post" template.
Excellent mod though! :up: