重要:このページには、クッキーを使用しています (cookies). ブラウザでクッキーをオフにせずにこのウェブサイトを使用して、あなたがそれを使用するために同意することを意味します。
今すぐ購入! 機能 ダウンロード

私達と稼ぐ!

他の言語に参加するとお金を稼ぐを開始したい場合 アフィリ エイト プログラム。
結果 1 への 33

スレッド: インストールの問題はvb4.0.8/vbSEOにvBet

  1. #1

    Default インストールの問題はvb4.0.8/vbSEOにvBet

    こんにちはそこに、

    私はvbetをインストールし、vbseoと統合するための適切な手順を実行するために試みた、しかし - と私のテキストエディタであってもよいし、私はただ盲目だ - しかし、私は特定のファイルにそれらの検索/置換のいずれかのインスタンスを見つけることができません

    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.
    この統合ガイドよるで vbseo の以前のバージョンの書かれていることがありますか?よるで vbseo 3.5.2 を使用して I´m。Wth.

    すべてのヘルプは高く評価。

  2. #2
    vBulletinエンタープライズトランスレータ(vBET)スタッフ
    日時
    2010年5月
    投稿
    1,000

    Default

    これはあまりにも352 vbseoする命令です。
    あなたは良いファイルを編集しようとするよろしいですか?
    でなければなりません: _createurl.php_url.php よるで vbseo ・ inculdes から/フォルダー。

    あなたが私達の命令からのラインを(見つけ、SEOのファイルで置き換えるために)コピーする際は、末尾にスペースとそれをコピーしないことを確認してください。

  3. #3

    Default

    そう、今のように解くしばらくの間応答なし、

このスレッドのためのタグ

投稿許可

  • また しない場合があります 新しいスレッドを投稿
  • また しない場合があります ポスト返信
  • また しない場合があります 投稿の添付ファイル
  • また しない場合があります 自分の投稿を編集
  •