2amigos / yii2-tinymce-widget

TinyMCE WYSIWYG widget for Yii2
http://yiiwheels.com
Other
100 stars 48 forks source link

have problem with elfinder and tinymce #37

Closed mamadza closed 6 years ago

mamadza commented 6 years ago

Hi, I have problem with url of selected image in tiny mce . https://github.com/2amigos/yii2-tinymce-widget el finder work correctly It's upload image in the correct folder and show in elfinder , after I am choosing picture and show the url in modal like this: untitled the url is like this: ../../uploads/tinymce/2.jpg when I am in module my structure is like this: app/admin/ two dot came back to correct url and show picture in admin module but when I want to show picture with text in front end the url is not correct how can I fix this?

mamadza commented 6 years ago

I found the problem , in tinymce for this problem you have to declare convert_urls to false , it's default is set to true aftar that the url is true