![]() |
Hey NLP-er,
Here is our recommended translation service by one of our team members. They use it and say it is a much better translation than Google. It costs $100 per one forum / blog. Maybe you can contact them and work out a revenue sharing relationship? :) Or, you can add the support as an option for free, up to you, but I recommend a "backup plan" so you /we / us don't have only one translation service. I think this is easy for you to add to the mod: http://taragana.com/products/transla...gold/software/ Cheers! FYI, developer guide here: http://taragana.com/products/transla...veloper-guide/ |
Daft question, how and where do you get the google api key
|
Quote:
|
Cheers for that and the other tip about the footer link :up:
Top man imported_silkroad Im still getting the data base errors, even after uninstalling the previous version and installing the new version fresh. The strange thing is Even with the cache turned off, if you add any that you wanted cached, the errors still happen, but only on those with a tick in the box. Even with the cache turned off, page loads are a lot faster with the new version :up: The only two new data basses I can see that have been created are vbenterprisetranslator_cache and vbenterprisetranslator_cache_short Great little mod, with my own testing so far :up: |
Quote:
|
Quote:
Everything to make your live easier :D |
Quote:
And you are wrong - previous one had the same :) Also didn't translate parameters :) That is why some parts are not translated. Translating those can crash whole site (I wil think about limited translation, for specific parameters in specific tags but it can decrase performance and is not critical). Of course I can make not translated parts be shown correctly - like I did for translation save areas - so It will be in next release :) |
Quote:
|
On a different kind off-topic note :-)
We are thinking about changes this JQuery script to use GA to show which outbound links are clicked on, grouped by language: http://www.carronmedia.com/extend-go...s-with-jquery/ We got an error in the script when we ran the example code, but it looks promising :) |
Quote:
Meantime - put creation code of medium cache table in mysql panel and see does some error messages occurs. Code:
"CREATE TABLE " . TABLE_PREFIX . "vbenterprisetranslator_cache_medium ( About errors when cache disabled and checked for language - I found little bug (harmless - always can disable cache for language) and cache is working for 2nd languages group if enabled for language and disabled globally- will be corrected in next release :) Page loads are really much faster even without cache :D There are lot less requests for translations to google (made several translations at once) - that's why it is so fast :D |
Now your talking scary stuff :D
So if I dont have a cached version of the pages I dont break any Google TOS My data base stays about the same size as it already is and dont expand by factor what ever over night. No need to upgrade my VPS plan to the size of the internet X 10 Its only the sitemap that has gone from 8 pages to 84 The translation page loads are almost as quick as if they were cached at present. As the saying goes, if it aint broken, dont try fixing it Even with the couple of hours of running this, the hits look very promising so far This is a great little hack so far. Keep up the good work :up: |
doesnt work and shoots this error on top
Warning: Missing argument 3 for vbet_translateHTML(), called in [path]/includes/functions.php(5737) : eval()'d code on line 4 and defined in [path]/includes/vbenterprisetranslator_functions.php on line 385 |
Quote:
However, if you modify them (fix bad translations), etc. I don't think you should necessarily dump them. Also, the intent of the TOS is to "Do No Harm" to Google, Google's customers, and The World. If you are keeping a cache longer than 15 days and are not doing any harm, then I don't think your are violating the spirit of the TOS. For example, if you are running Google Adsense and your translations are generating a lot of traffic for Google, and good revenue for Google, I don't think Google will be unhappy with you, but of course they cannot publish such a policy. On the other hand, if you are caching translations and using them to drive traffic to Google's big competition, then Google might care. So, if you want to be on the safe side, just drop all translations in the database that are older than 15 days, and you will be in compliance with the most strict interpretation of the TOS. Don't Worry. Be Happy. Do No Harm. |
Are you in any violation if you have your sitemap done with links to the new pages, even if the new pages are not stored in the cache?
My own forum might take a it of time to get indexed, since I now have over 1 million pages in the sitemap :D Before using this mod Total Indexed URLs: 177936 Total Processing Time: 217.41 seconds After using this mod Total Indexed URLs: 1663966 Total Processing Time: 1,738.03 seconds And Im only using limited languages as per your earlier advice, plus dropped a load of pages I dont need indexed :up: |
Quote:
Why would you "even" think that? Please don't fabricate TOS violations out of "thin air" ... it is not good for the environment :-) |
Quote:
Actually the long sentences were translated successfully. Now I begin in service. :):up: Yours. |
Quote:
|
Quote:
|
Quote:
This release translates even texts over 1800 characters of solid text. No matter how long it is :) |
Quote:
1. Upload all files again. 2. If still happens give me code around line 5737 in your includes/functions.php |
Hey guys, I decided to do some work and make this mod comply with vBSEO's link consensus idea.
What this will do is change all of the translation likes like so: For example if a page.html is translated into danish, the url will normally be: www.website.com/page.html?language=da This will change the format to www.website.com/da/page.html This is much better for SEO so I am sure all of you with vBSEO will like this. WARNING: this will only work properly if your forum is installed at the BASE of your domain, so something like www.website.com/index.php, if your forums are installed at www.website.com/forums/index.php some parts of my code will not work properly for you!! All you need to do is open up your vbseo.php and add this code right BELOW error_reporting(0); Make sure it is ABOVE the includes Code:
if(isset($_GET['vbseourl'])) If you want to 301 all of your old pages to the new link format, you can put this in your .htaccess above all of your existing rules Code:
RewriteCond %{QUERY_STRING} (hl=|language=)(zh-TW|zh-CN|..) This code will fix translation for the base of your website if you want the following format. www.website.com/de or www.website.com/de/ . this only applies to your main page. Code:
RewriteCond %{REQUEST_FILENAME} !-f find this code Code:
}else Code:
$alanguages = array('ar', 'bg', 'zh-CN', 'zh-TW', 'hr', 'cs', 'da', 'nl', 'fi', 'fr', 'de', 'el', 'iw', 'hu', 'it', 'ja', 'ko', 'no', 'pl', 'pt', 'ro', 'ru', 'sr', 'sk', 'es', 'sv', 'th', 'tr'); Code:
$vbseo_stat[$archived?'at':'t'] += vbseo_add_2urls( Code:
$alanguages = array('ar', 'bg', 'zh-CN', 'zh-TW', 'hr', 'cs', 'da', 'nl', 'fi', 'fr', 'de', 'el', 'iw', 'hu', 'it', 'ja', 'ko', 'no', 'pl', 'pt', 'ro', 'ru', 'sr', 'sk', 'es', 'sv', 'th', 'tr'); Just a note of caution: My fixes assume you are running a standard installation of apache with vBSEO. They may not work properly on some systems due to differences in the way that vBSEO handles some server variables. I recommend that you back up any files before editting them that way if you encounter problems you can restore your old versions. I will be working on this code more so if any of you have issues please let me know and I will work on them. If NLP-er would like he can provide a modified version of his flags in order to work with the new format or I will write up the code later today. This is necessary so that the flags show the proper links. Anyway enjoy guys :D |
Quote:
|
Quote:
Teen Forums Any ideas? |
New in faq:
1. I have indexed pages from old translator (with hl=) - what to do? Thanks for solution to T2x :) Just set rewrite rule in .htaccess - google will know that page have new place and will reindex it withaout any loss :) Code:
RewriteCond %{QUERY_STRING} (hl=)(..|zh-TW|zh-CN)$ |
Quote:
But thanks anyway - for now I have solition for redirect translations from old translator with hl= to new ones - see FAQ :) |
I was getting this:
/a/ Invalid Forum specified. If you followed a valid link, please notify the administrator |
Quote:
just did the update and usernames where not translated :up: :up: |
hi;
i am not using vbseo but 1)click flag open same page example english 2) click another link page automatically web site original language. how is this. www.okulonceciyiz.biz |
Quote:
|
Quote:
($hook = vBulletinHook::fetch_hook('global_complete')) ? eval($hook) : false; AFTER # signs starts line 5737 did what you said still got the errors... |
Quote:
|
Quote:
Hmm let's enable db caching and copy/paste the error hold tight... Code:
Database error in vBulletin 3.8.4: https://vborg.vbsupport.ru/showthread.php?t=219874 As some of the originaltext in the error above is code I just added to that in the forumhome template to be one of the rotating content seen below the normal navbar location. I'll try this in the morning, wife is home so time to get off computer :p <!--START vBET NOT TRANSLATED AREA--> and <!--END vBET NOT TRANSLATED AREA--> _____________________ The Tabs mod... I used images instead of the standard CSS but the tabs mod is here: https://vborg.vbsupport.ru/showthread.php?t=175687 The forum I'm using this on is here: http://www.tournamentgamingworld.com Thanks for ANY help you can provide. S-MAN |
Quote:
Edit: I have edited my above post with modified code for vbseo.php, this should fix any issues you have due to different server configuration :] |
Quote:
We are running: Code:
# apache2 -v Example from logs: Code:
.... /es/index.php HTTP/1.1" 301 - "-" "Opera/9.64 (Macintosh; PPC Mac OS X; U; en) Presto/2.1.1" Note: We are still running the old "hl" code, so I changed "language" to "hl" in the vBSEO code ( _GET['language'] to _GET['hl'] ) Please reply via PM, if you like, since we are running the old "hl" code..... but I am not sure "it matters" since the logfile show the 301 redirects as above. |
NLP-er,
Here is another TO-DO on the feature request list, regarding: Quote:
Quote:
(or something like that) Not sure how that would effect search engines.... maybe it would not be good in that case! |
I think this plugin is heaps better than Dave's. Has many more features than what he included.
|
Installed on my test forum and worked perfectly. Installed on my real forum and I get a blank page on the index. No links or text visible, just the graphics. It is conflicting with something, just not sure what. Had to uninstall.
|
NLP plz read pm i donate for this great work
thank u for this wondeful work |
Quote:
it should be just text under flags as notice this page translated by google and may not be fully understood something like that and also optionally |
Quote:
|
All times are GMT. The time now is 04:37 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|