TinyMCE Removes site base url -


im using tinymce wysiwyg editor, and when I enter a link, or an image from a website, So it removes the base URL

For example, if I enter: - I will get - somelink.php

Any ideas how to solve it?

This is something in your tinyMCE.init function Add rows:

  convert_urls: true, relative_urls: false, remove_script_host: false,  

Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -