![]() |
ckfinder with ckeditor
How to install ckfinder with ckeditor and provide security using CheckAuthentication() funtion locate in config.php
I know we must use auth.php on config.php and take some session variable, but when include auth.php and try to use $login var, i get xml errors from ckfinder. Please need some help. Thank you. |
Re: ckfinder with ckeditor
X-Cart uses its own session handling routines.
Thus the modification will be a little bit more complex: 1. create a new file "<xcart_dir>/admin/file_manager.php" PHP Code:
2. upload the ckfinder distribution pack content into the "<xcart_dir>/include/lib/ckfinder" directory. 3. change certain parts of the "<xcart_dir>/include/lib/ckfinder/config.php" file as follows: PHP Code:
4. alter the "<xcart_dir>/skin/common_files/admin/menu_box.tpl" template and add: Code:
<a href="{$catalogs.admin}/file_manager.php">{$lng.lbl_file_manager}</a> Code:
<a href="{$catalogs.admin}/import.php">{$lng.lbl_import_export}</a> 5. add a new language variable "lbl_file_manager" via X-Cart languages section and specify its value. After that you a new menu entry should appear under Tools menu -> "File manager". |
Re: ckfinder with ckeditor
Moving to "Completed Custom Mods & Templates" forum.
|
Re: ckfinder with ckeditor
I forgot to answer. Sorry.
Your reply helped me a lot. Just to say, thank you very much. |
All times are GMT -8. The time now is 04:29 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.