Author
Reply
  • #5024

    But I use the Extra-menu module at my historic page. And it is not much I have to edit. But I edit like this:

    public function getMenuTitle() {
    return WT_I18N::translate(‘Add ons’);
    }

    You should use Custom Translation to modify textx like this. http://kiwitrees.net/?p=4642

    If I do that it will change all with “menu”

    The right code is like this:
    public function getMenuTitle() {
    return WT_I18N::translate(‘menu’);
    }

    Could the core not be like this instead:
    public function getMenuTitle() {
    return WT_I18N::translate(‘Userdefined titel’);
    }

    So we can from kiwitrees change the menu titel?

    Otherwise I hope that the module just not change much either 🙂

    Regards, Jamie Jaconelli

    admin and owner of a user customized version of kiwitrees (contain 3 family trees)