• Resolved Kutyr

    (@kutyr)


    I started to use your plugin recently.

    I translate all you plugin in french (let me know how to send you PO and Mo fle).

    The only things that I can’t translate are Box_office title column.

    I followed your instruction in stageshow-custom-defines.php:
    To use any of the constants, copy the relevant line from this file to the
    site wp-config.php file and edit the value as required.
    *
    —————————————————————————-
    Constants to redefine column titles on Box-Office pages
    —————————————————————————-
    */
    define(‘STAGESHOW_BOXOFFICECOL_NAME’, ‘Events’);
    define(‘STAGESHOW_BOXOFFICECOL_DATETIME’, ‘Date’);
    define(‘STAGESHOW_BOXOFFICECOL_TICKET’, ‘Category’);
    define(‘STAGESHOW_BOXOFFICECOL_PRICE’, ‘Value’);
    define(‘STAGESHOW_BOXOFFICECOL_QTY’, ‘Places’);
    define(‘STAGESHOW_BOXOFFICECOL_CARTQTY’, ‘Seats);

    /*

    I copied and pasted the define lines in wp-config.php and save the file.
    When I call my site name again I receive only a white blank screen. I lost my entire site. I have to remove my adding entry for restore my site.

    What I did wrong.

    Thank you in advance

    Serge Couture

    https://www.ads-software.com/plugins/stageshow/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Malcolm

    (@malcolm-oph)

    Hi Serge

    An error in the wp-config.php that generates a fatal PHP error will bring down the site, so it is vital to be careful with the definitions.

    Looking at the code you have posted, there is an error. The Last definition has a single quote missing (it should be ‘Seats

    not ‘Seats). If this is what you have in the wp-config.php file, then that could be your problem.

    Thank you for your offer of a French translation, for which I am grateful. If you could get in touch with me via the contact page on my website (here), I’ll email you so you can send it to me.

    Thanks again

    Malcolm

    Thread Starter Kutyr

    (@kutyr)

    Thank you Malcom for your kick answer.
    It was exactly what you said an apostrophe.
    I copy your demo, it will be a good idea to change it.

    Thank you.

    Thread Starter Kutyr

    (@kutyr)

    Again Thank you very much for your good software and good support.

    I am a very small vocal choir who will appreciate the standard version. I would like to add my contribution if it is possible. I translate your plugin in french. Let me know where I can send you the FR.mo et FR.po files.

    Thank you very much

    Serge Couture

    Plugin Author Malcolm

    (@malcolm-oph)

    Hi Serge

    Thank you for the offer.

    Please use the contact page on my website … https://www.corondeck.co.uk/contact-us/

    Thanks

    Malcolm

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Translation of Box-Office title column’ is closed to new replies.