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?
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
Comment #1
blockedmind commented?
Comment #2
Steve Lockwood commentedThere 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
Comment #3
blockedmind commentedit worked! thanks so much... what else options are available?
Comment #4
Steve Lockwood commentedThe 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
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.