1
I am using the Magazine module and, assuming this is a simple smarty coding issue that I can't firgure out, I would like to display the article image on the category index page.
I'm sorry, I cannot provide a link to show you because the information in my Magazine is sensitive, so hopefully I can explain it all well. If you are using Magazine, then you should hopefully understand.
The smarty code that displays the article image works on >>
xoops/modules/magazine/article.php
(this view is of the article itself)
I want the article image displayed on the page just before you get to the actual article. The page displays the list of articles in the section and is located at >>
xoops/modules/magazine/artindex.php
Of course I want the image that corresponds with the article to appear next to the link that will lead the visitor to the article.
The smarty code that displays the article image on the article is >>
<img src="<{$article.image}>">
So in a nutshell, I want the article image to show in the listing of articles and on the article page. I keep getting the dreaded X where the image should be. I'm not very familiar with how the smarty codes work, so please be very descriptive.