Fork me on GitHub

Converting a module to zikula 1.2 / 1.3  Bottom

  • In order to convert a module to zk1.2/1.3

    you have to
    - convert the language file to pot file and rename pnlang to locale
    - replace all call of constant in the code by
    $dom = ZLanguage::getModuleDomain('pagemaster');
    __('Creation date', $dom) ;
    - replace CSS (PN-warning become zk-warning)
    - replace Smarty call to pnml by
    is that all ?

    thank's in advanced



    edited by: mumuri, datetimebrief
  • There is a full guide here

    Regards,

    Drak

    --
    Zikula Lead Developer
    Board Member of the Zikula Foundation
    Follow me on twitter.com/zikuladrak

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