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.
Leathanach 1 de 2 12 LastLast
Torthaí 1 go 10 de 11

Snáithe: Does not vBET Athscríobh cur síos graf Oscailte

  1. #1
    Ball
    Dáta Ballraíochta
    Lúnasa 2012
    Suíomh
    Atlanta
    Poist
    39

    Default Does not vBET Athscríobh cur síos graf Oscailte

    Hey Martin,

    Aimsíodh bug eile ar do shon. Tá sé a dhéanamh leis roinnt sóisialta ag baint úsáide as an leagan seo. Aon uair a roinnt mé ó url aistrithe úsáideann na sonraí opengraph an ábhar bunaidh as an irish leagan.

    Mar shampla tá an url i italian ach na clibeanna graf oscailte tharraingt ar an descriptyion agus a roinnt url as an english version: Truffa Fittizio, Agente modellante Julia Rodi
    Tá tú chun féachaint ar an fhoinse a fheiceáil cad is ciall agam. Anseo thíos tá sliocht:

    Code:
    <meta property="og:description" content="Hello my name is Julia Rhodes, and am a freelance modeling agent working for female first magazine in recruiting models.Female first Magazine" /><meta property="og:url" content="http://mymodeltalk.com/jobs/modeling-nigerian-419-industry-scams/330355-scam-ficticious-modeling-agent-julia-rhodes.html" /><meta property="og:type" content="article" /><meta property="og:image" content="http://mymodeltalk.com/file/style/mmt/newslettergraphic.jpg" /><meta property="og:title" content="Scam by Ficticious Modeling Agent  Julia Rhodes" />
    Gach rud ach amháin an "og: ábhar íomhá" Ba chóir go mbeadh i italian. Go dtí seo theipeann ar an a aistriú nó a thaispeáint ar an tuairisc ceart, suíomh url, agus teideal.

    An bhfuil aon chód raibh mé in ann a úsáid a shocrú seo? Má léann cuid an snáithe ina dteanga dhúchais Tá mé cinnte gur mian leo é a roinnt ar na meáin shóisialta ina dteanga dhúchais.

    Fuair mé an earráid trí uirlisí webmaster google. Thuairiscigh sé cur síos a dhúbailt agus teidil.

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

    Default Comhtháthú vBET le Oscailte Graf Cur Síos & Teideal

    Dia duit,
    Feicim go bhfuil tú ag cur clibeanna graf oscailte ag baint úsáide as Oscailte Graf Cur Síos & Teideal Deisigh ar Snáitheanna / Blog. Ní mór duit an táirge seo a chomhtháthú le vBET.
    A chomhtháthú an táirge seo le leagan iomlán de Taisteal:
    • Cuir Breiseán AdminCP-> Breiseáin & táirgí-> Plugin Manager-> Open Graph Cur síos / Tíleanna Sáraigh
    • Greamaigh cód seo ag an tús:
      PHP Code:
      require_once(DIR'/includes/vbenterprisetranslator_functions.php');
      require_once(
      DIR'/includes/vbenterprisetranslator_functions_utils.php');
      global 
      $vbulletin;
      $forumLanguage $vbulletin->options['vbenterprisetranslator_forumlanguage'];
      $language $_REQUEST['language'];
      $serie microtime(true) * 10000
    • Aimsigh:
      PHP Code:
      $og_array['og:description'] = $thread['meta_description']; 
      $og_array['og:title'] = $thread['title']; 
    • Ionadú le cód seo (Le haghaidh utf-8 gcarachtar):
      PHP Code:
      $og_array['og:description'] = vbet_translateText($thread['meta_description'], $forumLanguage$language$serie); 
      $og_array['og:title'] = vbet_translateText($thread['title'], $forumLanguage$language$serie); 
    • Ionadú le cód seo (I gcás nach utf-8 gcarachtar):
      PHP Code:
      $og_array['og:description'] = vbet_translateText(vbet_encodeToSafeUTF8($thread['meta_description']), $forumLanguage$language$serie); 
      $og_array['og:title'] = vbet_translateText(vbet_encodeToSafeUTF8($thread['title']), $forumLanguage$language$serie); 
    • Aimsigh:
      PHP Code:
      $og_array['og:description'] = $ogdesc
      $og_array['og:title'] = $bloginfo['title'] . ' ' $vbphrase['posted_by'] . ' ' $bloginfo['username']; 
    • Ionadú le cód seo (Le haghaidh utf-8 gcarachtar):
      PHP Code:
      $og_array['og:description'] = vbet_translateText($ogdesc$forumLanguage$language$serie); 
      $og_array['og:title'] = vbet_translateText($bloginfo['title'], $forumLanguage$language$serie); 
    • Ionadú le cód seo (I gcás nach utf-8 gcarachtar):
      PHP Code:
      $og_array['og:description'] = vbet_translateText(vbet_encodeToSafeUTF8($ogdesc), $forumLanguage$language$serie); 
      $og_array['og:title'] = vbet_translateText(vbet_encodeToSafeUTF8($bloginfo['title']), $forumLanguage$language$serie) . ' ' $vbphrase['posted_by'] . ' ' $bloginfo['username'];; 
    • Sábháil athrú.


    A chomhtháthú an táirge seo le leagan saor in aisce de Taisteal:
    • Cuir Breiseán AdminCP-> Breiseáin & táirgí-> Plugin Manager-> Open Graph Cur síos / Tíleanna Sáraigh
    • Greamaigh cód seo ag an tús:
      PHP Code:
      require_once(DIR'/includes/vbenterprisetranslator_functions.php');
      $language $_REQUEST['language'];
      $serie microtime(true) * 10000
    • Aimsigh:
      PHP Code:
      $og_array['og:description'] = $thread['meta_description']; 
      $og_array['og:title'] = $thread['title']; 
    • Ionadú le cód seo (Le haghaidh utf-8 gcarachtar):
      PHP Code:
      $og_array['og:description'] = vbet_translateText($thread['meta_description'], $language$serie); 
      $og_array['og:title'] = vbet_translateText($thread['title'], $language$serie); 
    • Ionadú le cód seo (I gcás nach utf-8 gcarachtar):
      PHP Code:
      $og_array['og:description'] = vbet_translateText(vbet_encodeToSafeUTF8($thread['meta_description']), $language$serie); 
      $og_array['og:title'] = vbet_translateText(vbet_encodeToSafeUTF8($thread['title']), $language$serie); 
    • Aimsigh:
      PHP Code:
      $og_array['og:description'] = $ogdesc
      $og_array['og:title'] = $bloginfo['title'] . ' ' $vbphrase['posted_by'] . ' ' $bloginfo['username']; 
    • Ionadú le cód seo (Le haghaidh utf-8 gcarachtar):
      PHP Code:
      $og_array['og:description'] = vbet_translateText($ogdesc$language$serie); 
      $og_array['og:title'] = vbet_translateText($bloginfo['title'], $language$serie); 
    • Ionadú le cód seo (I gcás nach utf-8 gcarachtar):
      PHP Code:
      $og_array['og:description'] = vbet_translateText(vbet_encodeToSafeUTF8($ogdesc), $language$serie); 
      $og_array['og:title'] = vbet_translateText(vbet_encodeToSafeUTF8($bloginfo['title']), $language$serie) . ' ' $vbphrase['posted_by'] . ' ' $bloginfo['username'];; 
    • Sábháil athrú.

  3. #3
    Ball
    Dáta Ballraíochta
    Lúnasa 2012
    Suíomh
    Atlanta
    Poist
    39

    Default

    fear a bhfuil tú uamhnach ... go raibh maith agat a bunch.

  4. #4

    Default

    Text automatically translated from: Portuguese to: Irish
    Translated text
    Marcin,

    An mbeidh an athleasú i scaoileadh eile den Taisteal OCP?
    Original text

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

    Default

    Ní dhéanann an comhtháthú a cheangal ar athrú cód i Taisteal. Athruithe an cód feidhmeanna breiseán a Taisteal clibeanna a leanas aige a aistriú.

  6. #6

    Default

    Text automatically translated from: Russian to: Irish
    Translated text
    Lá maith!
    Original text


    vBET Translator 4.7.2
    vBulletin 4.2.3

    Oscail Graph Tuairisc & Teideal Fix ar Snáitheanna / Blog 1.2.0


    Graf Oscailte Tuairisc / Tíleanna Sáraigh fb_opengraph_array:
    Code:
    if (THIS_SCRIPT == 'showthread') //For Threads
    {
      global $thread;
      $og_array['og:description'] = $thread['meta_description'];
      $og_array['og:title'] = $thread['title'];
    }
    
    if (THIS_SCRIPT == 'entry') //For Blog Entries
    {
      global $vbphrase, $bloginfo;
      $ogdesc = strip_bbcode($bloginfo['pagetext'], true, false, false, true);
      $ogdesc = htmlspecialchars ($ogdesc); 
      $ogdesc = preg_replace('!\s+!', ' ', $ogdesc);
      $ogdesc = (strlen($ogdesc) > 303) ? substr($ogdesc,0,300).'...' : $ogdesc;
      $og_array['og:description'] = $ogdesc;
      $og_array['og:title'] = $bloginfo['title'] . ' ' . $vbphrase['posted_by'] . ' ' . $bloginfo['username'];
    }

    Text automatically translated from: Russian to: Irish
    Translated text
    Tar éis an comhtháthú na n-athruithe:
    Original text


    Code:
    require_once(DIR. '/includes/vbenterprisetranslator_functions.php'); 
    require_once(DIR. '/includes/vbenterprisetranslator_functions_utils.php'); 
    global $vbulletin; 
    $forumLanguage = $vbulletin->options['vbenterprisetranslator_forumlanguage']; 
    $language = $_REQUEST['language']; 
    $serie = microtime(true) * 10000;  
    
    if (THIS_SCRIPT == 'showthread') //For Threads
    {
      global $thread;
      $og_array['og:description'] = vbet_translateText($thread['meta_description'], $forumLanguage, $language, $serie);
      $og_array['og:title'] = vbet_translateText($thread['title'], $forumLanguage, $language, $serie);
    }
    
    if (THIS_SCRIPT == 'entry') //For Blog Entries
    {
      global $vbphrase, $bloginfo;
      $ogdesc = strip_bbcode($bloginfo['pagetext'], true, false, false, true);
      $ogdesc = htmlspecialchars ($ogdesc); 
      $ogdesc = preg_replace('!\s+!', ' ', $ogdesc);
      $ogdesc = (strlen($ogdesc) > 303) ? substr($ogdesc,0,300).'...' : $ogdesc;
      $og_array['og:description'] = vbet_translateText($ogdesc, $forumLanguage, $language, $serie);
      $og_array['og:title'] = vbet_translateText($bloginfo['title'], $forumLanguage, $language, $serie);
    }
    Text automatically translated from: Russian to: Irish
    Translated text
    - Faighim an earráid:
    Original text


    Earráid Bunachar Sonraí i vBulletin 4.2.3:

    Neamhbhailí SQL:
    cache.originaltext SELECT mar originaltext, cache.translated mar aistrithe Ó chabhair vbenterprisetranslator_cache_, taisce vbenterprisetranslator_cache_ INA help.originaltext = '************************** **************** "AGUS cache.serie = help.serie;

    MySQL Earráid: Ní Tábla 'vbenterprisetranslator_cache_' ann
    Uimhir Earráid: 1146
    Last edited by Marcin Kalak; 03-02-17 ag 20:34.

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

    Default

    Déan iarracht a chur i ndiaidh:
    PHP Code:
    $language $_REQUEST['language']; 
    tar éis cód:
    PHP Code:
    if(!$language) { 
    $language $forumLanguage;


  8. #8

    Default

    Text automatically translated from: Russian to: Irish
    Translated text
    Go raibh maith agat as an freagra.


    cód modúl
    Original text
    Oscail "Graph Tuairisc / Tíleanna Sáraigh":


    HTML Code:
    require_once(DIR. '/includes/vbenterprisetranslator_functions.php'); require_once(DIR. '/includes/vbenterprisetranslator_functions_utils.php'); global $vbulletin; $forumLanguage = $vbulletin->options['vbenterprisetranslator_forumlanguage']; $language = $_REQUEST['language']; if(!$language) {  $language = $forumLanguage; }  $serie = microtime(true) * 10000;  
    if (THIS_SCRIPT == 'showthread') //For Threads{  global $thread;  $og_array['og:description'] = vbet_translateText($thread['meta_description'], $forumLanguage, $language, $serie);  $og_array['og:title'] = vbet_translateText($thread['title'], $forumLanguage, $language, $serie);}
    if (THIS_SCRIPT == 'entry') //For Blog Entries{  global $vbphrase, $bloginfo;  $ogdesc = strip_bbcode($bloginfo['pagetext'], true, false, false, true);  $ogdesc = htmlspecialchars ($ogdesc);   $ogdesc = preg_replace('!\s+!', ' ', $ogdesc);  $ogdesc = (strlen($ogdesc) > 303) ? substr($ogdesc,0,300).'...' : $ogdesc;  $og_array['og:description'] = vbet_translateText($ogdesc, $forumLanguage, $language, $serie);  $og_array['og:title'] = vbet_translateText($bloginfo['title'], $forumLanguage, $language, $serie);

    Text automatically translated from: Russian to: Irish
    Translated text
    - Is MySQL aon earráid!
    - Ach an og-aistriú: cur síos nach bhfuil -
    Original text
    Code:
    <meta property="og:description" content="*******
    Last edited by Marcin Kalak; 06-02-17 ag 21:39. Cúis: BBCode REPAIR

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

    Default

    Seol chugam sonraí ar rochtain PM do Riarachán CP agus FTP. Beidh mé ag seiceáil cad atá ar siúl ann

  10. #10

    Default

    Text automatically translated from: Russian to: Irish
    Translated text
    Marcin Kalak, tá brón orainn, oibríonn gach rud breá ******
    Original text

Leathanach 1 de 2 12 LastLast

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
  •