• Hello i try to make a website in french and i have somme difficulties with the english order of the words.
    In a serie page i obtain “name of serie”+ Serie and i want Serie + “name of serie” that’s the correct order in french, so where can i change the order ? I try to find something in php page i can’t…
    Can you help me ?
    TX
    Lionel

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author mooberrydreams

    (@mooberrydreams)

    Let me check with my translator. I think there needs to be a translation update.

    Thread Starter macrosonges

    (@macrosonges)

    I change the .po to modify the translation but i think there is two “blocks” one with name and the next with series, i just want to change the order series and name to match with french rules, in the php files ?
    tx

    Plugin Author mooberrydreams

    (@mooberrydreams)

    To be honest I don’t know if the po file is used because there is a French translation for Mooberry Book Manager on https://translate.ww.wp.xz.cn/projects/wp-plugins/mooberry-book-manager . If you have access to translate plugins you may be able to update it yourself here: https://translate.ww.wp.xz.cn/projects/wp-plugins/mooberry-book-manager/dev/fr/default

    If you change the php files directly, your changes will be overwritten when the plugin updates. If you are familiar with PHP and WP development, you could use the mbdb_book_grid_heading filter to update just the heading you’d like. Put your custom code in a new plugin or in your child theme to prevent it from being overwritten with updates.

    Thread Starter macrosonges

    (@macrosonges)

    Yes ok for the php but i can’t find the file and the line where i can modify the order “title/serie”, can you tell me where ?
    Not Philox Collection but Collection Philox
    tx

    att

    • This reply was modified 9 years, 4 months ago by macrosonges.
    • This reply was modified 9 years, 4 months ago by macrosonges.
    Plugin Author mooberrydreams

    (@mooberrydreams)

    I thought you meant a book grid grouped by series. I see now that you mean a Taxonomy Grid for a single series.

    In that case, you should use the filter mbdb_book_grid_mbdb_series_title to change the title. If you want to change the code directly, it’s line 169 in tax-grid.php. Again, your changes will be overwritten the next time the plugin updates, so I strongly advise you to use the filter instead.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change title order’ is closed to new replies.