Why?
It does the same thing here at vbet.
So you have test forum here.
Why?
It does the same thing here at vbet.
So you have test forum here.
Hello
we are still working on in.
I am not quite sure so I have some questions to you.
1. this 555 - this is parameter to your mod, right?
so is this mod use it?
2. if you enable vBET (stay only with SEO) this should not be cutted but will it work (this mod with this parameter)?
3. Is this mod use .htaccess file?
Thanks
555 was an example, any querystring gets redirected.
I dont see why you are asking me to debug, you can test on your forum HERE!Code:http://www.vbenterprisetranslator.com/forum/troubleshooting/1220-vbet-redirecting-query-strings-urls-2.html?hello999randomnumber7676476437634
Thanks.
Yes, I can reproduce it here and on my test forum but I need to know why you need this string in url? This should be redirect like a parametr to your mod?
or maybe this should not be cutted only.
Im running a mod that needs to add query strings to urls. What else matters. VBET should NOT redirect querystrings. Period.
I noticed that only in url to threads this string is cutted.
for example to vBulletin Enterprise Translator (vBET) - Powered by vBulletin not.
I will try to find a solution.
That is correct;
vbet redirects any thread url with a query sting, how can i stop this.
hello, I am still working on it.
Or is it so hard or ... is it so easy and I'm looking where I should not have
thank you for your patience.
ok, thanks.
I found something in this file:
in this function:Code:includes/vbenterprisetranslator_functions_hooks.php
I found this line:PHP Code:
function vbet_global_start(&$template_hook) {
this is redirected when link is not good to vBSEOPHP Code:
exec_header_redirect($threadurl);
if you edit this file and comment this line like below:
this "?555" shouldn't be cutted.PHP Code:
//exec_header_redirect($threadurl);
I tested it when this function was commented and I didn't notice any issues ( translations worked good, urls to threads too, pages too) but I am not quite sure that now vBET works good. MichaĆ will confirm it soon.