Penting: Halaman ini menggunakan cookie (cookies). Menggunakan website ini tanpa mematikan cookies pada browser, berarti Anda setuju untuk menggunakannya.
Beli Sekarang! Fitur Downloads

Dapatkan dengan kami!

Jika Anda ingin untuk mulai mendapatkan uang dengan vBET bergabung untuk Program afiliasi.
Hasil 1 untuk 3 dari 3

Thread: Masalah instalasi vBET pada vb4.0.8/vbSEO

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

    Default Masalah instalasi vBET pada vb4.0.8/vbSEO

    Hi there,

    Saya sudah mencoba untuk menginstal vBET dan melakukan langkah-langkah yang tepat untuk integrasi dengan vBSEO, tetapi - dan mungkin editor teks saya atau aku hanya buta - tapi aku tidak bisa menemukan orang-orang menemukan / mengganti contoh dalam file tertentu

    Code:
    Note that all vBSEOTM options are configurable by Admin CP->vBSEO->Control Panel
    
       1. (Required) Set option General Settings->Character Replacement->"Replace Non-English Characters in URLs?" to "Keep Non-English Characters in URLs"
          Since vBETTM translates URLs for threads it is necessary do NOT replace not English characters in URLs.
       2. (Required) Turn off option SEO Functions->Dynamic META TAGS->"Replace the 'META KEYWORDS' Content?"
       3. (Required) Made changes in your .htaccess file according to description here
       4. (Required) SEO links translation integration
             1. Download from server file FORUM_ROOT/vbseo/includes/functions_vbseo_createurl.php
             2. Open it in any text editor
             3. Find:
                $bloginfo['seotitle'] = vbseo_filter_replace_text($bloginfo['title']);
             4. REPLACE it with this code:
                $bloginfo['seotitle'] = vbet_vbseo_filter_replace_text($bloginfo['title']);
             5. Find:
                $vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl);
             6. REPLACE it with this code:
                $vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl);
             7. Find:
                $replace['%category_title%'] = vbseo_filter_text($c_ttl);
             8. REPLACE it with this code:
                $replace['%category_title%'] = vbet_vbseo_filter_text($c_ttl);
             9. Find:
                $replace['%section_title%'] = vbseo_filter_text($c_ttl);
            10. REPLACE it with this code:
                $replace['%section_title%'] = vbet_vbseo_filter_text($c_ttl);
            11. Find:
                $replace['%entry_title%'] = vbseo_filter_text($c_ttl);
            12. REPLACE it with this code:
                $replace['%entry_title%'] = vbet_vbseo_createCmsArticleLink($c_id, $c_ttl);
            13. Save file and upload it to server, overwriting the old one.
       5. (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.
    Mungkin integrasi panduan ini ditulis untuk sebuah sebelum versi vbseo? Saya menggunakan vbseo 3.5.2 . Wth ...

    Setiap bantuan dihargai.

  2. #2
    vBulletin Perusahaan Translator (vBET) Staf
    Join Date
    Mei 2010
    Posts
    1,000

    Default

    Ini adalah instruksi untuk vBSEO 352 juga.
    Apakah Anda yakin bahwa Anda mencoba mengedit file yang baik?
    harus: _createurl.php dan _url.php Dari vbseo/inculdes/ folder.

    Pastikan bahwa ketika Anda menyalin sebuah garis (untuk mencari dan mengganti di file seo) dari instruksi kami Anda tidak menyalinnya dengan ruang di akhir.

  3. #3
    Banned
    Join Date
    Nov 2010
    Posts
    95

    Default

    Ada jawaban untuk beberapa waktu, sehingga dipecahkan untuk sekarang

Tags untuk Thread ini

Posting Permissions

  • Anda mungkin tidak memposting thread baru
  • Anda mungkin tidak memposting balasan
  • Anda mungkin tidak memposting lampiran
  • Anda mungkin tidak mengedit posting Anda
  •