I rëndësishëm: Kjo faqe është duke përdorur cookies (cookies). Duke përdorur këtë faqe interneti pa turning off cookies në shfletuesin, do të thotë se jeni dakord për të përdorur atë.
Buy Now! Features Downloads

Fito me ne!

Nëse ju do të donte për të filluar fituar para me vBET bashkohen për të Programi Filialin.
Results 1 te 6 e 6

Thread: vBET 3.3.2 pushimet ditore / javore digests për përdoruesit Muslimanët

Shiko Hybrid

E Mëparshme Post Previous Post   Next Post Tjetër Post
  1. #1
    Senior Member
    Antarësuar
    Nëntor 2009
    Postime
    168

    Default vBET 3.3.2 pushimet ditore / javore digests për përdoruesit Muslimanët

    Ky shkëmbim kodin në pushime functions_vbseo_creaturl ditore / javore digests:
    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); 
    Fix:

    Në plugin Email Send Muslimanët, të zëvendësojë të plotë me përmbajtjen:

    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']); 
    Në functions_vbseo_createurl.php:

    Gjej të:

    PHP Code:
    $vbseo_gcache_thread['seotitle'] = vbet_vbseo_filter_replace_text ($ttl); 
    Replace me:

    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); 
    }

    Natyrisht ky është një doze dhe të pista, pasi nuk duhet të jetë diçka e gabuar me funksionin vbet_vbseo_filter_replace_text.

    Kam gjetur këtë duke:
    1. pranuar se ditore dhe javore forum email abonim nuk janë duke punuar
    2. kontrolluar të gjitha grepa në fotografi permbledhje vBulletin, i cili çoi në klasën e-mail
    3. paaftësi përputhen vBulletin plugin mail_send & konfirmuar se çdo gjë tani ka punuar

  2. #2
    Michał Podbielski (vBET Stafi) vBET's Avatar
    Antarësuar
    Tetor 2009
    Postime
    3,037

    Default

    Faleminderit për shënim, ne do të kontrollojë atë dhe fix it

  3. #3
    Senior Member
    Antarësuar
    Nëntor 2009
    Postime
    168

    Default

    BTW, ju duhet të gjejnë një fix më elegante, please let me know!

  4. #4
    Michał Podbielski (vBET Stafi) vBET's Avatar
    Antarësuar
    Tetor 2009
    Postime
    3,037

    Default

    Nuk ka problem

  5. #5
    Senior Member
    Antarësuar
    Dhjetor 2009
    Postime
    276

    Default

    thanks for vënë this out!

  6. #6
    Michał Podbielski (vBET Stafi) vBET's Avatar
    Antarësuar
    Tetor 2009
    Postime
    3,037

    Default

    Zgjidhje më elegante gjetur - do të përfshihen në publikimin e ardhshëm. Kjo nuk do të kërkojnë ndonjë shtesë vBulletin botim fotografi.

    Për rregullim të shpejtë:
    1. Edit file / përfshin / vbenterprisetranslator_functions_vbseo.php
    2. Gjej të:
    PHP Code:
    function vbet_vbseo_filter_replace_text($text$allowchars null$filter_stop_words true$reversable false) { 
    3. Vendos PAS:
    PHP Code:
    if(isset($GLOBALS['FIX_EMAILS'])) {
    return 
    vbseo_filter_replace_text ($text$allowchars$filter_stop_words$reversable); 


Tags për këtë Temë

Regullat e Postimit

  • Ju mund të mos postoni tema të reja
  • Ju mund të mos Përgjigje pas
  • Ju mund të mos Postimi attachments
  • Ju mund të mos të ndryshoni postimet tuaja
  •