Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • umbracocool 108 posts 197 karma points
    Jun 01, 2013 @ 08:24
    umbracocool
    0

    Attach image with full path in "tinyMCE"

    Hello friends!.

    I using Umbraco 4.11.5

    I have a problem. Attaching images in TinyMCE, gives me the image relative url.

     

    Example:

     

    <img src="/media/11835/logo.png" alt="logo" width="241" height="60" rel="241,60" />

     

    I wish something like this:

     

    <img src="http://mydomian.com/media/11835/logo.png" alt="logo" width="241" height="60" rel="241,60" />

     

    I do not know what to do and I changed "tiny_mce_src.js" and "tinyMceConfig.config" setting:

     

    <config key="relative_urls">false</config>
    <config key="convert_urls">false</config> 
    <config key="remove_script_host">false</config> 

     

    But it does not work!.

     

    I want to use it with "Pliable Form", for AutoResponser.

     

      Help please!. Thank you!

Please Sign in or register to post replies

Write your reply to:

Draft