Enpòtan: Paj sa a se lè l sèvi avèk bonbon (cookies). Sèvi ak sit entènèt sa a san yo pa vire sou bonbon nan navigatè, vle di ke ou dakò pou sèvi ak li.
Buy Now! Features Downloads

Gen ak nou!

Si ou ta renmen kòmanse lajan ak are vBET pou salè pou gwo travay Afilye pwogram.
Rezilta 1 6 nan 6

Thread: vBET 3.3.2 repo jou / semèn dijere pou vBSEO itilizatè

  1. #1
    Senior Member
    Join Date
    Mar 2009
    Posts
    168

    Default vBET 3.3.2 repo jou / semèn dijere pou vBSEO itilizatè

    Sa a swap postal nan kase functions_vbseo_creaturl jou / semèn dijere:
    PHP Code:
    // FIND
    $vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl);
    // REPLACE it with this code:
    $vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
    Ranje:

    Nan Email Plugin vBSEO Voye, ranplase sa plen ak:

    PHP Code:
    require_once(DIR '/includes/functions_vbseo.php');

    $GLOBALS['VBSEO_REWRITE_TEXTURLS'] = 1;
    $GLOBALS['FIX_EMAILS'] = 1;

    if(
    function_exists('make_crawlable') && VBSEO_REWRITE_EMAILS)
     
    $message make_crawlable($message);

    unset(
    $GLOBALS['VBSEO_REWRITE_TEXTURLS']);
    unset(
    $GLOBALS['FIX_EMAILS']); 
    Nan functions_vbseo_createurl.php:

    Jwenn:

    PHP Code:
    $vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
    Ranplase avèk:

    PHP Code:
    if(isset($GLOBALS['FIX_EMAILS'])) {
    $vbseo_gcache_thread['seotitle'] = vbseo_filter_replace_text ($ttl); 
    }
    else {
    $vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
    }

    Li evidan sa a se yon ranje rapid ak sal, jan yo gen dwe yon bagay mal ak fonksyon nan vbet_vbseo_filter_replace_text.

    Mwen jwenn sa a pa:
    1. rekonèt ke chak jou ak chak semèn fowòm Imèl abònman pa t ap travay
    2. tcheke tout Kwòk nan dijere dosye vBulletin a, ki te mennen nan klas la lapòs
    3. enfimite matche vBSEO mail_send Plugin & e ki konfime ke tout bagay kounye a te travay

  2. #2
    Michał Podbielski (vBET Anplwaye) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Mèsi pou nòt nou pral tcheke pou wè li epi li fikse li

  3. #3
    Senior Member
    Join Date
    Mar 2009
    Posts
    168

    Default

    BTW, ou ta dwe jwenn yon ranje plis elegant, tanpri, kite m 'konnen!

  4. #4
    Michał Podbielski (vBET Anplwaye) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Pa gen pwoblèm Nou pral jwenn plis solisyon elegant epi li pral avize si nenpòt chanjman nan entegrasyon VBSEO yo pral nesesè.

  5. #5
    Senior Member
    Join Date
    Dec 2009
    Posts
    276

    Default

    mèsi pou montre sa a soti!

  6. #6
    Michał Podbielski (vBET Anplwaye) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Plis elegant solisyon yo te jwenn - pral enkli nan lage pwochen. Li pa pral mande pou nenpòt ki lòt dosye vBSEO edisyon.

    Pou rapid ranje:
    1. Edit pote / gen ladan / vbenterprisetranslator_functions_vbseo.php
    2. Jwenn:
    PHP Code:
    function vbet_vbseo_filter_replace_text($text$allowchars null$filter_stop_words true$reversable false) { 
    3. Mete APRE:
    PHP Code:
    if(isset($GLOBALS['FIX_EMAILS'])) {
    return 
    vbseo_filter_replace_text ($text$allowchars$filter_stop_words$reversable); 


Tags pou sa a Thread

Posting Permissions

  • Ou Pouvwa pa Post fil nouvo
  • Ou Pouvwa pa Post replies
  • Ou Pouvwa pa Post atachman
  • Ou Pouvwa pa modifye posts ou
  •