Pomembno: Ta stran uporablja piškotke (cookies). Z uporabo te spletne strani brez izklopu piškotke v brskalniku, pomeni, da se strinjate za njegovo uporabo.
Kupite! Lastnosti Downloads

Zaslužite z nami!

Če bi želeli začeti zaslužite denar z vBET stika za Affiliate Program.
Rezultati 1 do 3 od 3

Thread: Namestitev težave vBET na vb4.0.8/vbSEO

  1. #1
    Noob
    Join Date
    November 2010
    Prispevkov
    6

    Default Namestitev težave vBET na vb4.0.8/vbSEO

    Pozdravljeni,

    Poskusil sem namestiti vBET in narediti ustrezne korake za integracijo z vbseo, vendar pa - in je lahko moj urejevalnik besedila ali sem samo slep - vendar ne najdem nobenega od teh find / zamenjati primerih v posebej datotek

    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.
    Lahko ta integracija navodila so napisana za predhodno različico Prevod je ustvaril Klemen? Jaz sem z uporabo Prevod je ustvaril Klemen 3.5.2. Wth ...

    Vsaka pomoč dobrodošla.

  2. #2
    vBulletin Enterprise Translator (vBET) Osebje
    Join Date
    Maj 2010
    Prispevkov
    1,000

    Default

    To je navodilo, da vbseo 352 preveč.
    Ali ste prepričani, da poskusite urediti dobro datoteke?
    morajo biti: _createurl.php in _url.php iz vbseo/inculdes/ mapo.

    Prepričajte se, da ko kopirate line (najti in zamenjati v datotekah SEO) iz naše pouka ga ne kopirati z prostor na koncu.

  3. #3
    Prepovedani
    Join Date
    November 2010
    Prispevkov
    95

    Default

    Ko ni odgovora za nekaj časa, tako rešiti, kot za zdaj

Oznake za to Thread

Pravila objavljanja

  • You ne sme objavljati novih tem
  • You ne sme post Odgovori
  • You ne sme dodati priponk prispevkom
  • You ne sme urejati svojih prispevkov
  •