Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem Ckeditor with subfolder #26

Closed
Mte90 opened this issue Sep 29, 2010 · 4 comments
Closed

Problem Ckeditor with subfolder #26

Mte90 opened this issue Sep 29, 2010 · 4 comments
Assignees
Labels

Comments

@Mte90
Copy link

Mte90 commented Sep 29, 2010

I have the ckeditor with filemanager in subfolder while the cms is are in another subfolder.
If i select the img by file manager the path of img was "/example.png" while the path of the site are "http://example.xx/example".
i have modded the line 189 of filemanager.js with this window.opener.CKEDITOR.tools.callFunction($.urlParam('CKEditorFuncNum'), data['Path'].substr(1));
that remove the slash.
Domain http://example.xx/example
Img is http://example.xx/example/example.png
Img is after select http://example.xx/example.png
If the site are in a subfolder i have the problem.

@Mte90
Copy link
Author

Mte90 commented Jan 12, 2011

I need this modify to use it in my cms.
now for fix i edit the line 224.

@simogeo
Copy link
Owner

simogeo commented Jan 13, 2011

What about that bug MTe90?

Still active or not? You're the only one complaining about that ? ;-)

@Mte90
Copy link
Author

Mte90 commented Mar 13, 2011

I have also the problem.
i have updated with the last version but for me the problem exist.

@ghost ghost assigned simogeo Jun 9, 2011
@Xertoz
Copy link
Contributor

Xertoz commented Feb 29, 2012

The commit f909c13 solved this kind of issue with a new configuration parameter. See the issue 93. (relPath = '/example'; or something alike)

@simogeo simogeo closed this as completed May 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants