Quote:
Originally Posted by SmasherMaster
It didn't do anything! I still get the WYSIWYG in the shoutbox...
|
Try this then
find
HTML Code:
<if condition="$vboptions['shoutbox_usestandardtextarea'] == 1">
<textarea name="message" rows="15" cols="75" style="width:100%; height:250px" wrap="virtual" tabindex="2"></textarea><else />
$messagearea
</if>
and replace it with
HTML Code:
<textarea name="message" rows="15" cols="75" style="width:100%; height:250px" wrap="virtual" tabindex="2"></textarea>