You are not logged in.
Pages: 1
how can i insert image by URL is there some plugin that can insert images by url for example http://www.google.com/intl/en_ALL/images/logo.gif
i need this very much
Offline
All you need is the menuitem ""insertimage" in your toolbar.
xinha_config.toolbar =
[
["popupeditor"],
["separator","formatblock","bold","italic"],
["separator","inserthorizontalrule","createlink","insertimage","inserttable"],
];
Not that I suggest having exactly that as your toolbar, but that would work.
Then the little button that looks like a mountain range will pop up a window that will allow you to put a url for an image.
Simple as that.
Offline
yes but this lauches the Image manager plugin and i cant pase URL in there
Offline
Indeed ImageManager has not even a field for putting in a URL. You should consider using ExtendedFileManager instead, it offers the same functionality as ImageManager and more, and you can insert an image by URL (please check out the newest version from svn or wait for the Nightly of tomorrow, because I just fixed a bug that made this not work)
Offline
Actually, the functionality I was referring to is what that links goes to if you don't have ImageManager plugin enabled. By default Xinha has an "Insert/Modify Image" button in the toolbar that allows you to insert an image by URL. It doesn't actually upload it though, it just creates an img tag.
Thanks for the note about ExtendedFileManager though, I believe I can use that.
Last edited by Practicality (2007-09-10 12:51:08)
Offline
I think it will be better if ExtendedFileManager plugin used images from hosting & allow to insert url if you want to use url. This plugin use insertimage button but dont allow url insert. I think plugins are extend possibility but not narrow it.
Offline
Pages: 1