Ref
Item4533
When you add an image the path to the image is the edit script instead of the pub dir path
Example
<img width="1" alt="novisible indication of an image" src="%SCRIPTURL%/edit/Bugs/novisibleimg.png" height="1" border="0" />
To reproduce just add an image using the dialog - without having attached one. You see nothing afterwards (Item4533) and the path will never work. It should have been %<nop>ATTACHURL% that was used.
--
TWiki:Main/KennethLavrsen
- 02 Sep 2007
See also
Item4535. The path rewriitng in
TinyMCE is gormless. I am going to have to develop a plugin for it that handles TWiki paths more intelligently. I was hoping to avoid that, but oh well.
CC
See
Item4535 for comments on the solution
CC
Reopening. See Item4605 where the image I added became
<img src="%SCRIPTURL%/edit/Bugs/unknownuser.png" />
--
TWiki:Main.KennethLavrsen
- 14 Sep 2007
Should be OK now.
CC