Closed (fixed)
Project:
Htmlarea
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jul 2004 at 00:18 UTC
Updated:
28 Jul 2004 at 09:03 UTC
The inserted URL is "http://(site)/image/view/(image node ID)", but the current version of image.module (in CVS anyway) doesn't recognize this URL.
BTW, any possibility that it could insert a non-absolute URL (i.e. "image/view/(node ID)")? This would make my sites portable between development environment and production environment.
Comments
Comment #1
gordon commentedThis is because you need to be using the version of the image module from my sandbox contributions/sandbox/gordon/image which has modification specifically for the htmlarea module.
Comment #2
Eric Scouten commentedFYI the "mainline" version of image.module has been updated to contain these changes.