Hi all,
I purchased this quite a while ago but am just starting to use it for a real project now. Looks good but I have one major issue - hopefully it's something simple I've done wrong.
I created a blank Joomla installation and added a bunch of articles. Created a magazine + issue + 10 articles for the issue. I have thumbnail images in the intros of each article.
It displays fine when viewed from the front site but if I try a Newsletter it only shows the image name each article. Looking at the code this is what is happening
On website magazine the path to the image is
http://localhost/newsletter/images/stories/imagename.jpgin Newsletter previews the path is
http://localhost/newsletter/media/images/stories/imagename.jpgAny idea why it's adding the Media folder above image?
Also when I look at an emailed version of the newsletter what I see is the same but the img tag is
<img alt="pastarchives.jpg" title="pastarchives.jpg" style="margin: 5px; float: left; width: 128px;" height="96" width="128">That seems to be missing the img src tag altogether!!! So no way any image would be displayed.
Is there something I forgot to configure to get this working?
Many thanks,
Trev