I would like to use the fck editor with oscommerce to add the product image path.
I have created a simplified menu with just the image button but the field underneath is still wysiwyg.
Ideally I want to use the great fck filemanager to find files on the server, select one (so the relative image path /image/car.jpg appears in the box) and then submit this path. At the moment the actual image appears!
Is there a way to start in source only mode?
As this already been done?
Regards,
Simon
I have created a simplified menu with just the image button but the field underneath is still wysiwyg.
Ideally I want to use the great fck filemanager to find files on the server, select one (so the relative image path /image/car.jpg appears in the box) and then submit this path. At the moment the actual image appears!
Is there a way to start in source only mode?
As this already been done?
Regards,
Simon

Re: I want to just add images with fck
Thanks,
Ben
Re: I want to just add images with fck
Re: I want to just add images with fck
Re: I want to just add images with fck
Re: I want to just add images with fck
Re: I want to just add images with fck
paths.put(FILE, PropertiesLoader.getProperty("connector.resourceType.file.path")); paths.put(IMAGE, PropertiesLoader.getProperty("connector.resourceType.image.path")); paths.put(FLASH, PropertiesLoader.getProperty("connector.resourceType.flash.path")); paths.put(MEDIA, PropertiesLoader.getProperty("connector.resourceType.media.path"));I haven't done, but I suppose you must do in fckeditor.properties file, which is a file that you have to create and publish on the classpath. I have created it for other properties, but I have no tried your issue.
This is on java connector, hopefully it can help you!