I added the clause " zope-conf-additionnal " in my "base.cfg", and I
receive indeed an email with the good links associated with the good
news.
The addresses of .jpg are not interpreted : I find < img src = ".. /
images / blank.png " > on the place of the initial address inserted well
into the initial collector's block, like <p><img
src="../imag/imag.jpg" /></p> ...
what happens, and do you have a good idea ?
thanks for your reply
Fred
I'm not entirely sure but this sounds like it might be an issue with
the URL transformer in 'collective.dancing.transform.URL'. That's the
component responsible for rewriting URLs to be absolute. Maybe using
the debugger inside the 'URL.__call__' method will tell you why this
isn't working for your images.
I'm afraid that if you don't know Python, using the debugger isn't an
option. I'm wondering if anyone else has seen this. You might be
able to work around your problem by using absolute URLs (or Plone's
resolveUID) for your images.
> i have another problem of translation : the url are well transformed by
> the use of 'send to preview", but are not by the use of "send as
> newsletter" (in this laast case, the name of the site is not
> inserted ...)
The name of the site? A problem of translation? I don't understand.
Could you give an example?
Maybe you're not accessing the page through your virtual host, but by
the IP, when you click 'send preview'? The 'send preview' should
generate URLs as they appear on the site you're looking at. So when
if your home link is
then that's what it's gonna use in the email. Important to access the
page through the same URL which you want to use when sending out with
'send preview'.
Daniel