In Book library at all places where you no need TinyMCE editor - you need in file booklibrary.html.php
find all places look like:
Code: |
<?php
editorArea( 'editor1', $comm_val, 'comment', '410', '200', '60', '10' ) ;
?>
|
replace to
Code: |
<textarea rows="10" cols="60" name="comment">
<?php echo $comm_val; ?>
</textarea>
|
Please backup files before change
Thanks,
OrdaSoft team