Skip to main content link. Accesskey S
  • Company Logo
  • Crossware Mail Signature Wiki
  •  
Home > 4. Support Issues > Local Signature Prefix option causes images to fail

Original noneditable edition

Local Signature Prefix option causes images to fail

An improvement was added to V3.09 that allowed the path of the extracted HTML file to be configurable.

One of the improvements allowed the path to be constructed using LotusScript. If the path generated did not contain a trailing slash, it was treated as a "prefix" to the HTML file.

e.g. path returned by LotusScript

c:\Temp\Signature\DS

This would result in the following file being generated

c:\Temp\Signature\DSSignature.html

The prefix was also appended to the image paths. Image names are generated from the CID of the image when the conversion to MIME takes place on the save of the Signature Configuration document.

The following image would be saved to the OS, e.g.

c:\Temp\Signature\DS12345678908723645787893056

Unfortunately, this was incorrect as the "src" attribute in the "" tag was not updated.

This fix appends the prefix only to the HTML files. All images are left with their original file name.

This fix was implemented in V3.10