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 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: vbet redirecting query strings in urls

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

    Default

    That seems to work, thank you.

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

    Default

    Thanks for your confirmation. At this moment I will move this thread into Bug reporting section. If we test it and it will be without any issues - will be included in the next relase.

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

    Default

    Hello Snake,
    I have a better solution for you. My previous solution was not complete and now you dont have one from vBET functionality. Please change it.
    1. make a copy and edit a file:
    Code:
    includes/vbenterprisetranslator_functions_hooks.php
    2. in this file find function:
    PHP Code:
    function vbet_global_start(&$template_hook) { 
    3. in this function find:
    PHP Code:
    if ($threadrow && $threadurl != $_SERVER['VBSEO_URI']) { 
    4. and replace with:
    PHP Code:
    if ($threadrow && strpos($_SERVER['VBSEO_URI'], $threadurl)!= 0) { 
    5. save and update file.

    This solution will be include in the next relase.
    Last edited by kamilkurczak; 30-12-10 at 10:28.

Page 3 of 3 FirstFirst 123

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
  •