The attachment is a preliminary patch for JASfinder support for CKeditor module. It's not fully complete, and may be a bit lacking both in style and functionality, but should get people interested in having JASfinder support started. I'll try to find the time to finish the patch soon.

Comments

wwalc’s picture

Before we add support for this file manager we really need to be sure that it is stable enough, right now there is even no official release.

wwalc’s picture

Status: Needs work » Postponed
dczepierga’s picture

Status: Postponed » Closed (won't fix)

Nothing happend in JASFinder project over 3 month, so it's probably dead. I closed this ticket.

zeip’s picture

Status: Closed (won't fix) » Needs work
StatusFileSize
new6.81 KB

They've finally made a release (1.0). Attached is a new patch for the support. It seems that either the patch or JASfinder itself has a bug that prevents uploading to folders, but when not used with folders it seems to work fine. I'll continue the investigation on why the folder support has broken.

mkesicki’s picture

Status: Needs work » Needs review
mkesicki’s picture

Status: Needs review » Needs work

I checked this patch and it doesn't work for me. I have 403 error after click 'Browse server' button in CKEditor. Of course I configure CKEditor module to use JASFinder filebrowser in CKEDitor's profile configuration.

zeip’s picture

The module requires you to be able to access the file manager that resides under ckeditor/jasfinder directory – if you have forbidden access to module directories, for example, it doesn't work.

Can you check what your web server error log tells you? At least Apache usually tells quite clearly why it returned 403.

mkesicki’s picture

I have to back to DEV version of CKEditor module (without your patch)
but when I tried use jasfinder (click on "Browse server" button in image idalog) my apache error log wrote:

[error] [client 127.0.0.1] Directory index forbidden by Options directive: E:/www/drupal/sites/all/modules/ckeditor/jasfinder/, referer: http://drupal.localhost/node/add/page

When I change

$settings[$textarea_id]['filebrowserBrowseUrl'] = $module_full_path .'/jasfinder/';

to

$settings[$textarea_id]['filebrowserBrowseUrl'] = $module_full_path .'/jasfinder/index.html';

it start showing. But I can't upload file because for some reason $Config variable was empty/null.

Hope this helps you.

dczepierga’s picture

Status: Needs work » Closed (won't fix)

As i see issue is dead so i closed it.

Greetings