2011-03-23, 04:10:47
Congratulations for your plugin, it is perfect for me.
One thing, "Browser Server" button does not show, I change the plugin code a little to fix this. I think that the problem is the function that calls to editor not send all parameters.
I copy below the changes that i made in code:
<?php echo $TOOLBAR; ?>
]
<?php echo $EDOPTIONS; ?>,
tabSpaces:10,
filebrowserBrowseUrl : 'filebrowser.php?type=all',
filebrowserImageBrowseUrl : 'filebrowser.php?type=images',
filebrowserWindowWidth : '730',
filebrowserWindowHeight : '500'
});
Thank you for your work.
One thing, "Browser Server" button does not show, I change the plugin code a little to fix this. I think that the problem is the function that calls to editor not send all parameters.
I copy below the changes that i made in code:
<?php echo $TOOLBAR; ?>
]
<?php echo $EDOPTIONS; ?>,
tabSpaces:10,
filebrowserBrowseUrl : 'filebrowser.php?type=all',
filebrowserImageBrowseUrl : 'filebrowser.php?type=images',
filebrowserWindowWidth : '730',
filebrowserWindowHeight : '500'
});
Thank you for your work.