Fork me on GitHub

Multilingual USer Data  Bottom

  • Hello Zikula developers.

    I need, that userd data to be multilingual like Name, Last Name in several languages , like Categories system does.
    Can not wait for new versions from dev. team :).
    Can you give some directions.
    I guess i need something similar in pntables.php

    Code

    $pntable['categories_category_db_extra_enable_attribution'] = true;

    It will look like this?

    Code

    $pntable['userspersonaldata_username_db_extra_enable_attribution'] = true;

    where 'userspersonaldata' is a table and 'username' is column. Am I right?
    I also need something like

    Code

    function userspersonaldata_makeDisplayUserName($name)
    {

      return serialize(array(pnUserGetLang() => $name));
    }

    this is what i found in categories ..and of course appropriate template files...
    what else is needed?

    can there be a simpler solution?
    I mean if i be able to categorize userdata:
    1. add some categories. but under which category?
    2. then create user data which is member of created category. but how?
    and this data is categorized and since categories are allready multilingual user data also will be multilingual.

    is this possible? how?
  • 0 users

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