vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - vB Enterprise Translator (https://vborg.vbsupport.ru/showthread.php?t=220886)

Ramsesx 04-16-2010 10:45 AM

Fantastic addon MichaƂ, thanks for it, trying it out at the moment.
In relation to vbacmps, the images are required to have the full path to get shown there. But even this makes no real sense because the flag links are always leading to the forum.
So is there a way to disable this for cmps sites?
Another thing, the translated pages need a load time between 10-15 seconds.

mikeinjersey 04-20-2010 02:44 PM

I've still found barely any 'great success' posts about this mod.

It would be much appreciated if we could get an estimated % (percentage) increase that you guys have experienced with your forums from installing this plugin.

I'm mostly asking people who have medium to large sized forums.

any insight is much appreciated.

NLP-er 04-23-2010 07:49 PM

Quote:

Originally Posted by xony (Post 2021112)
Hello, now in version 3.8.x installed a mod, the enterprise translator or something, and the truth is that the operation did not like, I uninstalled as indicated by the author of the mod, but since then I have a problem in the sitemaps and her former URL packages sent 20,000 to 20,000, as a result of installing and uninstalling the mod, he appeared a funny thing, like this:

https://vborg.vbsupport.ru/attachmen...1&d=1271253581

As you can see something wrong, he believed that moving to the vb 4, all this would be solved, but not, as usual, several times and deleted the complete sitemap of both the forum and google, and have been recreated and up from zero, but still the same.

Clarified that although he says there are 79 xitemaps, all you see are what is in the imgagen, such as no 1, 2, 3, 4 etc ... I guess they are all in the wrong, who has sent 3736723 URL, but of course does not work well.

Let's see if someone could help me out, thanks.

Lot of words ant I miss do you have installed vBET or not at this moment...

Anyway - please note that vBET has nothing to do with yous sitemap generator so if you uninstalled vBET it will not change generator behavior.

Still probably you changed sitemap generator code according to hints in first post of this thread, so just undo the changes which you made manually in sitemap generator file.

NLP-er 04-23-2010 07:51 PM

Quote:

Originally Posted by theparentpack (Post 2021567)
I don't think I made myself clear. For the forums that require you to be registered adn logged in, will the translator translate these private members only areas?

Yes it will translate. robots.txt will only stop robots for going there.

NLP-er 04-23-2010 07:55 PM

Quote:

Originally Posted by Ramsesx (Post 2022104)
Fantastic addon Michał, thanks for it, trying it out at the moment.
In relation to vbacmps, the images are required to have the full path to get shown there. But even this makes no real sense because the flag links are always leading to the forum.
So is there a way to disable this for cmps sites?
Another thing, the translated pages need a load time between 10-15 seconds.

About your load time - please note that first translation time is not about vBET but about Google response. After that results are cached and next translations are much aster. Also please note that paid version have better, faster cache, optimized algorithms and additional performance parameters.

NLP-er 04-23-2010 07:59 PM

Quote:

Originally Posted by mikeinjersey (Post 2024368)
I've still found barely any 'great success' posts about this mod.

It would be much appreciated if we could get an estimated % (percentage) increase that you guys have experienced with your forums from installing this plugin.

I'm mostly asking people who have medium to large sized forums.

any insight is much appreciated.

Not everybody want to spend his time making charts even being graceful for great product. As I remember there are here some posts with detailed data - you need to fin it.
Also you can just check some things yourself - i.e. like how many translated pages are indexed on some forum for specific language - just write appropriate query in Google :)

Mecho 05-01-2010 02:17 PM

Great mod , Thanks for releasing it .

i have just one problem with it :

1 - Translation Speed is really Slow ( forum without any translation working very fast )
2 - Shall i get the Google AJAX Search API key for domain.com or domain.com/forum ?
3 - When i translate the pages and then i want to check the posts , link is this for example:
h**p://www.domain/forum/sv/Forum/ThreadID-Title-new-post.html
it will redirect me to
h**p://www.domain/forum/Forum/ThreadID-Title-new-post.html ( Default forum language )

