How to display topic image in the News module? There is topic manager in the news administration but there is no way to assign image to a topic. There is also independent module called "Topics". There you can create a topic and assign image to it but I don't know how to connect it to the news article.
This is in my news_user_index.htm template:
Code
<!--[ if $info.topicimage ]-->
<a href="<!--[$links.searchtopic]-->"><img src="images/topics/<!--[$info.topicimage]-->" alt="<!--[$info.topictext]-->" /></a>
<!--[ /if ]-->
<a href="<!--[$links.searchtopic]-->"><img src="images/topics/<!--[$info.topicimage]-->" alt="<!--[$info.topictext]-->" /></a>
<!--[ /if ]-->
Thanks in advance for your advice!
