1
Two questions about AMS 2.41 module:
1/ How can I create a block with filter functions of admin panel?
2/ How can I add the topic name before story title? I know, I need edit templates, but I tried
add smarty tag in file AMS/templates/ams_item.html, like example below:
<a href="<{$xoops_url}>/modules/AMS/index.php?storytopic=<{$topic.id}>"><{$topic.title}>a> : <a
href="<{$xoops_url}>/modules/AMS/article.php?storyid=<{$story.id}>"><{$story.title}>a>
but didn't work because always get same topic id to all stories...
Thanks in advance.