חשוב: הדף זה היא באמצעות עוגיות (cookies). שימוש באתר זה מבלי לכבות את קבצי ה-cookie בדפדפן, משמעותה שאתה מסכים עבור השימוש בו.
קנה עכשיו! תכונות הורדות

להרוויח איתנו!

אם אתה רוצה להתחיל להרוויח כסף עם vBET להצטרף תוכנית שותפים.
תוצאות 1 עד 3 של 3

אשכול: בעיות התקנה vBet על vb4.0.8/vbSEO

  1. #1
    ג'וניור משתמש
    תאריך
    נובמבר 2010
    הודעות
    6

    Default בעיות התקנה vBet על vb4.0.8/vbSEO

    היי,

    ניסיתי להתקין 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? I´m באמצעות vbseo 3.5.2. Wth...

    כל עזרה מוערך.

  2. #2
    פורומים Enterprise מתרגם (vBET) סגל
    תאריך
    מאי 2010
    הודעות
    1,000

    Default

    זוהי הוראה vBSEO 352 מדי.
    האם אתה בטוח שאתה מנסה לערוך את הקבצים טוב?
    צריך להיות: _createurl.php ו - _url.php מ vbseo/inculdes/תיקייה.

    אנא ודא כי בעת העתקת קו (לחפש ולהחליף בקבצים SEO) מן ההוראה שלנו, אתה לא להעתיק אותו עם רווח בקצה.

  3. #3
    אסור
    תאריך
    נובמבר 2010
    הודעות
    95

    Default

    אין מענה במשך זמן מה, פתר כל כך כמו עכשיו

תגיות עבור נושא זה

הרשאות

  • אתה אולי לא לפרסם נושאים חדשים
  • אתה אולי לא לפרסם תגובות
  • אתה אולי לא לצרף קבצים
  • אתה אולי לא לערוך את ההודעות שלך
  •