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.
Results 1 to 3 of 3

Thread: Problem after update with vBSEO integration

  1. #1
    Junior Member
    Join Date
    Nov 2010
    Posts
    4

    Default Problem after update with vBSEO integration

    Text automatically translated from: German to: English
    Translated text
    Hello,

    after the update and all settings from the readme, the themes of the forum is no longer home, and the sidebar forumdisplay accessible. The page stays white and the links in the address bar look like this:

    Call from sidebar:
    http://www.kambodschaforum.com/news/....html # post1027

    Call from the list of forums forum home:
    http://www.kambodschaforum.com/showt...=1027 # post1027

    The reason for the changes to the vBulletin integration Part 2

    Code:
    # (Required) SEO links translation integration - part 2
    
       1. Download from server file FORUM_ROOT/vbseo/includes/functions_vbseo_url.php
       2. Open it in any text editor and find:
          $text = strtr($text, $trarr_table);
       3. REPLACE it with this code:
    
          if (false !== strpos($text, ');
          if (vB_Template_Runtime::fetchStyleVar('charset') != 'utf-8') {
          $text = preg_replace('/&#([0-9]+);/esiU', 'convert_int_to_utf8(\'\\1\')', $text);
          }
          } else {
          $text = strtr($text, $trarr_table);
          }
    
       4. Find:
          header ("Location: $fulluri");
       5. PUT BEFORE it this code:
    
          if (isset($_REQUEST['language'])) {
          require_once(DIR. '/includes/vbenterprisetranslator_functions_url_tracking.php');
          $fulluri = vbet_createURLForAddressNoReplace($_REQUEST['language'], $fulluri);		
          }
    
       6. Save file and upload it to server, overwriting the old one.
    VBSEO version: 3.6.0
    Vbulletin version: 4.1.3

    Many thanks
    Original text

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

    Default

    what about your settings in admincp->vBET->main?
    did you set your url to SEO and set VBSEO_URI? What about your .htaccess file? can you put here the .htaccess content?

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

    Default

    no answer - solved, if not- please write here and I will open this thread once again.

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
  •