Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: vbet redirecting query strings in urls

  1. #11
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    Why?

    It does the same thing here at vbet.

    So you have test forum here.

  2. #12
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    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

  3. #13
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    555 was an example, any querystring gets redirected.

    Code:
    http://www.vbenterprisetranslator.com/forum/troubleshooting/1220-vbet-redirecting-query-strings-urls-2.html?hello999randomnumber7676476437634
    I dont see why you are asking me to debug, you can test on your forum HERE!

    Thanks.

  4. #14
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    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.

  5. #15
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    Im running a mod that needs to add query strings to urls. What else matters. VBET should NOT redirect querystrings. Period.

  6. #16
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    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.

  7. #17
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    That is correct;

    vbet redirects any thread url with a query sting, how can i stop this.

  8. #18
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    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.

  9. #19
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    ok, thanks.

  10. #20
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    I found something in this file:
    Code:
    includes/vbenterprisetranslator_functions_hooks.php
    in this function:
    PHP Code:
    function vbet_global_start(&$template_hook) { 
    I found this line:
    PHP Code:
    exec_header_redirect($threadurl); 
    this is redirected when link is not good to vBSEO
    if you edit this file and comment this line like below:
    PHP Code:
    //exec_header_redirect($threadurl); 
    this "?555" shouldn't be cutted.

    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.

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •