In several of the templates there's the following code:
Code
<a href="index.php?name=News&catid=&topic=<!--[$info.topicid]-->">
What that does, of course, is link to a news index containing only news items within that topic. That format, unfortunately, doesn't seem to work with Zikula.
I realize that I'd have to do something like this:
Code
<a href="index.php?module=News&func=view&prop=Main&cat=<!--[$info.xxxid]-->">
I just can't seem to find what those x's are. I've tried "catid" but that didn't work.
Any ideas? Thanks in advance!
