Help files
  • January 1970 Edit

    Hey

    Where to choose helpfiles in another languge? No matter what I do it's only english.... :(


    Regards Claus

  • justinjustin August 2007

    Hey Claus,

    yep - this is the case for the last stable release 20070525 :(
    -- the help files didnt change language
    --- our main focus so far has been on the text in all the pages
    --- making help work correctly is the next hurdle

    hopefully in the next release or so this will be resolved

    Cheers

    Justin

    SmarterInvoices.com :: Simple Invoices hosting | Kelly.org.au :: Simple Invoices custom development | justin.kelly.org.au
  • molgaardmolgaard November 2007

    Hi

    I have now installed the new release of Simple Invoices, and were looking for helpfiles i other languages but it isn't there.
    How to change to other language help.

    Regards Claus

  • molgaardmolgaard November 2007

    Hello again :lol:

    I found a solution i changed in docs.php line 33 from "en" to "da" and in line i changed this:
    $file = "./documentation/en/general/about.php";

    to:
    $file = "./documentation/da/general/about.php";

    Regards Claus

  • justinjustin November 2007

    Hey Claus,

    the proper solution is to change the references in docs.php from $lang to $language - refer below

    if($_GET['t'] == "help") {

    include("./documentation/$language/help/$_GET[p].html");
    }
    else {

    $file = "./documentation/$language/general/$_GET[p]";


    $file = "./documentation/$language/general/about.php";

    i've got to update the en dir to en-gb to

    Cheers

    Justin

    SmarterInvoices.com :: Simple Invoices hosting | Kelly.org.au :: Simple Invoices custom development | justin.kelly.org.au

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

Categories