I am useing Tiny Tiny MCE with IMCE, when I insert and image from file manager it uses a relative path to image. How can I get it use full path all the time?

Comments

blockedmind’s picture

?

Steve Lockwood’s picture

Status: Active » Fixed

There is a setting you can change in the init settings:

Go to admin/settings/tinytinymce

Edit the init string for advanced mode - I think you need the following settings:

relative_urls : false,
convert_urls : false,

I hope this helps

blockedmind’s picture

it worked! thanks so much... what else options are available?

Steve Lockwood’s picture

The full reference is at http://wiki.moxiecode.com/index.php/TinyMCE:Index Icheck out the configuration parameteres at http://wiki.moxiecode.com/index.php/TinyMCE:Configuration)

Also there are many examples at http://tinymce.moxiecode.com/examples/full.php

Steve

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.