fabiankrenzler

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Translate GeoDirectory and Get 1 Year Free! #57530

    fabiankrenzler
    Free User
    Post count: 3

    As mentioned,
    attached you will find the complete german translation files.
    Best regards Fabian

    in reply to: Translate GeoDirectory and Get 1 Year Free! #55440

    fabiankrenzler
    Free User
    Post count: 3

    I have fully translated the core and all plugins to german. I allready logged in to transifex. But there is no possibility to upload the translations as complete file.And I honestly don´t have the time to fill out all the fields again.

    What are your plans with the translation. Will you offer them for free or sell them when completed?

    in reply to: ReferenceError: Can't find variable: geodir_all_js_msg #28605

    fabiankrenzler
    Free User
    Post count: 3

    Hello,

    this error can happen if your server hasn’t installed mb_stringtolower extension on the server.
    To avoid this error you can add a function to geodirectory:

    if (!function_exists(mb_strtolower)) {
    function mb_strtolower ($string, $encoding=”) {
    return strtolower($string);
    }
    }

Viewing 3 posts - 1 through 3 (of 3 total)