Tábhachtach: Tá an leathanach seo ag baint úsáide as fianáin (cookies). Ag baint úsáide as an suíomh gréasáin seo gan casadh as fianáin i bhrabhsálaí, ciallaíonn sé go n-aontaíonn tú le haghaidh úsáid a bhaint as é.
Ceannaigh Anois! Gnéithe Íosluchtuithe

Thuilleamh le linn!

Más mian leat chun tús a chur tuilleamh airgid leis an Taisteal páirt a ghlacadh chun Clár Affiliate.
Torthaí 1 go 2 de 2

Snáithe: Focal Teimhneach i naisc - shocrú mear

  1. #1
    Banned
    Dáta Ballraíochta
    Lúnasa 2012
    Poist
    481

    Default Focal Teimhneach i naisc - shocrú mear

    A focal gné nua teimhneach le haghaidh teidil ba chúis leis an gceist seo i naisc. Beidh Thapa shocrú le haghaidh an cheist:
    1. Comhad oscailte Áirítear / vbenterprisetranslator_functions_detection.php
    2. Aimsigh cód:
      PHP Code:
      $index 0;
      $index_prev 0;
      $index_prev_s 0;
      while (
      true) {
      if(
      $index_prev_s!=$index_prev)
      {
      $index_prev=$index;
      $index_prev_s=$index_prev;
      }
      $index strpos($title,$ignored$index);
      $help substr($title,$index_prev, ($index-$index_prev));
      if (
      $index !== false) {
      if(
      vbet_containsSeparated($title,$ignoredLen$index)) {
      $index_prev_s++;
      if((
      strstr($help,"[langtitle=")) && (!strstr($help,"[/langtitle]"))) {
      $title substr_replace($title'[/langtitle]'.$ignored.'[langtitle='.$language.']'$index$ignoredLen);
      $index += VBET_LARGE_LANGTITLE_NT_LENGTH;
      }
      else
      {
      $title substr_replace($title''.$ignored.''$index$ignoredLen);
      $index += VBET_LANGTITLE_NT_LENGTH;
      }
      }
      } else {
      break;
      }
      $index += $ignoredLen;
      }
      $title str_replace("[langtitle=".$language."] [/langtitle]"" "$title); 
    3. Cuir roimh chód:
      PHP Code:
      /* 
    4. Cuir tar éis an cód:
      PHP Code:
      */ 

    Éascóidh sí seo ach amháin as focal teimhneach le haghaidh teidil. I scaoileadh amach romhainn beimid ag a shocrú an gceist seo.
    Last edited by Marcin Kalak; 17-10-12 ag 19:06.

  2. #2
    Banned
    Dáta Ballraíochta
    Lúnasa 2012
    Poist
    481

    Default

    Shocrú mear Roimhe mhúchadh focal teimhneach le haghaidh teidil.
    Corrects an shocrú mear ceist le focal teimhneach le haghaidh teidil:
    1. Comhad oscailte Áirítear / vbenterprisetranslator_functions_bbcode.php
    2. Aimsigh cód:
      PHP Code:
      function vbet_parseTitle(&$title$removeNotTranslateSection false$andUunhtmlSpecialChars true) {
      global 
      $vbulletin;
      $tag_list = array();
      $tag_list['option']['langtitle'] = array(
      'callback' => 'handle_external',
      'external_callback' => 'vbet_handle_bbcode_langtitle',
      'strip_empty' => true,
      'stop_parse' => true,
      'disable_smilies' => true,
      'disable_wordwrap' => true,
      'strip_space_after' => 0
      );
      $parser = new vB_BbCodeParser($vbulletin$tag_listfalse);
      $result $parser->do_parse($title101000);
      unset(
      $parser);
      if (
      $removeNotTranslateSection) {
      $start 0;
      $result =& vbet_replaceFirstOffset('<!--vBET_SNTA--><!--vBET_NRE-->'''$result$start);
      $result =& vbet_replaceFirstOffset('<!--vBET_ENTA-->'''$result$start);
      if (
      $andUunhtmlSpecialChars) {
      $result =& unhtmlspecialchars($resulttrue);
      }
      }
      return 
      $result;

    3. Sí a hionad le cód:
      PHP Code:
      function vbet_parseTitle(&$title$removeNotTranslateSection false$andUunhtmlSpecialChars true) {
      global 
      $vbulletin;
      $tag_list = array();
      $tag_list['option']['langtitle'] = array(
      'callback' => 'handle_external',
      'external_callback' => 'vbet_handle_bbcode_langtitle',
      'strip_empty' => true,
      'stop_parse' => true,
      'disable_smilies' => true,
      'disable_wordwrap' => true,
      'strip_space_after' => 0
      );
      $parser = new vB_BbCodeParser($vbulletin$tag_listfalse);
      $result $parser->do_parse($title101000);
      unset(
      $parser);
      if (
      $removeNotTranslateSection) {
      $start 0;
      $result =& str_replace(array('<!--vBET_SNTA--><!--vBET_NRE-->''<!--vBET_ENTA-->'), ''$result);
      if (
      $andUunhtmlSpecialChars) {
      $result =& unhtmlspecialchars($resulttrue);
      }
      }
      return 
      $result;


    Beidh an cheist a shocrú i scaoileadh chugainn.

Clibeanna le haghaidh an Thread

Ríomhphostaithe

  • Leat Is féidir nach snáitheanna post nua
  • Leat Is féidir nach post freagraí
  • Leat Is féidir nach ceangaltán post
  • Leat Is féidir nach in eagar do phoist
  •