2010-05-28, 22:21:59
(This post was last modified: 2010-05-28, 22:24:57 by questioner9.)
Hi, I've written (well..., copy, delete and paste) a file to be used as file manager for CKeditor within GetSimple.
WARNING: It's not been tested further than me, so take care.
Usage:
Copy attached file to your GetSimple's /admin/ folder.
Modify file /admin/edit.php file, arround line 300 and add:
just before"});" line.
If the line previous to your pasted one doesn't ends with a coma "," add it too.
It should ends looking like this:
Good luck, hope it helps.
WARNING: It's not been tested further than me, so take care.
Usage:
Copy attached file to your GetSimple's /admin/ folder.
Modify file /admin/edit.php file, arround line 300 and add:
Code:
filebrowserBrowseUrl : 'vudu_filemanager.php'
If the line previous to your pasted one doesn't ends with a coma "," add it too.
It should ends looking like this:
Code:
...
baseHref : '<?php echo $SITEURL; ?>',
toolbar : [ <?php echo $toolbar; ?>],
filebrowserBrowseUrl : 'vudu_filemanager.php'
});
Good luck, hope it helps.