Text automatically translated from: German to: Arabic
Translated text
مرحبا ،

بعد التحديث وضبط كل من التمهيدي ، وموضوعات المنتدى لم يعد المنزل ، وforumdisplay الجانبي للوصول. في صفحة بيضاء وإقامة الروابط في شريط العنوان بهذا الشكل :

مكالمة من الشريط الجانبي :
http://www.kambodschaforum.com/news/....html # post1027

دعوة من قائمة المنتديات الرئيسية المنتدى :
http://www.kambodschaforum.com/showt...=1027 # post1027

سبب التغييرات على الجزء التكامل المنتدى 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, '[langtitle=')) {
      $text = strtr($text, $GLOBALS['vbet_custom_char_replacement']);
      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.
لخدمات الإصدار : 3.6.0
vBulletin الإصدار : 4.1.3

شكرا جزيلا
Original text