You are not logged in.
I'm trying to use the image manager that seems to be built into Xinha. I tried using this line:
xinha_config.imgURL = "http://www.myURL.com/path/to/images";
...but when I click on the Xinha image manager icon (the one with the icon for a mountain and the sun), the dialog box comes up, but doesn't display any of my images.
I also tried it in these ways:
xinha_config.imgURL = "http://www.myURL.com/path/to/images/";
xinha_config.imgURL = "@import url(http://www.myURL.com/path/to/images/);";
xinha_config.imgURL = "@import url(http://www.myURL.com/path/to/images);";
What is the correct way to use the Xinha image manager? Thanks in advance for any info.
-Vik
Last edited by Vik (2006-03-02 23:35:50)
Offline
You will have to use the plugin "ImageManager".
For the usage see here http://xinha.python-hosting.com/wiki/ImageManager
Offline
I notice that the ImageManager plugin doesn't use "xinha_config.imgURL". Is "xinha_config.imgURL" used by anything?
Offline