elfinder no url in inputfield - ckeditor

I try to use Elfinder v2.1.20 with CKeditor v4.6.2 , but when wil add a image to the inpufield , Elfinder open the image in a popup window,
but NO url add in the input field.
Someone can help me with this.
test page

Related

how remove domain when select image in CKeditor

How can I set CKEditor to always display the Relative URL vs the Absolute URL . I select an image using the CKFinder interface. In the Image Properties Window > URL Field after selecting an image it shows the relative url path. I would like it to show the relative http url. i.e. Display /directory/image.jpg rather then http://www.example.com/directory/image.jpg I'm using CKEditor 4 and laravel filemanager.Thanks,

Ckeditor with image drag and drop /image insert in laravel 5.2

I need a WYSIWYG Editor with feature to drag and drop image or the image can be uploaded and inserted in the editor.I tried with ckeditor in laravel 5.2 .
This is my code for image upload URL
config.filebrowserUploadUrl = "{{route('infos.upload',['_token' => csrf_token() ])}}";
In console it shows
http://localhost/laravel/public/%7B%7Broute('infos.upload',['_token'%20=%3E%20csrf_token()%20])%7D%7D?CKEditor=question&CKEditorFuncNum=2&langCode=en
And i am getting error access forbidded.
If possible please provide complete tutorial for integrating ckeditor with image upload in laravel.

Magento wysiwyg editor insert variable in static block not working

When I use the editor in the CMS, I tried use the "Insert Variable" button in both show and high editor state and also edit html source.
I entered Link to Base URL.
If my base url is http://example.com, it is supposed to chagne http://example.com/abc,
but it shows me the same Link to Base URL in the frontend, how can I successfully get the true URL.
P.S. I got something like this in the 'edit html source' button:
Testing, but in the frontend it still show me back Link to Base URL
Try this way to add base url in your static block:
Link to Base URL
That should create a link to your store's base URL.

Drupal 7 Profile Picture with Ajax Upload Button

In Drupal 7 Profile Picture, I want to add an ajax "upload" button next to the file input. On click of this upload button the selected image should be uploaded. How is this implemented?
Recommend User Picture Field module.
Install the module. Then add an image field in admin/config/people/accounts/fields, and configure it to appear in register form. At last configure the module at admin/config/people/user_picture_field. You'll get what you want: upload button, thumbnail, and remove button.

tinyMCE add image

I have problem with tinyMCE. If I add image from external url (http://www.somesite.com/image.jpg) all works perfect and and the image will show in my text. But if I add an image from a folder on server, the image will not show because I use htaccess to rewrite the url.
Web domain: www.web.domain.com
If I insert image from www.web.domain.com/images/img.jpg and show this text on the page www.web.domain.com/en/Category-1/, the image doesn't show because tinyMCE adds img src as "./images/img.jpg"
Any idea if it is possible to turn this off?
Probably due to TinyMCE using relative URLs by default. Check out the FAQ entry on the TinyMCE site for the various settings that might help.

Resources