* My forum is located to domain.com/forum
* I have VBSEO installed .
* "Forum main domain" in Setting is set to nothing .
* "Forum directory" in setting is set to /forum .
* here is the .htaccess file content :
Code:

RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule (.*) http://www.domain.com/forum/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/ [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

Any help would be GREAT :)


Regards

demonfatal 05-02-2010 03:42 PM

I use a plugin in vB3.5 called "Link Anonymizer and Censor" (available here: https://vborg.vbsupport.ru/showthread.php?t=143615)
This anonymising link to all external urls in posts using a php script stored in the forum root. (php script available here: https://vborg.vbsupport.ru/showpost....3&postcount=64)
For me the file is called "noref.php" and is located in "My_Domain/forums/noref.php"
And when a link is clicked the user get a redirection url like: "My_Domain/forums/noref.php?url=http://www.google.com"
But if an user use the translation by example the french language he get a link like: "My_Domain/forums/fr/noref.php?url=http://www.google.com" and the script try to redirect to "uage=fr&url=http://www.google.com" instead to "http://www.google.com" and the user get a url error.

Please how can I solve this problem??

I use "vBET 2.3.10" with "vBSEO - Sitemap Generator v2.5" my .htaccess is:
Code:

RewriteEngine On
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/$ index.php?language=$1 [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/(.*)?$ $2?language=$1 [L,QSA]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

Thanks in advance.

NLP-er 05-02-2010 09:31 PM

Glad to hear that vBET is great mod :)

1. Translation speed is Google speed - Google made translation :) Please note that vBET is caching results so after first translation, next are taken form cache and page is generated much faster. We are not able to make Google faster - you can wite them if you want to.
2. Please just read Google description about API key
3. Configuration looks OK. Please PM me access detils for Admin CP and FTP - I will check it on place.

Quote:

Originally Posted by Mecho (Post 2030086)
Great mod , Thanks for releasing it .

i have just one problem with it :

1 - Translation Speed is really Slow ( forum without any translation working very fast )
2 - Shall i get the Google AJAX Search API key for domain.com or domain.com/forum ?
3 - When i translate the pages and then i want to check the posts , link is this for example:
h**p://www.domain/forum/sv/Forum/ThreadID-Title-new-post.html
it will redirect me to
h**p://www.domain/forum/Forum/ThreadID-Title-new-post.html ( Default forum language )

* My forum is located to domain.com/forum
* I have VBSEO installed .
* "Forum main domain" in Setting is set to nothing .
* "Forum directory" in setting is set to /forum .
* here is the .htaccess file content :
Code:

RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule (.*) http://www.domain.com/forum/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/ [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/$2 [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

Any help would be GREAT :)


Regards


NLP-er 05-02-2010 09:40 PM

uage=fr&url=http://www.google.com or
language=fr&url=http://www.google.com?

Please give me full, real URL to page where is such translated external link.

Quote:

Originally Posted by demonfatal (Post 2030622)
I use a plugin in vB3.5 called "Link Anonymizer and Censor" (available here: https://vborg.vbsupport.ru/showthread.php?t=143615)
This anonymising link to all external urls in posts using a php script stored in the forum root. (php script available here: https://vborg.vbsupport.ru/showpost....3&postcount=64)
For me the file is called "noref.php" and is located in "My_Domain/forums/noref.php"
And when a link is clicked the user get a redirection url like: "My_Domain/forums/noref.php?url=http://www.google.com"
But if an user use the translation by example the french language he get a link like: "My_Domain/forums/fr/noref.php?url=http://www.google.com" and the script try to redirect to "uage=fr&url=http://www.google.com" instead to "http://www.google.com" and the user get a url error.

Please how can I solve this problem??

I use "vBET 2.3.10" with "vBSEO - Sitemap Generator v2.5" my .htaccess is:
Code:

RewriteEngine On
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/$ index.php?language=$1 [L,QSA]
RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/(.*)?$ $2?language=$1 [L,QSA]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

Thanks in advance.



All times are GMT. The time now is 04:41 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.02056 seconds
  • Memory Usage 1,789KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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