Let me check with my translator. I think there needs to be a translation update.
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
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.
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

-
This reply was modified 9 years, 4 months ago by
macrosonges.
-
This reply was modified 9 years, 4 months ago by
macrosonges.
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.