Fork me on GitHub

Need to change template command from PN .764 to Zikula 1.0  Bottom

  • I gave up on fixing my PostNuke install and upgraded to Zikula. My PostNuke install used the xconnections theme, and I used the Zikula's theme engine to upgrade xconnections to Xanthia 3.0.

    In several of the templates there's the following code:

    Code

    <a href="index.php?name=News&amp;catid=&amp;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!
  • Mmmm, the $info data is the same that in 0.764.
    Anyways, try to use this:

    Code

    <a href="<!--[$links.searchtopic]-->">

    icon_wink

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Yup, that did it -- thanks!

This list is based on users active over the last 60 minutes.