Quote:
Originally Posted by Killhunter
Sorry, didnt meant that in that way, of course my license is ok. Anyway i cant update, so could you please add this feature? I do not want to spend 120$ or more for the update.
|
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>