vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vB Enterprise Translator (https://vborg.vbsupport.ru/showthread.php?t=232456)

highlander29 06-23-2014 07:31 PM

Quote:

Originally Posted by NLP-er (Post 2503032)
It should be no problem to use it with DragonByte SEO if you configure it to have links with language attribute and without supporting translation of URL.

You can try free version, which do not translates URL's.

You can also try to use SEO links (language included in URL like /en/ not by parameter language=en), but this requires changes in .htaccess and can be tricky - in example for vBSEO we had to create additional facade file which set some vBSEO internal variables.

Still using vBET with any SEO engine should have no issues if links are with language attribute. I'm writing should, because we cannot guarantee without checking it.

Thank you. I think I'm more interested in the professionally installed and supported version. Are you thinking about supporting that integration in the future? I have a big busy forum and can't afford to be experimenting with things that mess things up for the forum users.

Marcin Kalak 06-25-2014 05:28 AM

We currently do not plan to integrate with DB SEO. If you have a problem, you can check the effect on the copy of the forum. We currently still integrate with vB5 and this is our priority.

MajorKokosnuss 08-04-2014 09:35 PM

All text is away if i choose a flag.. and i don't get more informations if i read his solutions anyone here that can help ?

Marcin Kalak 08-05-2014 10:04 AM

If you have a issues then please contact us through our forum. Please you register on our forum and create a new thread in the appropriate section (vBulletin Enterprise Translator (vBET) - machine translation and manual translation support). A thread can disappear in moderation, do not worry about it. vBET staff approves the topic and answer it.

You probably have not set up the language of the forum or not properly configured translation provider.

mykkal 05-25-2015 06:13 PM

Nevermind...

mykkal 05-25-2015 07:30 PM

How do I make sure that only the languages I'm translating create xml sitemaps? This created sitemap links for languages that weren't being translated. That's duplicate content... Very bad.

Quote:

Originally Posted by NLP-er (Post 1949580)
This is FAQ :)

Integration instructions:
You just have to edit one file: vbseo_sitemap_functions.php in vbseo_sitemap directory.

Find:
PHP Code:

vbseo_log_entry("[showthread] forum_id: $forumid, thread_id: $threadrow[threadid], total posts: $totalposts, pages: $totalpages, views: $threadrow[views] $prior"); 

And place AFTER it...

For SEO links
PHP Code:

//additional code 
$alanguages = array ('af','sq','ar','be','bg','ca','zh-CN','hr','cs','da','nl','en','pl','et','tl','fi','fr','gl','de','el','iw','hi','hu','is','id','ga','it','ja','ko','lv','lt','mk','ms','mt','no','fa','pt','ro','ru','sr','sk','sl','es','sw','sv','zh-TW','th','tr','uk','vi','cy','yi'); 
if(!
$archived) { 
  
$strlenhost strlen($vbseo_vars['bburl']."/"); 
  
$currentthreadurl vbseo_url_thread($threadrow1$archived);
  
$currentthreadurl_before substr($currentthreadurl,0,$strlenhost);
  
$currentthreadurl_after "/".substr($currentthreadurl,$strlenhost);
  
$lastpost =& $threadrow['lastpost'];
  
$vbseo_stat['t'] += sizeof($alanguages);
  foreach(
$alanguages as $language) { 
    
vbseo_add_url($currentthreadurl_before.$language.$currentthreadurl_after$prior$lastpost$freq); 
  } 
}   
//end additional code 

NOTE: REMOVE YOUR DEFAULT LANGUAGE CODE and not supported languages codes from $alanguages
Also if you disabled some languages in option panel you have to delete its codes too.
Piece of cake :)


Marcin Kalak 05-26-2015 10:10 AM

Hi. In case issues with vBET please write in our forum (vBulletin Enterprise Translator (vBET) - machine translation and manual translation support).
To create XML sitemaps only for languages that are translated, you do:
Quote:

Originally Posted by NLP-er (Post 1949580)
NOTE: REMOVE YOUR DEFAULT LANGUAGE CODE and not supported languages codes from $alanguages
Also if you disabled some languages in option panel you have to delete its codes too.


e24h 05-26-2015 02:36 PM

Well, I'm at least glad to hear that it isn't just me.

NLP-er 06-13-2015 10:03 AM

vBET 2.4.7 RELEASED

Release notes:
- Added 48 new languages pairs
- Updated link to Yandex in configuration
- When translation limit is reached now we show original text instead of empty message

highlander29 06-14-2015 03:28 PM

Any insight as to whether this works with DragonByte SEO yet? I know you sort of answered this before but it sounds like nobody has tried to get it to work yet. Do you know if there are people who have both working together?


All times are GMT. The time now is 02:37 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01662 seconds
  • Memory Usage 1,760KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete