Quote:
Originally Posted by Ted S
If you have 4.0, you have "Free updates for this version" but I digress...
The mod is already build to parse data from 4.0.x as well as 4.1.x, it just doesn't display the editor. I can't justify development hours to support a very dated version of the software but you can switch to a editor-less format by hacking the template --
Edit template prodforums_review_create
1 - Remove the javascript function from the <form> tag
2 - Remove {vb:raw messagearea}
3 - Remove <script type="text/javascript" src="clientscript/vbulletin_ajax_suggest.js?v={vb:raw vboptions.simpleversion}"></script>
4 - Add the following code and format to fit your style / width needs
Code:
<div class="blockrow">
<label for="comments">Review</label>
<textarea class="primary textbox" id="comments" name="comments">{vb:raw comments}</textarea>
</div>
|
Im @ 4.0.3
Where is the javascript code i have to remove?
Quote:
<form class="vbform block" action="productforums.php" method="post" onsubmit="return vB_Editor['{vb:raw editorid}'].prepare_submit(this.headline.value, {vb:raw vboptions.postminchars})">
|
Thank you very much

Will I have to do that again if I update the addon?