View Full Version : Major Additions - vB Enterprise Translator
highlander29
06-23-2014, 07:31 PM
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 (http://www.vbenterprisetranslator.com/forum/free-version-vbet2-4-x/)). 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.
This is FAQ :)
Integration instructions:
You just have to edit one file: vbseo_sitemap_functions.php in vbseo_sitemap directory.
Find:
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
//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($threadrow, 1, $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 (http://www.vbenterprisetranslator.com/forum/free-version-vbet2-3-x/)).
To create XML sitemaps only for languages that are translated, you do:
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.
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?
Marcin Kalak
06-15-2015, 07:58 AM
We do not plan to support DBSEO at this moment.
NLP-er
08-28-2015, 09:17 AM
vBET 2.4.8 RELEASED
Release notes:
- Fixed canonical links
- Fixed issue with SSL verification
majjed2008
09-01-2015, 02:50 PM
I want to use it with DBSEO as will so will be waiting for your update
Manoel J?nior
09-01-2015, 03:13 PM
I'm using with vBSEO and is working perfectly, traffic increased by 300%
Marcin Kalak
09-02-2015, 05:14 AM
We do not support DBSEO. We support vBSEO and friendly urls and do not plan currently to support DBSEO that does not support vB5. vBSEO was supported by us before vB support friendly url and this support has been moved from vB3 to vB4. vBSEO and DBSEO not support vB5, which indicates that this part of market disappears replaced by native friendly url that are already delivered in the price of vB and do not require additional fees. Therefore, among other things, we're not interested in developing support for additional engines seo and will remain at the currently supported.
highlander29
09-03-2015, 09:36 PM
We do not support DBSEO. We support vBSEO and friendly urls and do not plan currently to support DBSEO that does not support vB5. vBSEO was supported by us before vB support friendly url and this support has been moved from vB3 to vB4. vBSEO and DBSEO not support vB5, which indicates that this part of market disappears replaced by native friendly url that are already delivered in the price of vB and do not require additional fees. Therefore, among other things, we're not interested in developing support for additional engines seo and will remain at the currently supported.
Just so you are aware, there are persons like the one who posted this question, like me, who have no desire to consider VBSEO which is no longer supported, who have migrated to DBSEO and are interested in your product. We will not consider it until it supports DBSEO. I would consider it tomorrow if it were available .
Marcin Kalak
09-04-2015, 06:34 AM
Thanks for your opinion. A this moment we do not plan to support DBSEO. If something changes we will inform about it.
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
48 languages in free version? by yandex?
Marcin Kalak
12-11-2015, 07:58 AM
We've added 48 new language pairs, ie pairs from language to another language that you can be additionally translated by Yandex.
Marcin why vBet dont working with DBSEO? VBSEO is unsecured. If You agree I will buy vbet pro today.
Marcin Kalak
12-16-2015, 10:14 AM
A this moment we do not plan to support DBSEO. If something changes we will inform about it.
[Fri Mar 11 17:27:34.455004 2016] [:error] [pid 7486] [client 51.255.65.58:40436] PHP Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /usr/loca
l/www/apache24/data/forum.alfaholicy.org/includes/vbenterprisetranslator_functions.php on line 224
Marcin Kalak
03-12-2016, 06:26 AM
Thank you for reporting. Please turn off the warning in vB: http://www.vbulletin.com/forum/forum/vbulletin-announcements/vbulletin-announcements_aa/4000121-vbulletin-4-2-2-full-has-been-released?p=4000466#post4000466.
Professional2
07-03-2017, 04:06 AM
hi, my forum language now is Arabic i want to translate it to english and then use the english language as my default forum language.
is it possible and how?
Our plugin do not work this way. It translates at hoc from forum language to selected by actual user. So in database our posts will still be in Arabic and users can see it in any supported translation.
Also in paid version users can write posts in different languages - end user will see it in requested language.
NLP-er
07-23-2018, 04:32 PM
vBET 2.4.9 RELEASED
Release notes:
- Removed usage of e modifier in preg_replace() (not supported in new PHP versions)
NLP-er
08-05-2018, 07:13 AM
vBET 2.4.10 RELEASED
Release notes:
- Added missing function in 2.4.9
Is the project still active? I have a problem because "manual translations" do not work for me. I can't get a popup to edit / translate a post. I checked on Google Chrome and Internet Explorer 11.
Hostboard
03-29-2020, 02:46 PM
Is the project still active? I have a problem because "manual translations" do not work for me. I can't get a popup to edit / translate a post. I checked on Google Chrome and Internet Explorer 11.
Seeing as the coder has not been online here in over a year, I would summarize it is safe to say, nope...
However you can try his site as it is still online and notes he is supporting VB5. Tho even there it seems as the last post was over a year ago...
http://www.vbenterprisetranslator.com/forum/forum.php
Kraxell
12-29-2020, 03:26 PM
is this mod dead? Iam afraid to buy the pro version for 90 bucks, when its not workin anymore....
Hostboard
12-29-2020, 03:55 PM
With browsers supporting translations natively these days, I am wondering what the value is in this would be any more?
Kraxell
12-29-2020, 04:03 PM
That the plugin use cache. I already using the Google translator script but it slows down the website.
hunter1985
09-15-2021, 06:50 PM
Have you thought about supporting Deepl? That translator is supposed to be good.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.