OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Error: Cannot load the editor (0 viewing) 

BookLibrary Modules Support

Go to bottom Favoured: 0

Error: Cannot load the editor

Ira (Admin)
Admin
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Re:Error: Cannot load the editor 12 Years ago
Karma: 1  
To hide these items you will need to modify the code. If you have knowledge of php you can do it yourself. If not, we can make a custom version for you.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Error: Cannot load the editor 12 Years ago
Karma: 101  
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
Logged Logged
The administrator has disabled public write access.
Go to top
»