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

Relative path when using link_tag_scheme=abs and no base tag #53

Open
udovichenko opened this issue Oct 29, 2016 · 1 comment
Open

Relative path when using link_tag_scheme=abs and no base tag #53

udovichenko opened this issue Oct 29, 2016 · 1 comment
Labels

Comments

@udovichenko
Copy link

I use link_tag_scheme = abs and have no tag on the page.
But tinymcerte cuts the slash in the beginning of src attribute of the images.
I didn't find a setting to change this behavior.
Is it possible to change this somehow?

@catsmeatman
Copy link

It's bug.

In system settings set
tinymcerte.relative_urls = false
tinymcerte.remove_script_host = false

and add new setting tinymcerte.convert_urls = false, after in /core/components/tinymcerte/model/tinymcerte/events/tinymcerteonrichtexteditorinit.class.php:70 add 'convert_urls' => $this->tinymcerte->getOption('convert_urls', array(), true) == 1,

@Ibochkarev Ibochkarev added the bug label Oct 7, 2019
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