Maybe the translation isn't going through, I don't know, but for the 5th time I'm NOT asking you to change anything with the product. I'm simply asking you to tell me what is breaking in 4.1.12!
Maybe the translation isn't going through, I don't know, but for the 5th time I'm NOT asking you to change anything with the product. I'm simply asking you to tell me what is breaking in 4.1.12!
In your version of vB order of hooks is bad. In latest version of vB this problem does not occur. This is not an issue related to vBET, but with vB. We support vBET and its integration with latest version of vB and other plugins.
Okay. Which hook are you referring to? I've examined class_bootstrap.php and the parse_template/process_templates_complete hooks are in the same place in 4.2.2 as it is in 4.1.12. The same goes for global_bootstrap_complete, global_complete, global_bootstrap_init_start, global_shutdown and their corresponding files.
I know.
Alright, I did the update to 4.2.2, because I was tired of waiting for a response. Now I have a whole new set of problems: http://www.vbenterprisetranslator.co...lated-url.html
OK. I answered you in that topic.
Thanks. Those issues have been corrected.
Now, unless I'm missing something, I'm still not seeing the flags and rel-alternate tags being translated. They are just as they were on 4.2.2 as on 4.1.12.
Last edited by tavenger5; 14-12-13 at 14:34.
OK. We work and test this issue.
OK. I found a solution. The sequence of hooks in you is different than ours, even though we have the same version of vB.
Quick fix for this issue:
- Go to AdminCP->Plugins & Products->Plugin Manager->Product : vB Enterprise Translator
- Edit plugin Translate link to thread
- Change hook location to fetch_threadinfo
- Replace the php code on this code:
PHP Code:
require_once(DIR. '/includes/vbenterprisetranslator_functions_url.php');
if($thread[title]) vbet_translateUrls($thread[title]);
- Save plugin.
After clearing a guest cache alternative tags should be translated correctly.
I'm glad I help you.
I'm still looking for the cause of a different order execution hook.