Pwysig: Mae'r dudalen hon yn defnyddio cwcis (cookies). Defnyddio'r wefan hon heb droi i ffwrdd cwcis porwr, yn golygu eich bod yn cytuno i ddefnyddio.
Prynu Nawr! Nodweddion Lawrlwytho

Ennill gyda ni!

Os hoffech chi i ddechrau ennill arian gyda vBET ymuno i Rhaglen Affiliate.
Canlyniadau 1 i 3 o 3

Thread: Problemau Gosod vBet ar vb4.0.8/vbSEO

  1. #1
    Aelod Iau
    Ymuno Dyddiad
    Tachwedd 2010
    Swyddi
    6

    Default Problemau Gosod vBet ar vb4.0.8/vbSEO

    Helo 'na,

    Rwyf wedi ceisio gosod vbet a gwneud y camau priodol ar gyfer integreiddio gyda vbseo, ond - a gall fod yn fy golygydd testun neu Im 'jyst yn ddall - ond ni allaf ddod o hyd i unrhyw un o'r achosion hynny gael / disodli yn y ffeiliau arbennig

    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.
    Efallai y bydd y canllaw hwn integreiddio ei ysgrifennu ar gyfer fersiwn blaenorol o vBSEO? Im 'yn arfer vBSEO 3.5.2. Wth ...

    Unrhyw gymorth gwerthfawrogi.

  2. #2
    vBulletin Menter Cyfieithydd (vBET) Staff
    Ymuno Dyddiad
    Mai 2010
    Swyddi
    1,000

    Default

    Mae hwn yn gyfarwyddyd i vbseo 352 hefyd.
    A ydych yn sicr eich bod yn ceisio golygu ffeiliau yn dda?
    Dylai fod yn: _createurl.php a _url.php o vbseo/inculdes/ffolder.

    Gwnewch yn siŵr bod pan fyddwch copi llinell (i ddod o hyd a newid mewn ffeiliau SEO) oddi wrth ein cyfarwyddyd nad ydych yn ei gopïo gyda lle ar y diwedd.

  3. #3
    Gwahardd
    Ymuno Dyddiad
    Tachwedd 2010
    Swyddi
    95

    Default

    Dim ateb am beth amser, datrys er ar hyn o bryd

Tags ar gyfer y Thread

Postio Caniatadau

  • Rydych yn efallai na swydd edeifion newydd
  • Rydych yn efallai na atebion ar ôl
  • Rydych yn efallai na atodiadau post
  • Rydych yn efallai na golygu eich swyddi
  •