-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to rename a translated category/tag #383
Comments
Category name instead of id is how WP uses it mostly. In many cases ID is not even available. I am not sure what problem you refer to. Could you list the steps to reproduce the original problem you are trying to solve? |
Could you mention with a few words what the status is? Does it work for you now? |
Here is more details. The steps:
Basically the category name is not consistent, the first time it's just named using the default language and if you edit it, it's wrapped with the qTranslate-X tags. Thank you for you help! |
Are you using Raw Editor Mode? Do you see LSB on category editing page? |
I did not try exactly your steps yet, but there was other problem #366 resently solved in https://github.com/qTranslate-Team/qtranslate-x/archive/stable.zip and maybe it took care of your problem too. Could you please try? |
BTW, if you do not see LSB on page |
Hi Pascal, @milhouse1337, Is this about your case: http://qtranslate-x.com/support/index.php?topic=396.msg2514#msg2514 too? |
@johnclause Thank you for this! I will test and let you know. |
There is a pre-release which addresses more isses with terms editing. It would be great if you could test it too. I am closing the thread, assuming that it is resolved and to save future clicks, we can still write into closed thread or may re-open it if needed. |
Hi there,
First thank you for this excellent plugin.
I found a bug in the way categories/tags are translated. In fact it seems that the table
wp_terms
is just a reference to be used with theqtranslate_term_name
option. Here is a screenshot of the decodedqtranslate_term_name
it's basically just an array with the translations in it.The problem is that the key used to match the translation is the category name!! Why ? If the category name changes overtime the translation will never be updated because that key doesn't exist anymore.
To solve this problem, I think the key used should be the term ID. What do you think ?
I can confirm it the bug is present with the latest version of WP and qTranslate-X installed.
Thank you!
The text was updated successfully, but these errors were encountered: